Contents tagged with ASP.NET MVC
-
A Snapshot Of ASP.NET Homepage
First time to appear on www.asp.net homepage as headline!
-
Back From Microsoft Web Camps Beijing
I am just back from Microsoft Web Camps, where Web developers in Beijing had a good time for 2 days with 2 fantastic speakers, Scott Hanselman and James Senior.
On day 1, Scott and James talked about Web Platform Installer, ASP.NET core runtime, ASP.NET MVC, Entity Framework, Visual Studio 2010, … They were humorous and smart, and everyone was excited!
-
Anti-Forgery Request Recipes For ASP.NET MVC And AJAX
This post discusses solutions for anti-forgery request scenarios in ASP.NET MVC and AJAX:
- How to enable validation on controller, instead of on each action;
- How to specify non-constant token salt in runtime;
- How to work with the server side validation in AJAX scenarios.
-
Introducing CoolWebOS.com
This post is supposed to introduce the so-called WebOS – http://www.CoolWebOS.com/, as well as to have your important feedback.
-
Developing ASP.NET MVC Website in Visual Studio
Sometimes I send ASP.NET MVC project to some senior friends, and ask them for code review. But some of them do not have the Visual Studio ASP.NET MVC add-on installed. So I tried to develop MVC websites in a normal Web application project, so Visual Studio can run the project without installing ASP.NET MVC add-on.
-
Customizing View Folder Path In ASP.NET MVC Beta
By default, in an ASP.NET MVC Web application, all ViewPages and ViewUserControls should be placed in the default ~/Vews/ directory. But today some one needs to place them into a custom location.