dbones notes
its a geek thing

Using DataAnnotations with NHibernate

August 13, 2010 22:04 by Dave
There are many validation frameworks the main one is NHibernate Validator, which uses its own set of Attributes. I wanted to use the DataAnnotation Attributes as they are supported by Asp.Net MVC out the box. Im sure there are some solutions for this (xVal). However I thought I would look int... [More]

Be the first to rate this post

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

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

external dll's in Source Control (dll.refresh)

April 25, 2008 18:24 by Dave
In Source control (SC), when you check in your solution, it does not check in any dll's (i think this is default behaviour).   Well how does this effect you? It may affect how you handle your project external references (any dll built outside the solution, b... [More]

Be the first to rate this post

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

Visual Studio Icons

April 23, 2008 21:13 by Dave
Visual Studio 2005 and 2008 came with icons!! VS 2008 location C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033  VS 2005 location C:\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary   Hey we got some icons... :D

Be the first to rate this post

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

Trust Level

January 29, 2008 23:23 by Dave
FYI one of the best links to do with trust levels <http://msdn2.microsoft.com/en-us/library/ms998326.aspx>  During the setup of this blog (BlogEngine.Net, which is awesome BTW) I ran into a small snag. The hosting comapny could not run this blog with high trust set. So as I wa... [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