Question : Learning good OO Coding Techniques in C#/ASP.NET

I'm a new C# programmer for ASP.NET - and trying to learn (on my own) good Object Oriented Design practices for ASP.NET 2.0 applications.   Can anyone direct me to a good web-cast/tutorial or sample on the MVC pattern.  Would that be a good pattern to apply to a classic "Orders/Order Details" application - such as the classic Northwind Traders application from many years ago?  


Thanks in advance.

Answer : Learning good OO Coding Techniques in C#/ASP.NET

The above link sandeep gave is just fine with ASP.NET and C# but if you want to learn more about design patterns and practices you can visit these llinks
http://msdn.microsoft.com/practices/topics/arch/default.aspx
if you need specific to MVC patterns
http://msdn2.microsoft.com/en-us/library/ms978723.aspx
http://msdn2.microsoft.com/en-us/library/ms998540.aspx

happy coding
Random Solutions  
 
programming4us programming4us