Click here to Skip to main content
15,887,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: .Net Pin
User 418025410-Jul-15 11:02
User 418025410-Jul-15 11:02 
QuestionApp development ASP.NET with SQL Server Pin
Member 1178537426-Jun-15 23:14
Member 1178537426-Jun-15 23:14 
AnswerRe: App development ASP.NET with SQL Server Pin
Seema Saraswat29-Jun-15 23:34
professionalSeema Saraswat29-Jun-15 23:34 
SuggestionRe: App development ASP.NET with SQL Server Pin
The Tigerman20-Jul-15 10:44
The Tigerman20-Jul-15 10:44 
AnswerRe: App development ASP.NET with SQL Server Pin
Seema Saraswat5-Oct-15 1:55
professionalSeema Saraswat5-Oct-15 1:55 
QuestionDAL Pin
Member 1116162526-Jun-15 19:06
Member 1116162526-Jun-15 19:06 
AnswerRe: DAL Pin
Richard MacCutchan26-Jun-15 22:03
mveRichard MacCutchan26-Jun-15 22:03 
AnswerRe: DAL Pin
ashish6896-Jul-15 22:32
professionalashish6896-Jul-15 22:32 
Whenever we create an enterprise level apllications then we break the entire architecture into different layes like UI (user interface) layer, Entities (containing plain classes)Layer, DAL(Data access layer) and Service layer. Now, as u asked, all the data base related logic like--
1> to access database
2> to perform CRUD operations
3> to create instance of database objects.
All these logics are written in data access layer for the purpose of seperation of concerns and to provide more robust and neater code.

Smile | :) Smile | :) please have a look at these articles.....
Creating ASP.NET Applications with N-Tier Architecture[^]

http://www.codeproject.com/Articles/36847/Three-Layer-Architecture-in-C-NET
GeneralRe: DAL Pin
wikizhao22-Jul-15 17:12
wikizhao22-Jul-15 17:12 
QuestionDisplay Pdf along with Html Controls in MVC Application Pin
Member 1179252426-Jun-15 3:12
Member 1179252426-Jun-15 3:12 
AnswerRe: Display Pdf along with Html Controls in MVC Application Pin
ZurdoDev26-Jun-15 3:48
professionalZurdoDev26-Jun-15 3:48 
AnswerRe: Display Pdf along with Html Controls in MVC Application Pin
jkirkerx26-Jun-15 7:17
professionaljkirkerx26-Jun-15 7:17 
AnswerRe: Display Pdf along with Html Controls in MVC Application Pin
Richard Deeming26-Jun-15 7:24
mveRichard Deeming26-Jun-15 7:24 
QuestionIpad prints white page as pdf content from wireless printer Pin
Member 1179252426-Jun-15 3:10
Member 1179252426-Jun-15 3:10 
AnswerRe: Ipad prints white page as pdf content from wireless printer Pin
ZurdoDev26-Jun-15 3:49
professionalZurdoDev26-Jun-15 3:49 
Questionhow i can make multiple admin same admin panel? Pin
Member 1179354525-Jun-15 18:48
Member 1179354525-Jun-15 18:48 
QuestionRe: how i can make multiple admin same admin panel? Pin
ZurdoDev26-Jun-15 3:49
professionalZurdoDev26-Jun-15 3:49 
QuestionHow to display image from access database in crystal report? Pin
Member 887182124-Jun-15 0:15
Member 887182124-Jun-15 0:15 
SuggestionRe: How to display image from access database in crystal report? Pin
ZurdoDev26-Jun-15 3:50
professionalZurdoDev26-Jun-15 3:50 
QuestionFile deletion issue in a VB.NET project Pin
Mustanggx22-Jun-15 6:08
Mustanggx22-Jun-15 6:08 
AnswerRe: File deletion issue in a VB.NET project Pin
jkirkerx23-Jun-15 10:42
professionaljkirkerx23-Jun-15 10:42 
GeneralRe: File deletion issue in a VB.NET project Pin
Mustanggx25-Jun-15 3:59
Mustanggx25-Jun-15 3:59 
QuestionHow to send an URL as hyperlink using System.Web.Mail Pin
Mallika Karuppiah21-Jun-15 4:20
Mallika Karuppiah21-Jun-15 4:20 
AnswerRe: How to send an URL as hyperlink using System.Web.Mail Pin
Sascha Lefèvre21-Jun-15 4:28
professionalSascha Lefèvre21-Jun-15 4:28 
GeneralRe: How to send an URL as hyperlink using System.Web.Mail Pin
Mallika Karuppiah21-Jun-15 4:31
Mallika Karuppiah21-Jun-15 4:31 

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.