Quantcast
Channel: Nithin Mohan T K
Viewing all articles
Browse latest Browse all 110

NuGet Package – Unity.WebAPI

$
0
0

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:

To install Unity.WebAPI, run the following command in the Package Manager Console

PM> Install-Package Unity.WebAPI -Version 0.10.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

The post NuGet Package – Unity.WebAPI appeared first on Nithin Mohan T K's blogsphere.


Viewing all articles
Browse latest Browse all 110

Trending Articles