real life examples on C#

  • Thread starter Thread starter Pramod
  • Start date Start date
P

Pramod

Where can i get sample real life examples on C#?
for example...
on topics like exception handling, reflection, delegates, functions,
iterators etc etc.
Let me know the link if possible.

Thanks in advance,
PSI
 
Pramod said:
Where can i get sample real life examples on C#?
for example...
on topics like exception handling, reflection, delegates, functions,
iterators etc etc.
Let me know the link if possible.

Download some open source code that are widely used.

Examples:
NHibernate
NUnit
Log4net
NAnt
DotNetNuke
Umbraco

Arne
 
Download some open source code that are widely used.

Examples:
   NHibernate
   NUnit
   Log4net
   NAnt
   DotNetNuke
   Umbraco

Arne

Yeah, good luck with that. Like the OP is going to go through a
million lines of code.

A better idea is to simply use the "sample code" provided by Visual
Studio when set to go online.

And occasionally asking this group is useful. Even Arne is
occasionally useful.

RL
 
Back
Top