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