Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please tell me a full database to c #. In MSAccess Northwind database was where everything was implemented. Analogous to c # is not met

ps translate with google)
Posted

C# isn't a database but if you're asking for a sample database for SQL Server you can try this: http://msftdbprodsamples.codeplex.com/releases/view/55926[^]

Addition:
There are lot of good examples if you google: http://www.google.com/#hl=en&q=c%23+sample+sql+server[^]

For example Beginners guide to accessing SQL Server through C#[^]

I don't think there's a complete example for all features but if you start with the basic operations (connect, select, update, close, transactions etc) you'll get a good start.

If you want you can use the sample databases (the link I posted) so you don't have to create and fill the tables in the beginning.
 
Share this answer
 
v2
 
Share this answer
 
Comments
RaviRanjanKr 14-Aug-11 5:18am    
Nice Link, My 5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900