Telerik blogs

Latest

  • Release

    Q2 2011 Xaml Tools - RadImageEditor

    In our last post we were discussing the importance of good tools to developers and how they help us to perform tasks like testing, profiling, decompiling, and building applications more quickly.  Today I will take us a little further down this path as I explore one of the new ‘tools’ that we are offering in our Q2 2011 Xaml release – RadImageEditor. A Quick Note I had a few questions directed my way in regards to a line from the last post: “…as well as providing controls that are out-of-the-box “tools” to bring enhanced functionality to your applications.” Let me explain this a little further, as...
    July 06, 2011 4 min read
  • Release

    Office2010 skins now available for RadControls for ASP.NET AJAX

    As Q2 2011 official release is on its way we would like to share with you part of the visuals the AJAX teams have been working on lately: Office2010 Blue, Silver and Black skins       The Office2010 appearance is a natural continuation of the Outlook and Office2007 skins. It resembles Microsoft® Office® 2010 look and feel, bringing to the AJAX world the ultimate Office-like web experience. Unlike our Office2007 skin, which is available in Blue theme only, we are now releasing all three Office2010 variations. Making use of the distinctive colors and smooth gradients, just a scroll away – see the new Office2010...
    July 05, 2011 1 min read
  • Release

    New Telerik AJAX Skins Assembly

    In order to make the usage of embedded Telerik skins even more transparent than before and reduce the size of the main Telerik AJAX assembly (Telerik.Web.UI.dll), we decided to introduce a separate dll for the AJAX skins (Telerik.Web.UI.Skins.dll) to attain both goals. This assembly will be commenced with the official Q2 2011 release and some of you may have already noticed it in the AJAX Q2 2011 BETA pack posted several days ago. Telerik.Web.UI.Skins.dll will accommodate the new set of skins shipped with the AJAX Q2 2011 drop (Transparent + Office2010 Blue/Silver/Black) while the rest of the skins will remain wrapped...
    July 05, 2011 2 min read
  • Release

    RadGridView for WinForms gets an Expression Editor in Q2 2011

    Q2 2011 is approaching and along with the other new controls and features that we are going to provide, we are going to equip RadGridView with an Expression Editor. This powerful editor will allow you to build complex expressions using a simple Domain Specific Language, reminiscent of formulas in many popular spreadsheet applications. It will be supported at both design time and run time.  No matter whether you want to build expressions from scratch or select one of the prebuilt functions, RadExpressionEditor will provide a convenient means to do that. It will contain a selectable list of functions, operators, constants and fields....
    July 05, 2011 3 min read
  • Web ASP.NET AJAX

    Telerik AJAX Visual Studio ToolBox Groups

    With the growing number of Telerik AJAX controls getting more and more with each subsequent release, it is gradually harder for the developers who are expending them to locate a certain control under a single Visual Studio ToolBox group. Which naturally leads us to the isolation of a separate toolbox groups based on the type and usage of the components. Starting Q2 2011, you will find the following ten VS 2008/2010 Toolbox groups for our AJAX components when you install them from the automated package (unless, of course, you canceled the automatic Telerik AJAX toolbox configuration action due to some valid...
    July 05, 2011 2 min read
  • Release

    Last Chance to Get RadControls for WP7 at $99

    Unfortunately this offer is no longer valid. RadControls for Windows Phone now includes 22 UI components among which are the fastest chart and ListBox components available, unique Animation Framework and Transition control, JumpList that features sorting and filtering and many more. A lot of customers have trusted RadControls from its early stage and some of their applications are among the top selling in their categories. Curious to see those apps? Watch this video If you haven’t tried RadControls for Windows Phone yet, get your 60 days free trial now! What you might not know is that you get support even during your trial....
    July 04, 2011 1 min read
  • People

    DDD! Sydney Wrap-up

    After the success of the DDD! Melbourne event last month, Telerik sponsored the DDD! Sydney (#dddsydney on Twitter) this weekend.  The DeveloperDeveloperDeveloper! conference is driven by the community, meaning that everyone can submit a topic and the people vote for their favorites.  In DDD! Sydney there were 4 tracks of great content about HTML5, Web, ALM and Other running in parallel. I could not attend all of them, however those I could gave me a plenty of new information and inspiration. Among the highlights were S.O.L.I.D Design Principles in C# by Omar Besiso New Development Workflows by David Burela. The video of his talk in DDD! Melbourne can be seen on his blog. Windows Azure Acid...
    July 04, 2011 2 min read
  • Productivity

    Can’t Fit it all into a Sprint?

    Agile teams like short iterations because they help to ensure tight feedback cycles in order to reduce waste and minimize uncertainty. However, what if you can’t fit all the work required to implement a product backlog item in a 2 week sprint? For example, with more and more emphasis on design a considerable amount of work might be required for a designer to work with the product owner prior to any development effort investment. A similar question was asked of me during a web cast on Agile adoption: “... it’s a challenge to incorporate integration testing in a short 2-4 ...
    July 03, 2011 1 min read
  • Productivity

    Using LINQ To Select Records Based on Child Collections

    [Cross posted from http://www.skimedic.com] Technorati Tags: LINQ,.NET Yesterday, after my session on LINQ at MADExpo, a gentleman asked me how I would solve a certain problem that he is facing at work with LINQ.  Here is my solution (turns out I was a little brain dead after giving three sessions at the conference, so while he was sitting with me, I just couldn’t see it). The Problem The problem consists of a list of salespeople that have sales.  Here are the classes involved: public class SalesPerson { public string Name { get; set; } public IList<Sales> Sales { get; set;...
    July 03, 2011 5 min read
  • Productivity

    The Importance of Good Tools

    Making a slight deviation from the more code-happy posts I normally do, I want to take a chance to talk about something which is very important to .Net developers, specifically those of us working in the Xaml space – the importance of tooling in a development environment. (Hint, the above image was edited using a Telerik Xaml tool!) Good Tools As developers, these help us to create better products, internal applications, and websites.  With them we can achieve better results faster, complete with more code coverage for tests and better looking UIs on top of it all, all while making a more efficient...
    July 01, 2011 4 min read