705
99.9
Apr 20, 2010
1. n-tier architecture
2. Singleton
3. Factory
4. Adapter
5. Iterator (LINQ)
340
99.9
Apr 27, 2010
Hi,
In most of my applications, I have used following Design Patterns:
1. MVC passive Model with ASP.NET in front end
2. MVP Passive Model with ASP.NET in front end
3. Proxy Pattern (every one knows where we use this :) )
4. Facade (Service Patterns)
5. Observer (Error logging, Table dependancy or File Dependancy)
6. Strategy (Hashing algorithms and Email formats)
7. Abstract Factory
8. Command (Master Page with custom base class)
9. Template (Master Pages)
Thanks,
Chinna Srihari
70
96.1
May 21, 2010
Observer Pattern
Iterator Pattern
Decorator Pattern
Adapter Pattern
Factory Pattern
Strategy Pattern
Composite Pattern in ASP.NET
Template Method Pattern
Intercepting Filter Pattern
Page Controller Pattern
If you are a dotnet developer, then this link will help you to know which are the patterns used in dotnet framwork.
http://msdn.microsoft.com/en-us/magazine/cc188707.aspx#S1