real life examples on C#

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
 
A

Arne Vajhøj

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
 
R

raylopez99

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top