Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@kumarrakeshit-AEuTYt • Apr 30, 2014
If you are fresher, Do one thing first learn C# in console application.
Then you should start N-Tire Application. -
@nekkalapu-swathi-kQVPa4 • May 1, 2014
thank you for you suggestion.!
Im persuing .net coaching and i have knowledge in c# console applications..
wil it be easy..could you please guide me how to go forward to do this project -
@balaji-YpvCEn • May 1, 2014
i want to GPS or GIS based project ideas .pls gire me -
@kumarrakeshit-AEuTYt • May 1, 2014
If you have don't mind, may you send your email id then I could send a simple application of N Tire. -
@nekkalapu-swathi-kQVPa4 • May 2, 2014
#-Link-Snipped-#kumarrakeshitIf you have don't mind, may you send your email id then I could send a simple application of N Tire. -
@nekkalapu-swathi-kQVPa4 • May 5, 2014
k,,here is my mail id <SNIPPED>kumarrakeshitIf you have don't mind, may you send your email id then I could send a simple application of N Tire. -
@simplycoder-NsBEdD • May 5, 2014
Rather than sharing email addresses around, it would be a lot more helpful if you can discuss here.
Open up a new thread and start, and soon people would participate. -
@kumarrakeshit-AEuTYt • May 5, 2014
Before creating N-Tire Architecture. First you learn how create property in Class. Some layers are: -
1)Db Connection Class
This class define the execution of the query
2)Data Access Layer Class
This class are used to define Stored procedure or Query
3)Business Access Layer Class
This class used for validation. Suppose you have made a application, in that only those people can register whose age is greater then 18. So this types of validation we will define in this class.
4)Property Class
In this class we will define the property for accessing the private date member variable.
5)Controller Class
This class are used to assign the UI Data to property class
6)User Interface (UI)
UI where user interact with the application