Click here to Skip to main content
15,896,448 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am working with three tier architecture project in asp.net using C# code. I need to connect my web services with SQL database. i need code for Business Layer, and .cs layer
Posted
Comments
Ashraff Ali Wahab 27-Sep-12 9:08am    
You can code it. No one here will stop you.
Herman<T>.Instance 27-Sep-12 9:24am    
exactly
Sergey Alexandrovich Kryukov 27-Sep-12 13:59pm    
Agree, but I still decided to provide introductory references. Please see my answer.
--SA

1 solution

This is not a question, but the first thing you need to know is how to use ADO.NET. Here is a good introductory easy-to-understand article:
Using ADO.NET for beginners[^].

To drill down, please see:
http://en.wikipedia.org/wiki/ADO.NET[^],
http://msdn.microsoft.com/en-us/library/aa286484.aspx[^].

—SA
 
Share this answer
 
v2

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