Developing an Application using ASP.NET MVC 2…

Welcome to ASP.NET MVC 2, MVC takes a completely different approach to how standard web forms work. I will now go on to talk about the different features that are available. ASP.NET MVC Architecture… An MVC application has a different architecture, page processing model, conventions and project structure than an … Continue reading

Configuring and Extending a Web Application…

Welcome back! This post is all about how to configure and extend a web application, it contains quite a few sub topics such as, working with users, debugging an application and HTTP handlers. Firstly I’m going to be talking about working with users and profiles, so here goes! ASP.NET Membership… The ASP.NET … Continue reading