real life examples on C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pramod

    real life examples on C#

    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
  • =?ISO-8859-1?Q?Arne_Vajh=F8j?=

    #2
    Re: real life examples on C#

    Pramod wrote:
    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

    Comment

    • raylopez99

      #3
      Re: real life examples on C#

      On Jul 12, 1:21 pm, Arne Vajhøj <a...@vajhoej.d kwrote:
      Pramod wrote:
      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
      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

      Comment

      Working...