C# Sample Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.


http://msdn.microsoft.com/vcsharp/downloads/samples/default.aspx

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

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

Back
Top