Archive for March 26th, 2009
ASP.NET MVC – Routing
One of the core features of ASP.NET MVC that makes everything “just work” is the concept of routing. By specifying ahead of time what a route looks like, we can create links that look like regular URLs with no parameters that behave like parameterized URLs on the server.
The magic for this all happens in Global.asax.cs (or .vb if you are using Visual Basic)
Other Related Items:
Beginner's ASP.NET in VB.NET 2003 on DVDASP.NET (VB.NET) 2003 represents an important technology for building enterprise level web applications. Learn the basics of ASP.NET development as yo... Read More >
Routing Protocols and Concepts, CCNA Exploration Companion GuideRouting Protocols and Concepts
CCNA Exploration Companion Guide
... Read More >


