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

ASP.NET

 
GeneralRe: User.Identity.Name is empty Pin
Abhijit Jana26-Nov-09 4:06
professionalAbhijit Jana26-Nov-09 4:06 
GeneralRe: User.Identity.Name is empty Pin
sashidhar26-Nov-09 4:50
sashidhar26-Nov-09 4:50 
GeneralRe: User.Identity.Name is empty Pin
rljurado26-Nov-09 4:16
rljurado26-Nov-09 4:16 
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 
You're trying to keep seperation of concerns, as you should. The problem is, Asp.Net web applications are very much dependant on app and web.configs, which don't run in class libraries.

I don't use .Net Memberships. I created my own role-based security model (did this before I started using .Net) and created data providers to go with it. Also, I use a ConnectionProviderFactory (returns an IDbConnection) class to maintain connection strings so my Dals can be completely independant from the applications using them.

There are some useful features provided in .Net but if you require more abstraction and extensibility you sometimes need to break-out a little.


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 
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 

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.