Friday, May 21, 2010

Where can I find examples of class files in C# programming?

Please provide the sources.

Where can I find examples of class files in C# programming?
You can try the link at http://search.yahoo.com/search;_ylt=A0oG...





Recommend: http://www.csharp-station.com/Articles/O... =%26gt; an example of class is being demonstrate.





thx.
Reply:Try www.c-sharpcorner.com.
Reply:There's lots of sites around that offer sample patterns, but the devil is in the detail. A basic hello world example often doesn't translate when you really want to know the best way to manage a custom collection of objects with unlimited levels of undo etc.





Tr sites like MS patterns and Practices for guidance. A very good MS site http://msdn.microsoft.com/practices/





Or look to this site for the gang of four object patterns for C#


http://www.dofactory.com/Patterns/Patter...





Finally, Apress have some nice books on the subject


Expert C# 2005 Business Objects, Second Edition: http://www.apress.com/book/bookDisplay.h...





Beginning Visual C# 2005 Express Edition: From Novice to Professional: http://www.apress.com/book/bookDisplay.h...





Beginning C# Objects: From Concepts to Code: http://www.apress.com/book/bookDisplay.h...





C# Class Design Handbook: Coding Effective Classes: http://www.apress.com/book/bookDisplay.h...





And Finally you can view Fritz Onions webcasts over a pluralsight (.NET 1.1 and 2.0 C# and VB.NET) on modern software development - these rock: http://pluralsight.com/fritz/webcasts.as...


No comments:

Post a Comment