still trying to find C# code listing for complete programs

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

After doing some Google searching I can find code for programs written in
VB and C++ but there does not seem to be much for code listings in C#.

Does anyone know of a site that supports C# and has code for complete
programs That I can learn from.
 
After doing some Google searching I can find code for programs written in
VB and C++ but there does not seem to be much for code listings in C#.

Does anyone know of a site that supports C# and has code for complete
programs That I can learn from.

Did you try the Code Project?

http://www.codeproject.com/
 
Thanks Jeff.

I took a look at code project but it seems to be an article web site. If
there is some code then I have missed it somehow.

There's thousands of code examples, pretty well all full working programs.
Drill down through Articles -> Chapters and Sections.
 
After doing some Google searching I can find code for programs written in
VB and C++ but there does not seem to be much for code listings in C#.

Does anyone know of a site that supports C# and has code for complete
programs That I can learn from.

Find some open source code.

SourceForge, CodePlex etc..

Arne
 
Back
Top