Hi ,
I am new to .Net . Please help me .. How to do 3-Tier Application using c# windows Application with MS SQL Server.
Thanks.....
Hi ,
I am new to .Net . Please help me .. How to do 3-Tier Application using c# windows Application with MS SQL Server.
Thanks.....
How to write 3-Tier Application using c# windows Application with MS SQL Server 2000?.
codequest
OK, that's a bit clearer. If you're using a database, then it's arguable that your app IS 3 tier, especially if you're doing the right thing and making all data access via stored procs, and putting all the code that calls the stored procs in a single class. Basically, if you're writing the app so that you have one point of contact between the database and your middle tier, the app is 3 tier.
SaliDM
I think it depends on how big your app is. If you have 20 odd stored procs, they may as well be in the middle tier, in a class. If you have 20 different entities which each have lots of procs, you need to build a dll for that code.
Craig Thomson
alsadykov
That's a bit of a massive question. Which part are you having trouble with Are you new to programming overall Have you written n-tiered apps before You need to define where you are coming from and ask more specific questions if you want a meaningful answer. The web also abounds with info on this, certainly at the broad level that you've posed the question.
Phlin
Test 007
Constantin Mihai - MSFT
Yes, it sounds like it.
Ben Morris