Quantcast
Channel: DotNetShoutout - Stories tagged with routing
Browsing latest articles
Browse All 9 View Live

Image may be NSFW.
Clik here to view.

RESTful routes for ASP.NET MVC - Steve Hodgkiss

Rails’ RESTful routing is something I miss when developing for ASP .NETMVC. The style it imposes on your application architecture has many benefits. I wanted this style for my ASP.NETMVC apps. I...

View Article



Image may be NSFW.
Clik here to view.

MVC Routes and Magic Strings - No Good

I live and breath with ASP.NET MVC, but from the very beginning I’ve been very uncomfortable with the magic string nature of routes, controllers, and actions. I long ago stopped using the various...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET MVC Routing Tutorial

In this tutorial we will take a look at ASP.NET MVC Routing which is a very powerful method of handling URL’s in web apps. ASP.NET MVC routing serves two main purposes: Matching incoming requests and...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET 4.0 Routing Tutorial

It is a common mis-perception that Routing is  exclusive to MVC, with .NET 3.5 SP1 and above Routing can be also used with ASP.NET Web Forms. In ASP.NET 4.0, Routing is fully integrated and so...

View Article

Image may be NSFW.
Clik here to view.

Dean Hume - Test your MVC routes with Moq

Test your MVC routes with Moq Routing is a great feature that ships with MVC. The ASP.NET Routing module is responsible for mapping incoming browser requests to particular MVC controller actions. One...

View Article


Image may be NSFW.
Clik here to view.

Custom ASP.NET Routing to an HttpHandler - Rick Strahl's Web Log

As of version 4.0 ASP.NET natively supports routing via the now built-in System.Web.Routing namespace. Routing features are automatically integrated into the HtttpRuntime via a few custom interfaces....

View Article

Image may be NSFW.
Clik here to view.

Understanding and Using URL Routing with Web Forms

Following the lead of MVC, ASP.NET Web Forms now support URL routing. Use this technique to give your pages more user and SEO-friend URLs.

View Article

Image may be NSFW.
Clik here to view.

Configuring MVC Routes in Web.config

By simply reading routes out of the Web.config you provide a way to control routing without having to redeploy code, allowing you to enable or disable website functionality on the fly.

View Article


Image may be NSFW.
Clik here to view.

Autocorrecting unknown actions using the Levenshtein distance

This weekend I prototyped an idea I had earlier this week: autocorrecting unknown actions in ASP.NET MVC.

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images