「ASP.NET MVC」の版間の差分

提供: A-VEKT Wiki
ナビゲーションに移動 検索に移動
13行目: 13行目:
* MvcRouteHandler and MvcHandler in ASP.NET MVC Framework
* MvcRouteHandler and MvcHandler in ASP.NET MVC Framework
http://www.codeproject.com/Articles/595520/MvcRouteHandler-and-MvcHandler-in-ASP-NET-MVC-Fram
http://www.codeproject.com/Articles/595520/MvcRouteHandler-and-MvcHandler-in-ASP-NET-MVC-Fram
* Walkthrough: Using ASP.NET Routing in a Web Forms Application
https://msdn.microsoft.com/en-us/library/dd329551.aspx


== File/Data handling ==
== File/Data handling ==

2015年12月14日 (月) 08:10時点における版

Routing and multilingual webpage

  • Customizing Routes in ASP.NET MVC

http://www.codeproject.com/Articles/641783/Customizing-Routes-in-ASP-NET-MVC

  • Creating a Bilingual ASP.NET MVC 3 Application – Part I

http://www.codeproject.com/Articles/181738/Creating-a-Bilingual-ASP-NET-MVC-Application-Part

  • Creating a Bilingual ASP.NET MVC 3 Application – Part 2

http://www.codeproject.com/Articles/207602/Creating-a-Bilingual-ASP-NET-MVC-Application-Par

  • MvcRouteHandler and MvcHandler in ASP.NET MVC Framework

http://www.codeproject.com/Articles/595520/MvcRouteHandler-and-MvcHandler-in-ASP-NET-MVC-Fram

  • Walkthrough: Using ASP.NET Routing in a Web Forms Application

https://msdn.microsoft.com/en-us/library/dd329551.aspx

File/Data handling

  • Uploading a file

http://stackoverflow.com/questions/15680629/mvc-4-razor-file-upload

  • robots.txt file for different domains of same site (Dynamic file generation)

http://stackoverflow.com/questions/17033779/robots-txt-file-for-different-domains-of-same-site

Authentication

  • Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)

http://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on

Using Web services

  • Request Google's Page-rank Programmatically

http://www.codeproject.com/Articles/20038/Request-Google-s-Page-rank-Programmatically