Common ASP.NET Design Patterns
- Day 1
- Speakers: Steve Smith
- 5,010 Views
- 1 Comment
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Design Patterns provide common templates for solving the same family of problems in a similar way. They also provide a higher-level language for software developers to use to describe approaches they might choose when designing a component of an application. In this session, you'll learn about several of the most common, and useful, design patterns used by ASP.NET developers today.```
Already have a Channel 9 account? Please sign in
Follow the Discussion
Decent presentation on using 5 of the most commonly used Design Patterns in an ASP.NET MVC project. The patterns covered are: Singleton, Strategy, Repository, Proxy, Command and Factory. After explaining and showing sample code for each of the 5 patterns, the presenter walks through a fork of the MVCMusic sample application to show where each pattern could be used to make the code more readable, structured, testable and/or easily modified. Sample code and presentation slides are on the presenter's website: http://ardalis.com/aspconf-2012-sessions
Remove this comment
Remove this thread
close