You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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