Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Web ASP.NET MVC

    Output Caching and Telerik Extensions for MVC

    When we pushed out Telerik TV, we ran into an interesting style issue.  We were using output caching on our index page to save the server a little work.  However, sometimes when a user navigated to tv.telerik.com/home it would look like this: This problem would only manifest itself on the production server, and shockingly there were no errors! By looking at the source of the page we quickly realized that neither the StyleSheetRegistrar, nor the ScriptRegistrar were outputting anything at all.  This made it clear that the Render method on the StyleSheetRegistrar / ScriptRegistrar was not firing, or something was causing them...
    September 16, 2010
  • Web ASP.NET MVC

    Shipped Telerik Extensions for ASP.NET MVC Q2 2010 Beta

    We just shipped the beta of the Q2 2010 release. Download instructions for the beta can be found in the announcement forum thread. Why a beta when other Telerik products had their betas a month ago? We decided to postpone the official release of Telerik Extensions for ASP.NET MVC so we can deliver … three five new components! The official release would ship later this summer. New Components Telerik Editor for ASP.NET MVC In its first release the editor will contain only the most necessary text editing tools. We aim to keep it small thus more complex tools (image manager, table wizard etc)...
  • Web ASP.NET MVC

    Hands on mocking of ASPNETMVC controller action

    In this post, I will start with an MVC sample created from the default template project that is bundled with ASPNET MVC2 installation. This template provides not just a dummy project with folder organized but rather a full running app.
    June 23, 2010
  • Web ASP.NET MVC

    Building Real Applications with Telerik MVC & OpenAccess – Building the DAL

    In this blog post we will create a simple data access layer that allows our UI to interact with our data.
    February 16, 2010
  • Web ASP.NET MVC

    Building Real Applications with Telerik MVC & OpenAccess – Building the Model

    Using OpenAccess Forward Mapping really allows you to focus on building a strong model, rather than getting caught up in the persistence details, and this can expedite development time dramatically. Every developer I know could use a little more time to focus on more important things :) Before we can use the OpenAccess Forward Mapping Wizard, we need to create a model for our application.  After we have a solid model, we can run the wizard, and it will create the database for us! Awesome!   Getting Started The first thing that I do is create an abstract base class that all business...
    February 12, 2010