473,406 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

3 tier architecture

i want to develop a window application using c# and ado.net
can u please give me some details about how to use 3 tier architecture

i want to know the details about how to get access to data access layer business layer and database layer

can anyone help in this regard to solve the problem
Apr 20 '10 #1
4 3940
tlhintoq
3,525 Expert 2GB
"How do I create a program" is a huge subject.
3 tier design alone is the subject of many large books.
I suggest you find a Borders or Barnes and Knobles with a coffee shop inside it. Grab a frappe and sit down and read through a few books until you find one or five that work for you.
Apr 20 '10 #3
I do not use C# or M$ technology, but:
  1. Tier 1 - presentation, how you diplay your data
  2. Tier 2 - logic: how you respont to events, get the data and display it
  3. Tier 3 - domain: where you manage your business objects (data)

The logic should 'talk' to presentation and data. Data and presentation they should not 'talk' to each other. This is a concept in software engineering that applies to any language.

You should have a look to MVC (Model View controller), which is 3-tier. There s a framework that implements MVC for Winforms and other technologies: http://www.mvcsharp.org/. Use Google to search a framework that implements and MVC pattern for you.

As the other guys say, you need a serious book, C#, Winforms and MVC. Good luck.
Apr 20 '10 #4
Presentation Layer
In the Presentation Layer, the code responsible for displaying user interface of the entire application is located. The common code placed in this layer are windows forms, web forms, user controls and server controls.

Business Layer
In the Business Layer, the code that implements the business functionality of the application is located.

Data Access Layer
The Data Access Layer provides access to databases such as SQL Server, Oracle etc. The .NET technology used to provide data access functionality is ADO.NET.

How to develop an ERP application using three-tier architecture using c#
Dec 8 '11 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

77
by: nospam | last post by:
Reasons for a 3-tier achitecture for the WEB? (NOTE: I said, WEB, NOT WINDOWS. DON'T shoot your mouth off if you don't understand the difference.) I hear only one reason and that's to switch a...
25
by: David Noble | last post by:
We've been developing a web site using 3-tier architecture for 18 months now. There is a common layer that defines the classes - using XML schemas. The data layer acts as a wrapper to 3 databases...
4
by: Patrick | last post by:
I'm writing a winforms database application in C#. I've come across a lot of stuff lately about "N-Tier" architecture. Can anyone give me a simple explanation of N-Tier? The descriptions that...
3
by: RAJESH | last post by:
I am working with c# and asp.net in developing web applications, iam using ..netframework 1.1 ,i want to know what is the need of 3-tier or 4-tier architecture in our application development.what...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.