• When creating our Visual Studio Extensions, accelerating development with our components has been the number one goal. One of the VS Extensions’ core components is the Upgrade Wizard. The task it was designed to fulfill is making the mundane job of updating your projects faster and easier.


    As the Upgrade Wizard has been in the wild for quite some time now, we’ve received a lot of feedback from customers using our various products. Even though it has been doing a pretty good job, there is always room for improvement. The two most popular feature requests were:

    • Add support for upgrading Class Library...
  •  

    We are happy to let you know that Telerik released new Visual Studio Extension for RadControls for Windows Phone 7 Q2 2011. This means VSX Team now supports Visual Studio Extensions for all Telerik UI Components!

    If you create Windows Phone 7 applications using the new Visual Studio Extension everything will be configured automatically for you. If you want to install new version you don’t need to browse with hours any more just use Upgrade Wizard and it will find latest version and download it.

    Now I will give you more detailed information on how to use this new Visual Studio Extension for...

  • A customer of ours faced a very interesting issue we were able to solve earlier today.

     

    The problem was that when Visual Studio run under the context of his account, all the Telerik VSExtensions were available in the Extension Manager. On the other hand, when Visual Studio run as a different user, the Telerik WebUI VSExtensions were missing.

     

    The problem is very likely to happen if you run Visual Studio under different accounts to test your applications with limited permissions. It happens when you usually install the Telerik VSExtensions through the installer and you decide to install a newer version through the Extension Manager:

    Telerik VSExtensions In ExtensionManager

     

    The...

  • In the previous post we discussed how you could quickly create a new Visual Studio project, configured to use the Telerik Extensions for ASP.NET MVC targeting ASP.NET MVC 3. In this one, we are going to talk about how our Visual Studio Extensions have improved in regards to ASP.NET MVC 3 and the Razor view engine.

     

    A significant amount of the settings the Project Configuration Wizard manages are applied to your master page. In cases where an appropriate master page has not been found, you will be prompted to create a new one:

     

    convertBlog

     

    If your project targets ASP.NET MVC 3, you will be offered an...

  • I guess the larger part of you have to maintain various projects using different versions of a Telerik suite, let’s say RadControls for ASP.NET AJAX.

    Having in mind the above mentioned scenario, working with two projects referring different versions of the Telerik.Web.UI assembly there are the following options :

     

    1. Have parallel installs of both the RadControls versions on your machine.
      This one works fine until one day, while in a hurry, you just expand a RadControls group in your Toolbox, drag a control over your page, attempt to build the project and find it broken. The reason for...
  • As you may already know we officially released the Telerik Extensions for ASP.NET MVC Q2 2010. In addition to all the new features with this new release we shipped the Telerik MVC Visual Studio Extensions. With the aid of the VS Extensions you will find it really easy to create new Telerik MVC project, convert an existing project to a Telerik one, configure and upgrade your project to a newer version of the Telerik Extensions for ASP.NET MVC. With the release of MVC VS Extensions the VSXTeam@Telerik achieved one bigger goal – we now support VS Extensions for all Telerik UI Components!...

  • Or the quickest way to acquire and start utilizing RadControls

     

    Okay, I’m throwing it out: With Visual Studio 2010 on your machine and a Telerik account, you can set up a project utilizing the latest RadControls in less than two minutes.

    Here is how:

     

  • At Telerik we take great pride in having the most comprehensible component suites on the market. We always strive to make our components easier and more pleasant to work with. When we first released the Visual Studio Extensions, we made a commitment to make being successful with our components as easy as possible.

    Here are some of my favorite new features:

    Keeping up to date

    In the past we offered a possibility to upgrade your existing projects using the latest versions available through our website. In addition to that functionality, we now let you check for new versions whenever you are...

  • Some of you already noticed new versions of RadControls are available on the Telerik website and were able to download them to their machines.

    There is nothing to worry about – it is just the official Q2 2010 release coming out: we are in the final release phase and the official news are about to come in an hour or so.

     

    In other words, having the VSExtensions added to your IDE not only eases the RadControls project creation/configuration/upgrade, but from time to time can give you an hour or two heads-up with the newly expected release.

     

    If you just can’t wait for the new releases (like...

  • With the VSIX deployment in Visual Studio 2010 the world become a better place for developers – we are now able to add small tools to our IDEs and customize them the way we want with just a few megs of download from the Online Gallery. If we don’t use the tool for some time and we don’t want it to eat some of our PC resources we can just disable it through the Extension Manager. If we don’t like a tool we can simply remove it. The VSIX deployment guarantees that a tool is uninstallable, as the deployment is...