background preloader

MVC3+

Facebook Twitter

Tutorials. ASP.NET MVC3 Razor With jQuery For Beginners. Download source - 563 KB Table of content Introduction In this article you will find the simplest way to create your first ASP.NET MVC application.

ASP.NET MVC3 Razor With jQuery For Beginners

This is a tutorial for absolute beginners to ASP.NET MVC. The only prerequisite for following this tutorial is that you know how to use Visual Studio, and understand HTML and C# syntax. Securing your ASP.NET MVC 3 Application - Ricka on MVC and related Web Technologies. Executive Overview You cannot use routing or web.config files to secure your MVC application.

Securing your ASP.NET MVC 3 Application - Ricka on MVC and related Web Technologies

The only supported way to secure your MVC application is to apply the [Authorize] attribute to each controller and action method (except for the login/register methods). Making security decisions based on the current area is a Very Bad Thing and will open your application to vulnerabilities. jQuery Globalization Plugin from Microsoft. Last month I blogged about how Microsoft is starting to make code contributions to jQuery, and about some of the first code contributions we were working on: jQuery Templates and Data Linking support.

jQuery Globalization Plugin from Microsoft

Today, we released a prototype of a new jQuery Globalization Plugin that enables you to add globalization support to your JavaScript applications. This plugin includes globalization information for over 350 cultures ranging from Scottish Gaelic, Frisian, Hungarian, Japanese, to Canadian English. We will be releasing this plugin to the community as open-source. You can download our prototype for the jQuery Globalization plugin from our Github repository: Jquery/globalize.

HTMLhelpers