We are converting a major.NET 2.0 project to MVC, we studied MVC 4, and since MVC 5 has already been released, we decided that we can also go straight to MVC 5 because it offers attribute-based routing out of the box and .NET 4.5 seems to be a platform for developing some chat features that we thought about using SignalR.
The currently confusing part is that there is so much information about what .NET 2.0 talks about membership
From the study we saw
- Simple membership
- Universal membership
- Define membership (1.0 and then 2.x ?? what?)
So, it comes down to one simple question , does ASP.NET Identity THE relate to membership when we redesign an application in MVC 5? Simplified membership / universal, can we just completely ignore them correctly?
Sorry, I'm just really late for the MVC game, and I'm trying to catch up. A little (almost completely), stunned by different articles, everyone is talking about different things.
Thank.
source
share