Technology News, Technology Resources, Technology Articles

Archive

Posts Tagged ‘ASP.NET’

Logging with ASP.NET MVC Action Filters

October 29th, 2009

Logging is a common Cross-Cutting Concern that many ASP.NET developers solve in the Global.asax file. Because MVC is built on top of ASP.NET you *could* tap into the same solution, but there is a better way. This article will show how easy it is to add logging to your web app using ASP.NET MVC Action [...]

Read More >>

Author: admin Categories: Web Programming Tags:


Model Binders in ASP.NET MVC

October 29th, 2009

MVC Model Binders Demo Screen ShotHot off the presses, and new to ASP.NET MVC (Preview 5) is an awesome capability that (in my opinion) revolutionizes the way we design web applications. This feature is being touted (by me) as “the ViewState for MVC”. First, the Challenge A common challenge of web applications is passing complex types and (more difficultly) stateful [...]

Read More >>

Author: admin Categories: Web Programming Tags:


Test Driven Development with ASP.NET MVC

October 29th, 2009

New ASP.NET MVC Preview 5 project in Visual Studio 2008One of the biggest benefits of MVC is it’s direct link to Test Driven Development. Because of some of the new features of ASP.NET MVC Preview 5 (ModelBinders in particular), testing your Action methods is even easier. This article will demonstrate how easy it is to ensure the quality of your MVC app with unit [...]

Read More >>

Author: admin Categories: Web Programming Tags:


MVC AJAX Sites That Gracefully Degrade

October 29th, 2009

ASP.NET MVC - AJAX application that gracefully degrades part 1As AJAX-enabled web sites continue to grow in popularity, the development community continues to try to solve the common problems of using AJAX. One big concern that used to require a lot of work is that of gracefully degrading your AJAX site for non-capable browsers. Thankfully, the ASP.NET MVC framework makes this an easy task. [...]

Read More >>

Author: admin Categories: Web Programming Tags:


Creating a Custom View Engine in ASP.NET MVC

October 29th, 2009

ASP.NET is an awesome web development platform that many developers wouldn’t ever want to part with. However, if given the option, there are definitely parts of the package that you may want to swap out. This article will show you how easy it can be to break away from the “inline-ASP” or “Web Forms” world, [...]

Read More >>

Author: admin Categories: Web Programming Tags:


Model Binders in ASP.NET MVC

October 29th, 2009

MVC Model Binders Demo Screen ShotHot off the presses, and new to ASP.NET MVC (Preview 5) is an awesome capability that (in my opinion) revolutionizes the way we design web applications. This feature is being touted (by me) as “the ViewState for MVC”. First, the Challenge A common challenge of web applications is passing complex types and (more difficultly) stateful [...]

Read More >>

Author: admin Categories: Web Programming Tags: ,


Test Driven Development with ASP.NET MVC

October 29th, 2009

New ASP.NET MVC Preview 5 project in Visual Studio 2008One of the biggest benefits of MVC is it’s direct link to Test Driven Development. Because of some of the new features of ASP.NET MVC Preview 5 (ModelBinders in particular), testing your Action methods is even easier. This article will demonstrate how easy it is to ensure the quality of your MVC app with unit [...]

Read More >>

Author: admin Categories: Web Programming Tags: ,


Model Binders in ASP.NET MVC – Part 2

October 29th, 2009

Dynamic address fields in an ASP.NET MVC applicationThe previous article on ModelBinders gave a basic introduction, showed a few code samples, and showed a creative usage of ModelBinders. However, some questions arose, some claims were challenged (particularly about comparing ModelBinders to the WebForms ViewState) and some controversial code needs further flushing out. This article will do just that. To begin with, we [...]

Read More >>

Author: admin Categories: Web Programming Tags: ,


MVC AJAX Sites That Gracefully Degrade

October 29th, 2009

ASP.NET MVC - AJAX application that gracefully degrades part 1As AJAX-enabled web sites continue to grow in popularity, the development community continues to try to solve the common problems of using AJAX. One big concern that used to require a lot of work is that of gracefully degrading your AJAX site for non-capable browsers. Thankfully, the ASP.NET MVC framework makes this an easy task. [...]

Read More >>

Author: admin Categories: Web Programming Tags: , ,


Creating a Custom View Engine in ASP.NET MVC

October 29th, 2009

ASP.NET is an awesome web development platform that many developers wouldn’t ever want to part with. However, if given the option, there are definitely parts of the package that you may want to swap out. This article will show you how easy it can be to break away from the “inline-ASP” or “Web Forms” world, [...]

Read More >>

Author: admin Categories: Web Programming Tags: ,