|
c_learner
Starting Member
1 Posts |
Posted - 01/26/2013 : 03:43:08
|
Hi people, I would like to learn how to create database applications which store the data entered by multiple users, process the data, and provide the data as requested by the user. Is it possible to write such an application by using Microsoft SQL Server and Microsoft Visual C#? I'm familiar with C, Fortran. I'm very good at Microsoft Access, but I have to admit that I am completely new to OOP. I would appreciate if someone could tell me where to start. Which programming language should I learn first? Is there any particular book you can advise? Thanks.
|
|
|
jackv
Flowing Fount of Yak Knowledge
United Kingdom
1769 Posts |
Posted - 01/26/2013 : 05:59:32
|
As well as learning C# and how to interact with SQL Server, I would suggest learning t-sql , there are many tutorials on the internet. I would also learn how to read Execution Plans - the Execution Plan will help you to see what is going on and assist in writing better queries.
Jack Vamvas -------------------- http://www.sqlserver-dba.com |
 |
|