Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Develop a Module in ASP.NET Pin
User 418025420-Apr-17 14:29
User 418025420-Apr-17 14:29 
AnswerRe: Develop a Module in ASP.NET Pin
John C Rayan21-Apr-17 4:57
professionalJohn C Rayan21-Apr-17 4:57 
QuestionYou have to be inside an Angular CLI project in order to use the serve command Pin
indian14319-Apr-17 14:15
indian14319-Apr-17 14:15 
QuestionC# Data access layer and business logic Pin
sellol19-Apr-17 2:08
sellol19-Apr-17 2:08 
AnswerRe: C# Data access layer and business logic Pin
Richard MacCutchan19-Apr-17 5:43
mveRichard MacCutchan19-Apr-17 5:43 
AnswerRe: C# Data access layer and business logic Pin
User 418025419-Apr-17 7:22
User 418025419-Apr-17 7:22 
AnswerRe: C# Data access layer and business logic Pin
vinuvasahanponniah19-Apr-17 22:28
professionalvinuvasahanponniah19-Apr-17 22:28 
SuggestionRe: C# Data access layer and business logic Pin
Lehlohonolo Jairus Shole9-May-17 3:01
Lehlohonolo Jairus Shole9-May-17 3:01 
Hi
I would advise that you write the data access layer by using the repository pattern. It should return each object/record from the database as it is in the database. The business logic layer will use these repositories to perform crud operations.

The business layer should contain all the business rules for accessing/restricting data, validations etc.
This layer is best implemented with view models(DTO objects) created on it as you might know the data you store in a database might not necessarily the same as it comes from the UI. The presentation layer will use these DTO objects to pass data to the business layer. Hope this makes sense.
QuestionDropDownList Pin
Member 1116162519-Apr-17 1:57
Member 1116162519-Apr-17 1:57 
AnswerRe: DropDownList Pin
User 418025419-Apr-17 7:25
User 418025419-Apr-17 7:25 
AnswerRe: DropDownList Pin
John C Rayan21-Apr-17 5:02
professionalJohn C Rayan21-Apr-17 5:02 
Questionerror in opening page Pin
amirsamanipoor17-Apr-17 19:07
amirsamanipoor17-Apr-17 19:07 
AnswerRe: error in opening page Pin
User 418025418-Apr-17 4:35
User 418025418-Apr-17 4:35 
QuestionCombine AngularJS with Signalr in C# project. Pin
Member 1056128817-Apr-17 12:46
Member 1056128817-Apr-17 12:46 
QuestionHow to interact windows forms app to asp.net c# web Pin
Zeyad Jalil17-Apr-17 2:18
professionalZeyad Jalil17-Apr-17 2:18 
AnswerRe: How to interact windows forms app to asp.net c# web Pin
Afzaal Ahmad Zeeshan17-Apr-17 2:30
professionalAfzaal Ahmad Zeeshan17-Apr-17 2:30 
QuestionUrgent Assistance Pin
Member 1313189416-Apr-17 10:35
Member 1313189416-Apr-17 10:35 
AnswerRe: Urgent Assistance Pin
Afzaal Ahmad Zeeshan16-Apr-17 10:48
professionalAfzaal Ahmad Zeeshan16-Apr-17 10:48 
GeneralRe: Urgent Assistance Pin
ZurdoDev17-Apr-17 2:03
professionalZurdoDev17-Apr-17 2:03 
SuggestionRe: Urgent Assistance Pin
ZurdoDev17-Apr-17 2:03
professionalZurdoDev17-Apr-17 2:03 
QuestionASP.NET MVC Exercise Pin
Moni Shakeera15-Apr-17 10:40
Moni Shakeera15-Apr-17 10:40 
AnswerRe: ASP.NET MVC Exercise Pin
Richard MacCutchan15-Apr-17 20:57
mveRichard MacCutchan15-Apr-17 20:57 
AnswerRe: ASP.NET MVC Exercise Pin
ZurdoDev17-Apr-17 2:04
professionalZurdoDev17-Apr-17 2:04 
QuestionASP.Net Web Application with Devices Pin
Zeyad Jalil14-Apr-17 1:02
professionalZeyad Jalil14-Apr-17 1:02 
AnswerRe: ASP.Net Web Application with Devices Pin
ZurdoDev14-Apr-17 1:15
professionalZurdoDev14-Apr-17 1:15 

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.