C# Sample Application

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

    C# Sample Application

    Does Microsoft have a C# Sample Application? I see a lot of code samples,
    but I can't find a whole sample application.

    Ideally, the sample application would connect to Northwind database, and the
    application would show common very day tasks, like Add, Edit and Delete
    records.

  • Morten Wennevik

    #2
    Re: C# Sample Application

    Hi Mike,

    Not sure if you will find this usable as for one it doesn't use a database, nor is it writtin in C#. It is however a complete application with source code for web, mobile or desktop.



    --
    Happy coding!
    Morten Wennevik [C# MVP]

    Comment

    • Morten Wennevik

      #3
      Re: C# Sample Application

      Found this link on the Fotovision page, that may be more database related. Not sure what language it is written in. Besides, you need separate machines for client and server.



      On Thu, 22 Sep 2005 21:34:10 +0200, Morten Wennevik <MortenWennevik @hotmail.com> wrote:
      [color=blue]
      > Hi Mike,
      >
      > Not sure if you will find this usable as for one it doesn't use a database, nor is it writtin in C#. It is however a complete application with source code for web, mobile or desktop.
      >
      > http://www.microsoft.com/downloads/d...displaylang=en
      >[/color]



      --
      Happy coding!
      Morten Wennevik [C# MVP]

      Comment

      • Chris R. Timmons

        #4
        Re: C# Sample Application

        =?Utf-8?B?TWlrZSBM?= <Cadel@nospam.n ospam> wrote in
        news:64FAF0EF-C7DA-48A1-9C50-C485678EC034@mi crosoft.com:
        [color=blue]
        > Does Microsoft have a C# Sample Application? I see a lot of
        > code samples, but I can't find a whole sample application.
        >
        > Ideally, the sample application would connect to Northwind
        > database, and the application would show common very day tasks,
        > like Add, Edit and Delete records.[/color]




        The "101 C# Code Samples" has several small sample apps that
        demonstrate basic database access.

        --
        Hope this helps.

        Chris.
        -------------
        C.R. Timmons Consulting, Inc.

        Comment

        Working...