This week the latest version of the RadControls for WinForms were released by Telerik. This release features some important changes that you will want to check out. The release notes provide a full list of all the changes, but I wanted to point out some key features. Versioning While this is not a functional change it is very important to note that this release changes how versioning is handled. In the past, assemblies were version based (v8.2.0.0). Beginning with the Q1 2009 release, you will notice that assemblies will be release based (v2009.1) and will include the release date as well (v2009.1.Y.Mdd). ...
So if you’re like me, you’re on board with Silverlight and looking to get the most out of your RIA development. I’ve taken all the advice offered for creating Silverlight apps with WCF services- this video by Tim Heuer has been indispensable, but now we can create a Silverlight Enabled WCF service to avoid the modifications in web.config. When working on an application recently, I was somewhat confused by the error I received after deploying to my local friendly IIS server on the network: HTTP/1.1 500 Internal Server Error Date: Wed, 11 Mar 2009 20:37:29 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 Cache-Control: private Content-Type: text/xml; charset=utf-8 Content-Length: 734 Content-Length:...
Telerik continues helping you deliver more than expected
“Hello, world!”
I decided to start my post with these magic words to present you the latest addition to the RadControls for ASP.NET AJAX product line: Visual Studio Extensions – the product that makes the development of WebSite/WebApplication with Telerik RadControls faster and easier. A programmer’s very first application is at the distance of starting the IDE and typing the magic words. Creating a RadControls web application is now at a few clicks distance as well.
The Visual Studio Extensions aids the Visual Studio Web development from two perspectives – web configuration and...
Last week I hosted a live webinar featuring the RadControls for ASP.NET AJAX. If you missed it, I discussed some of the client-side features of the RadControls. Specifically, I demonstrated how to take control of the functionality of your controls on the client to build better, more performant web applications. In addition, I discussed client-side data binding with web services as well as how you can get started using jQuery with the RadControls. If you’d weren’t able to make it on Thursday, or if you would like to review the content a second time, you can check it out now on...
The 5th annual Atlanta Code Camp will take place this Saturday, March 14 at the Georgia Gwinnett College. The event is free to attend and they still have space. I have the pleasure of presenting a regular session (Discovering C# 3.0 and LINQ) as well as giving a product demonstration of Telerik's WPF and Silverlight controls during lunch. If you are in the area and are interested in attending you are asked to register http://www.clicktoattend.com/invitation.aspx?code=136331. This event will feature a number of great speakers on topics ranging from Architecture to .NET Framework Fundamentals. Don't miss out!...
With Q1 2009 Telerik will introduce the first set of major improvements to OpenAccess ORM that are part of the aggressive 2009 roadmap. The first major enhancement in this release is the improved LINQ support, which has been validated with the Microsoft 101 LINQ Samples. This will give you more control and make data access even easier.
Another highlight is the implementation of stored procedures for read and write operations. This will allow developers to reuse existing SQL code. Under higher security requirements the stored procedures can be used for all insert, update and delete operations to inject additional checks in the...
Yesterday we launched a new, significantly updated version of our 'Purchases and Downloads' pages. We listened to your feedback and we made a lot of improvements. The ambiguously named 'Purchases and Downloads' section is gone. Now we have just a 'Downloads' page, as well as a 'Billing History' page, both accessible straight from the main 'Your Account' section. What was wrong with the old version? The page consisted of a list of expandable panels for each product. The panels were slow to expand. Each panel used to have 4 tabs. The first tab didn't contain a lot of useful information, since most people...
A couple of months back we posted the Q1 2009 WinForms Roadmap and gave you a brief overview of what the new version of RadDock (or should I say RadDockingManager) will offer. I know that some of you have been waiting for it for some time now, so I decided to give you a detailed overview of what to expect.
In next week’s Q1 2009 you will find improved memory disposal, and numerous bug fixes. Although memory management has been given a nice upgrade, the rest is not too exciting, because we will release the same old RadDockingManager, with a facelift.
The exciting...
Did you know you can search all the Telerik resources without actually visiting the pages? To add telerik.com to your browser search box... 1. go to telerik.com,
2. expand the search box,
3. choose "Add Search Providers" and select the search options you would like to...
This blog post has been updated !!! If you tried our Q1 2009 Beta you have probably noticed that there is a brand new assembly installed in your GAC - Telerik.Web.Design.dll. We decided to separate the design-time code from the web control implementation code. The reasons are many - better separation of concerns, less assembly references for the main assembly (Telerik.Web.UI.dll). We now have the freedom to extend the design time capabilities of RadControls for ASP.NET Ajax without bloating the main control assembly. Why didn't we make it that way from the beginning? The only reason is that Visual Studio 2008...