dbones notes
its a geek thing

Whiteboard Released

June 23, 2010 22:59 by Dave
Whiteboard is a chat web application, consider it a proof of concept. The goal of this project was to design and implement a web application using Design Patterns and Open Source Frameworks Technology Stack NHibernate (using Linq to NHibernate) FluentNHibernate Castle Windsor AutoMapper ASP.NET MVC... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

A Little more on the MVC Routing

June 22, 2009 23:20 by Dave
Couple of links (Which I need to have a further read of) Legacy Url Routing - converting your ASP.net application to a MVC, how to route the old aspx page to redirect to the MVC required view. Asp.Net Routing Debugger - allows you to type in URLs and it shows which routes match it... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: asp.net
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Routing - my simple test

June 22, 2009 22:02 by Dave
ASP.NET MVC comes with a routing engine, and from my understanding this will be applied to ASP.Net (I may be wrong on that). however thats not the point of this post. Today I wanted to note down some simple information about the routing engine. The routing by default is located in the Global... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: asp.net
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed