How to implement patterns in .net 2?
Any ideas?
Any ideas?
Microsoft have a couple of books on patterns in .Net.
However, patterns are completely platform agnostic, I don't see any reason why you'd have trouble here, they just assume an OO programming language. If you want to use a specific pattern, perhaps you should ask some specific questions if there are reasons you don't see how to proceed.
I would also advice that you consider the disconnected nature of ASP.NET - don't feel you need to write convoluted code to impliment patterns, just so you can say that you did. If patterns help, use them. If they don't, then don't.
ASP.Net offers a lot of built in pattern implementations like the observer pattern ( event delegate) . page controller in ASP.Net etc.. Do investigation before trying to implement a pattern . It may already been done by the .Net framework.
try this . this is very uselful .. the best for .Net programmers.
http://msdn.microsoft.com/practices/
Thanks
vinothkumar