1

I am new to asp.net mvc 3 world I looked at some tutorials to get started. I want to know what is the best option to manage users?

I intended use of the membership provider (and modify this for extend the default fields) or use the user profiling + membership provider?

What are the advantages and disadvantages of these? once I made ​​my application the idea is create a mobile application: a user must be able access by user and password (my web application)... it affects my choice?

tugberk
  • 57,477
  • 67
  • 243
  • 335
Safari
  • 11,437
  • 24
  • 91
  • 191

2 Answers2

5

Start from here :

http://www.asp.net/mvc

You can take advantage of a sample application :

http://www.asp.net/mvc/tutorials/mvc-music-store-part-1

And the following one is specific to membership :

http://www.asp.net/mvc/tutorials/mvc-music-store-part-7

I would also consider integrating OpenAuth.

DotNetOpenAuth oAuth in ASP.NET MVC

Community
  • 1
  • 1
tugberk
  • 57,477
  • 67
  • 243
  • 335
1

Another good example is the NerdDinner project.

Site: http://www.nerddinner.com

Source Code: http://nerddinner.codeplex.com