Recent Posts
- ASP.NET Web Design Software
- Debugging TypeScript Under DotNetNuke
- Multi-Step Processing in ASP.NET
- Twitter Follower Obsessions
- Sharing ObjectDataSource From Codebehind
- Silverlight – Wire up your form for programming
- DotNetNuke Modules – Benefits of Architecture
- Hungarian Notation – Use What Works, Spit Out The Bones
- AS is in CSharp too.
- Base-64 as URL Parameter
- DotNetNuke – Skinning
- Sorting the ListView in ASP.NET
- Self Executing Anonymous Function
- Why CSS ID selectors are Evil in ASP.NET Web Forms
- DotNetNuke SecurityException AspnetHostingPermission
Other Post
- Swapping the DAL Abstractly
- SilverLight - Layout Managers
- JavaScript vs Silverlight vs ...
- SQL For Programmers - Stored Procedure Basics
- Silverlight, Web Services and Datasets
- DotNetNuke: Staging Content Using Roles
- How to properly access controls in the Master Page
- Copy And Paste And Bugs
- The easiest way to create a SQL db from Code
- The Dangers of Testing as Part of an Interview
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)
If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!
Cloud
.net
ajax
architecture
asp.net
authentication
containers
csharp
css
dal
database
dataset
datasets
dnn
dotnetnuke
events
google
gridview
html
internationalization
iTextSharp
javascript
jQuery
json
linq
listview
modules
ms-sql
MVC
objectdatasource
PDF
programming
reflection
seo
Silverlight
skinning
sql
tableadapter
testing
tsql
tutorial
vb.net
video
view
visual studio
winforms
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- February 2012
- January 2012
- July 2011
- May 2011
- January 2011
- December 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007