Today I came across this interesting Nuget Package for creating ASP.NET Web API project with Microsoft Unity Dependency Injection container.
- It is pretty simple to configure and install on your existing Web API project or new ones.
Inorder to use it, use the respective NUGET package from below links:
- ASP.NET Web API v1.0 – Unity.WebAPI – v0.10.0
To install Unity.WebAPI, run the following command in the Package Manager Console
PM> Install-Package Unity.WebAPI -Version 0.10.0
- ASP.NET Web API v2.x – Unity.WebAPI – v5.1.0
To install Unity.WebAPI, run the following command in the Package Manager Console
PM> Install-Package Unity.WebAPI
You can find out more about Unity.WebAPI by visiting – http://devtrends.co.uk/blog/introducing-the-unity.webapi-nuget-package
Discover more from Cloud Distilled ~ Nithin Mohan
Subscribe to get the latest posts sent to your email.