着手Getting Started
处理数据Working with Data
Getting Started with EF 6 Code First using MVC 5 (Tom Dykstra‘s深入了解EF的获奖作品)
安全Security
- Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure (此流行教程帮助你创建应用并添加membership和role)
- MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (此教程展示如何创建ASP.NET MVC 5 web应用让用户使用OAuth 2.0证书,从外部认证提供者,如Facebook, Twitter, LinkedIn, Microsoft或Google)
- Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset 关于Identity的系列,,代码在resend a confirmation link.
- ASP.NET MVC 5 app with SMS and email Two-Factor Authentication 系列第二篇
- Best practices for deploying passwords and other sensitive data to ASP.NET and Azure App Service
- Two-factor authentication using SMS and email with ASP.NET Identity
isPersistent
and和安全Cookie, 请求用户使用认证通过的邮件账户,在登录前,SignInManager如何检查符合2FA要求。
- Account Confirmation and Password Recovery with ASP.NET Identity 提供Identity的详细说明。Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset 还有如何让用户重置他们忘记的密码。
Azure
性能和调试
Profile and debug your ASP.NET MVC app with Glimpse
更多资源
ASP.NET MVC Facebook Birthday App
MVC推荐教程和文章列表
原文:http://www.cnblogs.com/rickc2k/p/4628598.html