Exception handling with Action Filters in Asp.Net MVC
Category: Languages > .net      Posted: 05 Apr 09

In this episode we take a look at how to handle exceptions with Action Filters in the ASP.Net MVC framework. We will create a custom Action Filter and have it perform our exception handling logic.

Preserving Routes for SEO using the MVC Routing Engine
Category: Languages > .net      Posted: 18 Mar 09

In this episode we are going to take a look at how to use the Routing Engine that is part of the Asp.Net MVC framework to allow us to preserve old or dead routes in order to not break external links.

We will walk though create the new route, watching it hit our new controller action then f...

Introducing ASP.NET MVC
Category: Web Development > Asp.net      Posted: 09 Mar 09

This screencast provides a quick introduction to ASP.NET MVC, showing you how to create a minimal MVC application, and then add a controller, a view, s...

Understanding ViewState in ASP.NET
Category: Web Development > Asp.net      Posted: 09 Mar 09

A walk through of how ViewState in ASP.NET works. This screencast shows exactly how ViewState works, how it can be parsed with external tools, when it ...

Hosting WCF services in IIS
Category: Languages > .net      Posted: 08 Mar 09

Learn how to host WCF services within IIS. You see how to create an .svc file for your service, configure the service within Web.config, and test your ...

How to Search a Website Using ASP.NET 3.5 - screencast
Category: Web Development > Asp.net      Posted: 12 Feb 09

I'm happy to say that today, we are posting our very first article on ASP.NET. In this screencast, I'll show you how to implement a simple search functionality into your personal website. We'll go over many of the new features in ASP.NET 3.5, such as LINQ and many of the AJAX controls that ship with ...

JQuery with Asp.net
Category: Web Development > Javascript      Posted: 05 Feb 09

jQuery is an open-source Javascript client framework that "simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development". With Microsoft announcing that jQuery will ship with future releases of ASP.NET MVC and Visual Studio, jQuery may well become th...

Microsoft Visual Studio: Web Development Futures - TL48
Category: Web Development > Asp.net      Posted: 12 Dec 08

Get a first look at the next version of Visual Studio for web developers. See how the new deployment tools enable frictionless transfers of web project...

A Lap around "Oslo" - TL23
Category: Web Development > Asp.net      Posted: 12 Dec 08

Please Note: This session will be repeated on October 29th at 4:45PM. "Oslo" is the family of new technologies that enable data-driven development and ...

ASP.NET: Cache Extensibility - PC41
Category: Web Development > Asp.net      Posted: 12 Dec 08

Learn how the next version of ASP.NET extends caching with an API that enables developers to plug-in custom cache implementations.

Presenter...

Microsoft Visual Studio: Easing ASP.NET Web Deployment - PC33
Category: Web Development > Asp.net      Posted: 12 Dec 08

Learn how to use the web.config transformation engine to transform a developer web.config file to production. See how to create specific transformation...

ASP.NET AJAX Futures - PC32
Category: Web Development > Asp.net      Posted: 12 Dec 08

Explore the new ASP.NET AJAX client template and data binding framework, including declarative UI, controls, data binding in the browser, and integrati...