Click here to Skip to main content
15,889,858 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: User.Identity.Name is empty Pin
Abhijit Jana26-Nov-09 4:18
professionalAbhijit Jana26-Nov-09 4:18 
AnswerRe: User.Identity.Name is empty Pin
Shameel26-Nov-09 6:36
professionalShameel26-Nov-09 6:36 
QuestionASP.NET Provider and DAL Pin
Chrispie12326-Nov-09 3:19
Chrispie12326-Nov-09 3:19 
AnswerRe: ASP.NET Provider and DAL Pin
Abhijit Jana26-Nov-09 3:36
professionalAbhijit Jana26-Nov-09 3:36 
AnswerRe: ASP.NET Provider and DAL Pin
Mark Graham27-Nov-09 1:02
Mark Graham27-Nov-09 1:02 
GeneralRe: ASP.NET Provider and DAL Pin
Chrispie12329-Nov-09 20:37
Chrispie12329-Nov-09 20:37 
GeneralRe: ASP.NET Provider and DAL Pin
Chrispie1231-Dec-09 4:19
Chrispie1231-Dec-09 4:19 
GeneralRe: ASP.NET Provider and DAL Pin
Mark Graham2-Dec-09 3:32
Mark Graham2-Dec-09 3:32 
DALs are still very popular and play a big role in n-Tier design. It's all about seperation of concerns/code maintenance: Your GUI code and your business logic code don't need to understand the database; they don't need to understand SQL, so abstract this kind of code.

There are some really useful, really cool things in .Net but in my opinion, a few of them ignore good practice - putting connectionStrings in the application is one of them. However, it does depend on how scalable your application needs to be. If your app. consists of a couple of forms for a HR dept to add new staff, and isn't likely to grow much then I'd say...yeah...go with .Net Membership and don't concern yourself too much about design patterns, stick your db properties in the app.config/web.config.

It's all about context really. What kind of application are you working on? Is this a team project or is it an app you're doing on your own?

I'll see if I can find some detailed articles for you.


GeneralRe: ASP.NET Provider and DAL Pin
Chrispie1232-Dec-09 8:04
Chrispie1232-Dec-09 8:04 
GeneralCustom Validation inside Repeater Pin
RaviKalyanK26-Nov-09 2:02
RaviKalyanK26-Nov-09 2:02 
GeneralRe: Custom Validation inside Repeater Pin
Gamzun26-Nov-09 4:05
Gamzun26-Nov-09 4:05 
GeneralRe: Custom Validation inside Repeater Pin
Abhishek Sur26-Nov-09 4:43
professionalAbhishek Sur26-Nov-09 4:43 
GeneralRe: Custom Validation inside Repeater Pin
RaviKalyanK26-Nov-09 18:31
RaviKalyanK26-Nov-09 18:31 
GeneralRe: Custom Validation inside Repeater Pin
Abhishek Sur26-Nov-09 22:32
professionalAbhishek Sur26-Nov-09 22:32 
GeneralRe: Custom Validation inside Repeater Pin
RaviKalyanK27-Nov-09 0:42
RaviKalyanK27-Nov-09 0:42 
GeneralRe: Custom Validation inside Repeater Pin
Abhishek Sur27-Nov-09 3:25
professionalAbhishek Sur27-Nov-09 3:25 
QuestionDynamic creation of GridView Pin
Anil Kumar.Arvapalli26-Nov-09 1:53
Anil Kumar.Arvapalli26-Nov-09 1:53 
AnswerRe: Dynamic creation of GridView Pin
Vimalsoft(Pty) Ltd26-Nov-09 2:21
professionalVimalsoft(Pty) Ltd26-Nov-09 2:21 
AnswerRe: Dynamic creation of GridView Pin
Abhishek Sur26-Nov-09 5:01
professionalAbhishek Sur26-Nov-09 5:01 
QuestionGet Value from GridView Pin
sjs4u26-Nov-09 1:32
sjs4u26-Nov-09 1:32 
AnswerRe: Get Value from GridView Pin
Blikkies26-Nov-09 2:10
professionalBlikkies26-Nov-09 2:10 
AnswerRe: Get Value from GridView Pin
Amit Patel198526-Nov-09 2:29
Amit Patel198526-Nov-09 2:29 
AnswerRe: Get Value from GridView Pin
Jignesh Varia26-Nov-09 19:22
Jignesh Varia26-Nov-09 19:22 
QuestionPage navigation Problem using Javascript Pin
kyreddy26-Nov-09 0:59
kyreddy26-Nov-09 0:59 
QuestionPrinter Friendly version [modified] Pin
geeeeeeeetha26-Nov-09 0:26
geeeeeeeetha26-Nov-09 0:26 

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.