Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I am a newbie in .NET. Currently learning C# and Asp.NET. Now I want to start with SQL server so that I can easily get through ADO.NET. Please mention from where should I start and list some resources.

Regards,
Jatin Dogra
Posted

Good starter:

http://www.w3schools.com/sql
 
Share this answer
 
Adding to Solution 1...

1. SQL Tutorial[^].
2. Welcome to SQLCourse.com![^].
 
Share this answer
 
 
Share this answer
 
Create Data base on your own and create few tables inside it.

For better practice, create a simple application and Get values from the user from front end & those values to be stored in DB.

Try, Basic commands like Insert, Delete, Update.

w3schools is best site to learn, You can make use of it.
 
Share this answer
 

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