Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how we can use 3 Tier Application in asp.net explain and brief seperately explain Data Layer,Business Layer, and Presentation Layer with Exaples in asp.net and C#
Posted

 
Share this answer
 
v3
Charudatta,
3 tier application khup sope astat.
Thodasa Google var search kar.
Milel sarv kahi.
 
Share this answer
 
Google or Bing for "asp.net mvc".
 
Share this answer
 
You keep following ways.:rose::thumbsdown:

webconfig file have the database connectivity...

Database Layer:

---there you define and return the procedures.

Business layer:

------there you define the functions and declare the arguments then you return the db values.

Presentation Layer:

---- there you get the input values & call the Business Layer's functions..:thumbsup:
 
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