Click here to Skip to main content
15,889,335 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: three tire architecture Pin
Pete O'Hanlon6-Oct-10 1:14
mvePete O'Hanlon6-Oct-10 1:14 
GeneralRe: three tire architecture Pin
ely_bob7-Oct-10 4:06
professionalely_bob7-Oct-10 4:06 
GeneralRe: three tire architecture Pin
Pete O'Hanlon7-Oct-10 4:42
mvePete O'Hanlon7-Oct-10 4:42 
GeneralRe: three tire architecture [modified] Pin
ely_bob7-Oct-10 5:46
professionalely_bob7-Oct-10 5:46 
GeneralRe: three tire architecture Pin
Pete O'Hanlon7-Oct-10 6:17
mvePete O'Hanlon7-Oct-10 6:17 
AnswerRe: three tire architecture Pin
Luc Pattyn6-Oct-10 2:06
sitebuilderLuc Pattyn6-Oct-10 2:06 
AnswerRe: three tire architecture Pin
Abhinav S6-Oct-10 5:38
Abhinav S6-Oct-10 5:38 
AnswerRe: three tire architecture Pin
Pavel Yermalovich6-Oct-10 10:26
Pavel Yermalovich6-Oct-10 10:26 
So, first you create an empty solution. Then you add three projects into it. The first one is ASP.NET applcation which will be your PL (Presentation Level) and two class library for DAL and BLL. In DAL you will add LINQ to SQL class as one of possible way to map your database. Will create for every entity the class with the name YourEntityData to implement CRUD methods. Also you can add CustomizedEntites.cs file to extend your LINQ entities. In BLL you'll develop your business objects. As a rule every class includes MapToCustomProperties(Entity entity) for DAL->BLL mapping, MapToEntity() for BLL->DAL mapping and Load() to load information for object from DB. Often in the same file i create and write collection class for this object. F.e. ProductBLL and ProductBLLList:List<productbll>. In your PL tier you are working just with BLL tier and so on...
AnswerRe: three tire architecture Pin
AspDotNetDev6-Oct-10 21:03
protectorAspDotNetDev6-Oct-10 21:03 
AnswerRe: three tire architecture Pin
Alexander DiMauro7-Oct-10 2:09
Alexander DiMauro7-Oct-10 2:09 
AnswerRe: three tire architecture Pin
ely_bob7-Oct-10 8:24
professionalely_bob7-Oct-10 8:24 
GeneralRe: three tire architecture Pin
Pete O'Hanlon7-Oct-10 11:50
mvePete O'Hanlon7-Oct-10 11:50 
Questionurgent plz Pin
mmaryum4-Oct-10 22:29
mmaryum4-Oct-10 22:29 
GeneralRe: urgent plz Pin
Rajesh Anuhya4-Oct-10 23:33
professionalRajesh Anuhya4-Oct-10 23:33 
AnswerRe: urgent plz Pin
Dave Kreskowiak5-Oct-10 1:07
mveDave Kreskowiak5-Oct-10 1:07 
AnswerRe: urgent plz Pin
Pete O'Hanlon5-Oct-10 1:22
mvePete O'Hanlon5-Oct-10 1:22 
AnswerThis is where a useful subject line should go Pin
Luc Pattyn5-Oct-10 2:07
sitebuilderLuc Pattyn5-Oct-10 2:07 
GeneralRe: urgent plz Pin
JFDR_027-Oct-10 5:02
JFDR_027-Oct-10 5:02 
AnswerRe: urgent plz Pin
RaviRanjanKr26-Dec-10 18:52
professionalRaviRanjanKr26-Dec-10 18:52 
NewsSpell checker in VS 2010 Pin
Sunasara Imdadhusen4-Oct-10 3:28
professionalSunasara Imdadhusen4-Oct-10 3:28 
GeneralRe: Spell checker in VS 2010 Pin
Abhinav S4-Oct-10 6:29
Abhinav S4-Oct-10 6:29 
GeneralRe: Spell checker in VS 2010 Pin
Luc Pattyn4-Oct-10 6:39
sitebuilderLuc Pattyn4-Oct-10 6:39 
GeneralRe: Spell checker in VS 2010 Pin
Abhinav S4-Oct-10 7:44
Abhinav S4-Oct-10 7:44 
GeneralRe: Spell checker in VS 2010 Pin
Pete O'Hanlon4-Oct-10 7:52
mvePete O'Hanlon4-Oct-10 7:52 
GeneralRe: Spell checker in VS 2010 Pin
Pete O'Hanlon4-Oct-10 6:45
mvePete O'Hanlon4-Oct-10 6:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.