Search code examples
Can a second parameter be passed to Controller constructors?...

constructorcontrollerrepositorycastle-windsorasp.net-web-api-routing

Read More
What is the benefit of adding "routes.MapMvcAttributeRoutes()" to RegisterRoutes()?...

c#asp.net-web-apiasp.net-mvc-5asp.net-web-api-routingattributerouting

Read More
Which HttpConfiguration object do I need to access to create a custom HttpParameterBinding?...

http-headerscastle-windsorglobal-asaxasp.net-web-api-routinghttpconfiguration

Read More
Changes for custom routing constraints in WebAPI 2.1...

asp.net-web-apiasp.net-web-api-routingasp.net-web-api2

Read More
Can I programmatically determine the database "context" to use based on user credentials?...

authorizationcastle-windsorglobal-asaxasp.net-web-api-routingasp.net-authorization

Read More
At what point in a Web API app can I intercept the URI arguments and route the calls accordingly?...

c#castle-windsordatabase-schemalifecycleasp.net-web-api-routing

Read More
Web API routing / Resource not found when I omit some parameters...

asp.net-web-api-routing

Read More
How can I tell the Web API / Castle Windsor routing engine to use a different database instance in m...

c#asp.net-mvcrepositorycastle-windsorasp.net-web-api-routing

Read More
Actions and QueryString parameters in Web API...

asp.net-web-apiquery-stringasp.net-web-api-routing

Read More
Routing based on query string parameter name...

c#asp.net-web-apiquery-stringasp.net-web-api-routing

Read More
Multiple GET's in Web API calling wrong action...

c#asp.net-web-apiasp.net-web-api-routingattributerouting

Read More
WebApi help and multipe routes...

c#asp.net-mvcasp.net-web-apiasp.net-web-api-routing

Read More
Why does one Web API method work, whereas the other does not?...

asp.net-mvcasp.net-web-apicontrollerrepositoryasp.net-web-api-routing

Read More
How can I safely handle invalid requests for repository data?...

c#asp.net-web-apicontrollerrepositoryasp.net-web-api-routing

Read More
Why is my Web API call returning "No action was found on the controller 'DPlatypus' tha...

dependency-injectionasp.net-web-apirepositorycastle-windsorasp.net-web-api-routing

Read More
How do I connect the various pieces of my Web API Castle Windsor DI code?...

c#dependency-injectioninversion-of-controlcastle-windsorasp.net-web-api-routing

Read More
Why is HomeController getting referenced, and how do I support it (assuming I should)?...

c#controllercastle-windsorasp.net-web-api-routingtyped-factory-facility

Read More
How do I specify the class instance I want my Controller's constructor to receive (when working ...

asp.net-mvcdependency-injectionasp.net-web-apicastle-windsorasp.net-web-api-routing

Read More
Why is this Castle Windsor DI code failing to compile?...

c#dependency-injectionasp.net-web-apicastle-windsorasp.net-web-api-routing

Read More
Where is the "magic" happening when a Controller instantiates the correct implementation o...

dependency-injectionasp.net-web-apicastle-windsorglobal-asaxasp.net-web-api-routing

Read More
How can I specify an argument for the Repository's constructor from the Controller?...

asp.net-mvcasp.net-web-apicontrollerrepositoryasp.net-web-api-routing

Read More
Why is a Post call routed to a Post method with a different signature?...

asp.net-mvcasp.net-web-apicontrollerrepositoryasp.net-web-api-routing

Read More
Html.BeginForm in WebApi - routing...

asp.netasp.net-mvcasp.net-mvc-4asp.net-web-apiasp.net-web-api-routing

Read More
Fluent-Nhibernate + Web Api v2 + Unity...

fluent-nhibernateunity-containerasp.net-web-api-routing

Read More
Why is this Post operation failing?...

c#asp.net-web-apicontrollerrepositoryasp.net-web-api-routing

Read More
Create Web API for request with code and term query parameters...

asp.netasp.net-mvcasp.net-mvc-4asp.net-web-apiasp.net-web-api-routing

Read More
How to create customers api using ASP.NET MVC4 and Web API for predefined json result...

c#asp.net-mvcasp.net-mvc-4asp.net-web-apiasp.net-web-api-routing

Read More
How to match web api 2 route with forward slashes in request parameters?...

asp.net-web-apiasp.net-web-api-routing

Read More
How can I call two GET Web API REST methods, the first to get the count of records that the second o...

c#linqrestasp.net-web-apiasp.net-web-api-routing

Read More
Attribute Routing changes WebAPI pipeline...

asp.net-web-apiroutesasp.net-web-api-routingattributerouting

Read More
BackNext