Skip to content

Subham0007/3TierArch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

3TierArch

This is a 3 tier architecture demo for .net frame work.

I created this demo arch. in visual studio 2010. the framework is 4.0

1.1st I created an empty website in visual studio.

  1. then in that web site I created a web form according to my requirement.

  2. after that I created 2 class list named BL and DAL.

  3. I added DAL reference to BL and then BL reference to My website.

to open this project in visual studio...you have to open the three-tier\Project\3Tier\3Tier.sln file In some cases only BL and DAL will load...so in that case change the website path accordingly(from the error path).

And in the connection string(DAL/Class1) please insert your DB name and password etc to run this project.

About

This is a 3 tier architecture demo for .net frame work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors