Layered approach in VB.Net

16 views
Skip to first unread message

Nitha

unread,
Nov 4, 2009, 6:03:40 PM11/4/09
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Hello Friends
I am very new to layered approach in vb.net.I would appreciate if
anyone can give a clear picture of it with good example.
Thanks
Nitha

Raghupathi Kamuni

unread,
Nov 5, 2009, 6:12:17 AM11/5/09
to dotnetde...@googlegroups.com

Gunawan Hadikusumo

unread,
Nov 5, 2009, 4:43:40 AM11/5/09
to dotnetde...@googlegroups.com
Data Layer      -----> Core  ----->CRUD ( Create, Read, Update and Delete) ---> Stored Procedures
 
                     ------> API   -
 
Business Layer  ------> Framework & web services
 
Presentation Layer ----> Form and Web Form
 
that's what i got. Hope it would help you.

Sunilsingh

unread,
Nov 5, 2009, 7:57:03 AM11/5/09
to dotnetde...@googlegroups.com
Hi Raghu,
                In 3 layer application we have 
1 Presentation layer : where u do designing type of stuff (eg the web page)
2 data logic Layer : this is the layer where you write you logic of how the your application is going to interact with the database ( eg you will write code for executenonquery here)
3 .Business logic : In this intermediate layer  between  presentation layer and Data Logic layer . In this layer you write the business logic .   Eg ( you write some functions for login like verifyuser() in business logic . you call this function from button click event of presentation layer and from function of verifyuser() in business logic you call function executenonquery() in  datalogic)
--
Thanks and Regards
Sunilsingh Bhadoria
Cell Number: +91 9922755668
Reply all
Reply to author
Forward
0 new messages