Skip to main content

Posts

Showing posts with the label Telerik

Telerik - Just Code - Add-In for Visual Studio

Telerik just launched their new product name Just Code . They have been talking about this secrete product since last 3 weeks and intended to launch during PDC 2009. PDC 2009 started yesterday.   First Look: The product itself looks promising and some of the feature listed in JustCode vs. Visual Studio comparison sheet prepared by Telerik clearly indicate that this not only analyze the code but will also enhance the coding. For example: some feature which are not in Visual Studio but are available in Just Code are: Go To File, Go To Type, Go To Symbol, Go To Member, Find Base Types, Find Inheritors, Find Members Returning Type, Find Members Taking Type, Find Overridden Members, Find Overriding Members, Locate In Solution Explorer, Camel Case Search etc. It also have enhanced features for Code Generation, Refactorings & Quick Fixes.   What Telerik says: JustCode (Beta) is an agile development add-in for Visual Studio 2005 and 2008 that enhances .NET dev...

Getting Started with Telerik Extensions jQueryUI Wrappers

This video is from Telerik TV website. In this video they showing how to get started with the jQueryUI wrappers provided in the Telerik Extensions for ASP.NET MVC August 2009 CTP. These sample classes provide a native .NET way to add jQueryUI components to MVC views and preview the server-side API of the Telerik Extensions framework. I am sure JQuery, JqueryUI fans like Richard will like this :) Direct link to the video at Telerik TV site - Getting Started with Telerik Extensions jQueryUI Wrappers

Telerik Q3 2009 Highlights on Telerik Teaser Video

Telerik is going to release Telerik Q3 2009. Telerik has created a teaser video for the major highlights of the release. You can also check Telerik blog for updates on this release. They are going to introduce a new product with the release. You can also download the Telerik Q3 2009 Beta from the Telerik website. Direct link to video at the Telerik website - See a video on all the Q3 Release highlights Link to Telerik blog - http://blogs.telerik.com/blogs.aspx   This video is from Telerik TV site which has lots of other videos including tutorials. Some of them are great. You can access them at - http://tv.telerik.com/home

Telerik Extensions for ASP.NET MVC: Open Source

Telerik recently launched “ Telerik Extensions for ASP.NET MVC (CTP)”. The Telerik Extensions for ASP.NET MVC are Completely Open Source and are licensed under the OSI-approved Microsoft Public License (MS-PL), the same license used to distribute ASP.NET MVC. The complete source for the Extensions is available on CodePlex. More details on Telerik Extensions for ASP.NET MVC are available at http://www.telerik.com/products/aspnet-mvc.aspx and live demos are available at http://demos.telerik.com/aspnet-mvc .

Telerik Skin – Custom And Modified - EnableEmbeddedSkins

Very good articles on Telerik and Custom skins. The key to use custom or modified skin is to set EnableEmbeddedSkins property to false. Without this setting Telerik will always use the skin files embedded in the Telerik.Web.UI.dll. How Skin Works - http://www.telerik.com/help/aspnet-ajax/howskinswork.html Modifying built-in skins - http://www.telerik.com/help/aspnet-ajax/modifyingexistingskins.html Creating a custom skin - http://www.telerik.com/help/aspnet-ajax/createcustomskin.html Register Skin on your page (Register the CSS file in your page) - http://www.telerik.com/help/aspnet-ajax/skinregistration.html . You can also use ASP.NET 2.x Theme mechanism by coping your custom skin folder in the App_Theme folder. In this case you don't need to manually register the CSS file of your custom skin when you are using ASP.NET themes. The framework will automatically register any CSS files found in the current theme folder (~/App_Themes/MyTheme).