Login
Register
Tutorials
Forum
Career Development
Resources
Reviews
Jobs
Interview
Communities
Projects
Training
Silverlight Games
|
Bookmarks
|
New Members FAQ
|
Mentor
|
Code Converter
|
IT Companies
|
Peer Appraisal
|
Members
|
Revenue Sharing
|
Computer Jokes
|
New Posts
|
Social
|
Talk to Webmaster
Tony John
Facebook
Google+
Twitter
LinkedIn
Online Members
Padma
srirama
dev
CRPRAJAN
Alwyn Duraisingh
More...
Join our online
Google+ community
for Bloggers, Content Writers and Webmasters
Forums
»
.NET
»
ASP.NET
»
3-Tier Architecture
Posted Date:
23 Nov 2009
Posted By::
umesh
Member Level:
Gold
Member Rank:
630
Points
: 1
Responses:
4
hi All
how to prepare dll for Bal and Dal Layer.
and waht is
(Menu BAr) Project-->Insert-3tier properties
Tweet
Responses
#445962 Author:
Brainstorming Guy
Member Level:
Gold
Member Rank:
32
Date: 23/Nov/2009 Rating:
Points
: 2
You can refer the following article. That will give you an idea of how to create a 3 tier architecture application.
http://www.dotnetspider.com/resources/19462-Tier-Architecture-NET-Sample-Application.aspx
Regards,
Brainstorming Guy aka Venkatarajan A
BEEN THERE. DESTROYED THAT.
.NET Gurukul
#446022 Author:
Srikanth C
Member Level:
Bronze
Member Rank:
0
Date: 23/Nov/2009 Rating:
Points
: 2
follow these steps
• Make three folder named "Control", "Bal" and "Dal"
• Put Presentation layer's compiled .dll file like App1_Presentation.dll into "Control" named folder. That .dll file can be found from bin>Debug of the concerned layer project
• Create and put "Configuration.xml" into "Control" folder along with presentation layer's dll file. The "Configuration.xml" file should contain correct information like- (<?xml version="1.0" encoding="utf-8" ?> <Modules Name="Presentation"> <DummyClient class="DummyClient" method="PresentationClient"> </DummyClient> </Modules>)
• Put Business layer's compiled dll file like App1_Business.dll into "Bal" named folder. That dll file can be found from bin>Debug of the concerned layer project
• Put Control layer's compiled dll file like App1_Control.dll into "Bal" named folder along with business layer's dll file. That dll file can be found from bin>Debug of the concerned layer project
• Put Data Access layer's compiled dll file like App1_DataAcess.dll into "Dal" named folder. That dll file can be found from bin>Debug of the concerned layer project
#446053 Author:
umesh
Member Level:
Gold
Member Rank:
630
Date: 23/Nov/2009 Rating:
Points
: 2
3 logical layers or tiers, namely:
1) Data Access Layer or Data Tier
2) Business Logic Layer or Business Tier
3) Presentation Layer or Tier
#446201 Author:
Manindra Kumar Upadhyay
Member Level:
Gold
Member Rank:
185
Date: 23/Nov/2009 Rating:
Points
: 2
try above example.
Post Reply
This thread is locked for new responses. Please post your comments and questions as a
separate thread
.
If required, refer to the URL of this page in your
new post
.
Tweet
Next :
Doubt in switchcase
Previous :
Problem in converting string into bitmap
Return to Discussion Forum
Post New Message
Category:
Related Messages
Validation Controls
no of click on advertisement in asp.net application
Please Please help.................. tooo urgent
Please tell me .Net interview Questions for 2+ Years Exp
To upload Documents like(doc,pdf,etc) to file system
Follow us on Twitter:
https://twitter.com/dotnetspider
Active Members
Today
CRPRAJAN
(12)
anbu
(10)
Mariswari
(6)
Last 7 Days
baskar
(309)
Ultimaterengan
(241)
Rakesh Chaubey
(188)
more...
Awards & Gifts
Email subscription
.NET Jobs
.NET Articles
.NET Forums
Articles Rss Feeds
Forum Rss Feeds
About Us
Contact Us
Copyright
Privacy Policy
Terms Of Use
Revenue Sharing sites
Advertise
Talk to
Tony John
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2012 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.