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

ASP.NET

 
QuestionMVC5 Identity Stuff Pin
#realJSOP21-Mar-16 1:57
mve#realJSOP21-Mar-16 1:57 
AnswerRe: MVC5 Identity Stuff Pin
jkirkerx21-Mar-16 9:56
professionaljkirkerx21-Mar-16 9:56 
GeneralMessage Closed Pin
21-Mar-16 19:21
professionaldeepankarbhatnagar21-Mar-16 19:21 
GeneralRe: MVC5 Identity Stuff Pin
jkirkerx22-Mar-16 7:42
professionaljkirkerx22-Mar-16 7:42 
GeneralRe: MVC5 Identity Stuff Pin
#realJSOP22-Mar-16 1:34
mve#realJSOP22-Mar-16 1:34 
GeneralRe: MVC5 Identity Stuff Pin
F-ES Sitecore22-Mar-16 1:38
professionalF-ES Sitecore22-Mar-16 1:38 
GeneralRe: MVC5 Identity Stuff Pin
#realJSOP22-Mar-16 2:10
mve#realJSOP22-Mar-16 2:10 
GeneralRe: MVC5 Identity Stuff Pin
jkirkerx22-Mar-16 7:40
professionaljkirkerx22-Mar-16 7:40 
3 months ago I would of agreed with you. But now I'm starting to really like MVC, and there's no turning back for me now. I haven't saved any time yet, because I'm still learning it. But I can see how much faster it is to create projects than web forms.

When you get into using web services to load data, you'll see the benefits of the controller and view. So there is a JsonResult, sort of like a ActionResult which is really cool. It packages your model as Json, then your client script just unpacks it as data. Or writing Javascript, and ID's of the elements are consistent with the model you create.

As for the Identity;
I remember having to go into the App_Start folder and programming the IdentityConfig.cs to get all the features to work.

I gave it a spin for a week and then I dumped it. It was just stupid. The Identity package has nothing to do with MVC. It's just a over complicated package that will always put up roadblocks later in development.

Don't let that Identity package give you a bad impression of MVC.

GeneralRe: MVC5 Identity Stuff Pin
#realJSOP23-Mar-16 1:38
mve#realJSOP23-Mar-16 1:38 
GeneralRe: MVC5 Identity Stuff Pin
jkirkerx23-Mar-16 6:50
professionaljkirkerx23-Mar-16 6:50 
GeneralSound generation Pin
Member 1240519820-Mar-16 10:11
Member 1240519820-Mar-16 10:11 
AnswerRe: Sound generation Pin
Afzaal Ahmad Zeeshan20-Mar-16 22:46
professionalAfzaal Ahmad Zeeshan20-Mar-16 22:46 
Questioni'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Member 1240352919-Mar-16 5:50
Member 1240352919-Mar-16 5:50 
AnswerRe: i'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Sascha Lefèvre19-Mar-16 8:54
professionalSascha Lefèvre19-Mar-16 8:54 
GeneralRe: i'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Richard MacCutchan19-Mar-16 22:16
mveRichard MacCutchan19-Mar-16 22:16 
SuggestionRe: i'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Richard Deeming21-Mar-16 3:05
mveRichard Deeming21-Mar-16 3:05 
QuestionBootstrap or Metro-UI Pin
xiecsuk18-Mar-16 23:17
xiecsuk18-Mar-16 23:17 
AnswerRe: Bootstrap or Metro-UI Pin
Afzaal Ahmad Zeeshan19-Mar-16 22:57
professionalAfzaal Ahmad Zeeshan19-Mar-16 22:57 
GeneralRe: Bootstrap or Metro-UI Pin
xiecsuk20-Mar-16 23:16
xiecsuk20-Mar-16 23:16 
GeneralRe: Bootstrap or Metro-UI Pin
Afzaal Ahmad Zeeshan20-Mar-16 23:26
professionalAfzaal Ahmad Zeeshan20-Mar-16 23:26 
AnswerRe: Bootstrap or Metro-UI Pin
jkirkerx21-Mar-16 10:12
professionaljkirkerx21-Mar-16 10:12 
GeneralRe: Bootstrap or Metro-UI Pin
xiecsuk22-Mar-16 0:15
xiecsuk22-Mar-16 0:15 
GeneralRe: Bootstrap or Metro-UI Pin
jkirkerx22-Mar-16 7:17
professionaljkirkerx22-Mar-16 7:17 
QuestionHow to manual login control in ASP.net Pin
hmanhha18-Mar-16 16:59
hmanhha18-Mar-16 16:59 
AnswerRe: How to manual login control in ASP.net Pin
Afzaal Ahmad Zeeshan19-Mar-16 23:01
professionalAfzaal Ahmad Zeeshan19-Mar-16 23:01 

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.