Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
iam used to work with C# windows application on local
but now I am asked to develop a client server application and to put sql database on the server so my first question:
is there any additional concepts to learn when dealing with sql ???is connection string enough?
my second question:
is there any conflict between linq to sql (data context)and putting database on server I mean linq to sql makes a copy of your database and deals with it so can it work with database on server???
my third question:
is there any conflict between linq to sql and 3 tires concept???
thanks for you
Posted
Comments
Maciej Los 4-Nov-14 4:39am    
is there any additional concepts to learn when dealing with sql ???is connection string enough?
What context? What you mean by "is connection string enough"?

is there any conflict between linq to sql (data context)and putting database on server I mean linq to sql makes a copy of your database and deals with it so can it work with database on server???
No!

is there any conflict between linq to sql and 3 tires concept???
No!

1 solution

Hi
Please Refer

Performance Comparisons LINQ to SQL / ADO / C#[^]


Thanks
Siva Rm K
 
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