HttpClient
Use HttpClient for Downloads. It is a new feature. Makes it easier to download files in a separate thread.
HttpServerUtility (MSDN)
Provides helper methods for processing Web Requests. Methods and properties of HttpServerUtility are exposed through Server property of HttpContext.
Working with Images in ASP.NET MVC (SO)
ASP.NET Scaffolding
It is a code generation framework for ASP.NET web applications. Scaffolding can make your development time less. See the overview from ASP.NET.
Automatic Deployments
You can do automatic deployments to IIS using Micrsoft Web Deploy. Chcek ScottGu's article on that.
JSON Formatting
Razor View Engine
Dependency injection with Unity
http://www.asp.net/web-api/overview/advanced/dependency-injection
Use HttpClient for Downloads. It is a new feature. Makes it easier to download files in a separate thread.
- http://developer.greenbutton.com/downloading-large-files-with-the-net-httpclient/
- http://blogs.k10world.com/technology/webclient-httpclient-consume-http-requests/
- http://www.dotnetperls.com/httpclient
HttpServerUtility (MSDN)
Provides helper methods for processing Web Requests. Methods and properties of HttpServerUtility are exposed through Server property of HttpContext.
Working with Images in ASP.NET MVC (SO)
ASP.NET Scaffolding
It is a code generation framework for ASP.NET web applications. Scaffolding can make your development time less. See the overview from ASP.NET.
Automatic Deployments
You can do automatic deployments to IIS using Micrsoft Web Deploy. Chcek ScottGu's article on that.
JSON Formatting
Razor View Engine
Dependency injection with Unity
http://www.asp.net/web-api/overview/advanced/dependency-injection
0 comments:
Post a Comment