Telerik Extensions for ASP.NET MVC Released

0

Telerik released the new ASP.NET MVC extensions that complemment the ASP.NET MVC framework by delivering a server-based framework that integrates with client-side modules based on popular JavaScript library, jQuery.

Here’s what you can expect from this release:

  • Pure ASP.NET MVC components
  • Built on top of ASP.NET MVC to leverage its values – lightweight rendering, clean HTML, separation of concerns, and testability.
  • Completely Open Source

    The Extensions are licensed under the widely adopted GPLv2. A commercial license with support is also available.

  • Exceptional Performance

    No postbacks, no ViewState, and no page lifecycle. The Web Asset Managers optimize the delivery of CSS and JavaScript, so no precious HTTP requests are wasted.

  • Based on jQuery

    Telerik Extensions draw on the power of jQuery for visual effects and DOM manipulations.

  • Search Engine Optimized

    The Extensions render clean, semantic HTML, which is essential for indexing your content in the major search engines.

  • Cross-browser support

    Telerik Extensions for ASP.NET MVC support all major browsers – Internet Explorer, Firefox, Safari, Opera and Google Chrome.

  • You can download it here.

    Technorati Tags: ,

    Digg This
    Reddit This
    Stumble Now!
    Buzz This
    Vote on DZone
    Share on Facebook
    Bookmark this on Delicious
    Kick It on DotNetKicks.com
    Shout it
    Share on LinkedIn
    Bookmark this on Technorati
    Post on Twitter
    Google Buzz (aka. Google Reader)

    xVal 1.0 Released

    0

    Here’s a good server-side validation solution for your ASP.NET MVC Web Apps. xVal is an open source project available at codeplex, that aims to fulfill your web form validation needs while ASP.NET MVC 2.0, and it’s own validation features, isn’t available yet.

    Version 1.0 was released today and you can check it out here.

    Technorati Tags:

    Digg This
    Reddit This
    Stumble Now!
    Buzz This
    Vote on DZone
    Share on Facebook
    Bookmark this on Delicious
    Kick It on DotNetKicks.com
    Shout it
    Share on LinkedIn
    Bookmark this on Technorati
    Post on Twitter
    Google Buzz (aka. Google Reader)

    ASP.Net MVC 1.0 RC Source Code Available

    0

    Yesterday Microsoft made available the Release Candidate of ASP.Net MVC 1.0. Today, you can download the Full Source code.

    Get it here.

    Technorati Tags:

    Digg This
    Reddit This
    Stumble Now!
    Buzz This
    Vote on DZone
    Share on Facebook
    Bookmark this on Delicious
    Kick It on DotNetKicks.com
    Shout it
    Share on LinkedIn
    Bookmark this on Technorati
    Post on Twitter
    Google Buzz (aka. Google Reader)

    ASP.NET MVC Release Candidate now available

    0

    Scott Guthrie has just posted announcing the availability of ASP.NET MVC 1.0 Release Candidate. Great news for anyone developing in this technology. 

    The ASP.NET MVC Framework is a Model-view-controller framework which Microsoft is adding to ASP.NET. It allows software developers to build a Web application as a composition of three roles: Model, View and Controller. A Model represents the state of a particular aspect of the application. Frequently, a model maps to a database table with the entries in the table representing the state of the table. A Controller handles interactions and updates the model to reflect a change in state of the application. A View extracts necessary information from a model and renders a user interface to display that.

    Few of the highlights of this release:

    Visual Studio Tooling Improvements

    • Add Controller Command
    • Add View Command
    • Adding and Customizing Scaffold Templates
    • Go To Controller / Go To View
    • MSBuild Task for Compiling Views
    • View Refactoring Support

    View Improvements

    • Views without Code-Behind Files
    • Model Property
    • Setting the Title
    • Strongly Typed HTML/AJAX Helpers

    Form Post Improvements

    • [Bind(Prefix=””)] No Longer Required for Common Scenarios
    • ModelBinder API Improvements
    • IDataErrorInfo Support

    Unit Testing Improvements

    • ControllerContext changed to no longer derive from RequestContext
    • AccountsController Unit Tests
    • Cross Site Request Forgery (CSRF) Protection

    File Handling Improvements

    • FileResult and File() helper method
    • File Uploading Support

    AJAX Improvements

    • jQuery Intellisense Files included within ASP.NET MVC Project Template
    • Request.IsAjaxRequest Property
    • JavaScriptResult ActionResult and JavaScript() helper method

    You can download it here, and check out the release notes here.

    More info: ScottGu’s Blog

    Technorati Tags:

    Digg This
    Reddit This
    Stumble Now!
    Buzz This
    Vote on DZone
    Share on Facebook
    Bookmark this on Delicious
    Kick It on DotNetKicks.com
    Shout it
    Share on LinkedIn
    Bookmark this on Technorati
    Post on Twitter
    Google Buzz (aka. Google Reader)

    Note: Silverlight, C#, in fact any .NET web development projects is best used with windows hosting than Linux based hosting.