Successfully reported this slideshow.
Your SlideShare is downloading. ×

DEV208 - ASP.NET MVC 5 新功能探索

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
Sails.js Intro
Sails.js Intro
Loading in …3
×

Check these out next

1 of 45 Ad

More Related Content

Slideshows for you (20)

Viewers also liked (20)

Advertisement

Similar to DEV208 - ASP.NET MVC 5 新功能探索 (20)

More from Will Huang (20)

Advertisement

Recently uploaded (20)

DEV208 - ASP.NET MVC 5 新功能探索

  1. 1. http://blog.miniasp.com DEV208
  2. 2. Web Forms MVC Web API SPA Facebook
  3. 3. config.SetDocumentationProvider(new XmlDocumentationProvider(HttpContext.Current.Server.MapPath(" ~/App_Data/XmlDocument.xml"))); App_DataXmlDocument.xml • http://localhost/Help
  4. 4. Web Dev Checklist
  5. 5. debug true vs:EnableBrowserLink false
  6. 6. modules runAllManagedModulesForAllRequests true ASP.NET MVC 4 在 .NET 4.0 與 .NET 4.5 的專案範本差異
  7. 7. Free themes for Twitter Bootstrap
  8. 8. Upgrade to Bootstrap 3
  9. 9. 建立角色與使用者
  10. 10. • ASP.NET membership social provider log in internet intranet
  11. 11. https://developers.facebook.com/apps/
  12. 12. https://dev.twitter.com/apps
  13. 13. https://account.live.com/developers/applications/index
  14. 14. Nickname BirthDate Nickname BirthDate
  15. 15. new ApplicationDbContext() Role1 IdentityManager.Roles.CreateRoleAsync IdentityManager.Users.CreateLocalUserAsync IdentityManager.Roles.AddUserToRoleAsync
  16. 16. Authorize Roles Role1
  17. 17. • OnAuthentication • OnAuthenticationChallenge
  18. 18. 無法 取消 • 現在可以 取消
  19. 19. http://social.msdn.microsoft.com/ Forums/zh-tw/categories/ http://www.microsoft.com/learning/ zh/tw http://channel9.msdn.com/Blogs/ Channel9Taiwan http://social.technet.microsoft.com/ Forums/zh-tw/categories

Editor's Notes

  • Lavish, Bootstrap like a Kinghttp://www.lavishbootstrap.com
  • MVC5 Bootstrap Demo (GitHub)https://github.com/doggy8088/MVC5_Bootstrap_DemoWhat's New in Bootstrap 3http://bootply.com/bootstrap-3-migration-guideThe Bootstrap Playgroundhttp://www.bootply.com

×