MVC推荐教程和文章列表
着手Getting Started
- Getting Started with ASP.NET MVC 5 (共11部分)
- Pluralsight ASP.NET MVC 5 Fundamentals (视频教程)
- Intro to ASP.NET MVC (由Jon Galloway和Christopher Harrison合编)
- Lifecycle of an ASP.NET MVC 5 Application (PDF文档描绘了ASP.NET MVC 5应用的生命周期)
处理数据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
- Create an ASP.NET web app in Azure 部署到Azure的简短教程
- Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure
性能和调试
Profile and debug your ASP.NET MVC app with Glimpse
更多资源