Sign in
roncain
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASPNet
AspNetWebStack
Autofac
Dependency Injection
Diagnostics
Monitoring
MVC
MVC4
MVC4MVC
Tracing
UrlHelper
WebApi
Archive
Archives
August 2012
(1)
July 2012
(2)
April 2012
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
roncain
Dependency Injection with ASP.NET Web API and Autofac
Posted
10 months ago
by
Ron Cain
4
Comments
This post describes how we can use Dependency Injection (DI) in ASP.NET Web API using Autofac to accomplish a fairly common task – namely creating an ApiController with custom parameters to service an Http request. In WebApi, we define the basic verbs...
roncain
Using the ASP.NET Web API UrlHelper
Posted
10 months ago
by
Ron Cain
0
Comments
This article describes how to use the UrlHelper class in WebApi to create URL’s that can be used to invoke ApiController methods. This UrlHelper class uses the application’s route tables to compose the URL, avoiding the need to hard-code specific...
Page 1 of 1 (2 items)