|
|
Browse by Tags
All Tags » ASP.NET » MVC Framework (RSS)
Showing page 1 of 2 (18 total posts)
-
Internet Explorer 8 is in beta and we're able to improve features that we need. Last week I sent a short message to the Microsoft DPE here in Germany with some comments what I like more in Firefox 3 than in Internet Explorer. Well, there are a couple of great features like the star-it function to easily bookmark a Web page. Another great feature ...
-
Yesterday I posted a step by step guide by using the Preview 2 of the ASP.Net MVC Framework, the following is an updated version that targets the pre-release of the Preview 3 version of the ASP.Net MVC Framework.
In this post you will learn how to use most of the new features in the pre-release of the Preview 3 version of the ASP.NET Framework, ...
-
This post is different from my others, this post is a step by step guide to create a ASP.NET MVC Web application. You will learn to use most of the new features in the Preview 2 version of the ASP.NET Framework, you will also get a basic understanding about how to use LINQ to SQL. This step by step guide shouldn't be used as a "best way to ...
-
Today Microsoft published the source code of ASP.NET MVC Framework at Codeplex: We’re delighted to give you an early preview of the first release of the ASP.NET MVC source code on to Codeplex. You will be able to find this project at http://www.codeplex.net/aspnet and it represents the first of a number of planned releases of the source ...
-
This post is about using Forms Authentication with the MVC Framework. I only want to let you know that this is a simple and fast “hack” only to show a simple solution to get it work. I decided to use the Membership feature for the validation of user name and password.The first thing we need to do is to enable Forms Authentication and specify a ...
-
I have seen several posts about how to assign a ViewFactory to a Controller, most of the case the code looks like this:public class HomeController : Controller{ public HomeController() { this.ViewFactory = new MyViewFactory(); }}
The ViewFactory is assigned ...
-
On December 5th last year Microsoft Live Labs announced the Volta technology preview , a developer toolset for building multi-tier web applications using existing and familiar tools, techniques and patterns. You architect and built your application as...(read more)
-
I have seen several developers that want and have no problem by using server-side code blocks in a View when they are working with the MVC pattern. But I think the server-side code block should be used only in some advanced and special occasions and instead use an Expression Language. By using a lot of server-side code block can make the View ...
-
Take look at Nikhil's blog about how AJAX can be used with the ASP.Net MVC Framework:
http://www.nikhilk.net/Ajax-MVC.aspx
-
Note: This post is based on an early version of the ASP.Net MVC Framework.
When using the ASP.Net MVC Framework it will do a URL routing to route an URL to a Controller, and the Controller should execute some logic and render the Views. We can for example use an URL like /Products/Edit/1 to edit a product. By using this kind of URL ...
1
|
|
|