How to implement patterns in .net 2?

Hello, I work on a company that always had been developing on another platforms *java, php) and they know a lot about patterns, what I dont know is how to implement those GangOfFour Patters on my asp.net appplications?

Any ideas?

[232 byte] By [LuisEstebanValenciaMCP.] at [2008-2-15]
# 1

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.

cgraus at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Microsoft Solutions Framework (MSF)...
# 2
hi ,

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

vinxter at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Microsoft Solutions Framework (MSF)...

Visual Studio Team System

Site Classified