Before some days I have posted one post about how we can add NuGet package other than start project. In this post I am going to explain another way of doing that.
Earlier we have use ‘Manage NuGet Package’. Today I am going to use Package Manager Console for that. So let’s take same example which...
Showing posts with label NuGet. Show all posts
Showing posts with label NuGet. Show all posts
Saturday, October 8, 2011
Saturday, September 24, 2011
NuGet package with multiple projects
Before some day one of my friend asked me to install NuGet in project another then startup project. At that time I don’t have any idea about it. So I did some R and D on web and found one easiest way to do it. So let’s first create a solution where we have more then one project in single solution....
Tuesday, April 5, 2011
NuGet Version 1.2 released
Someday ago Phil Haack from Microsoft has released the newer version of Nuget. There will be new exe for the newer version of the NuGet. Those who does not know about NuGet please visit my earlier post about NuGetFollowings are some new features of NuGet 1.2.Framework profile supportAutomatically add...
Tuesday, January 25, 2011
Installing Nuget package with package manager console step by step overview.
Posted by Jalpesh Vadgama |
January 25, 2011 |
.NET4.0, ASP.NET, C#-4.0, C#.NET, NuGet, VisualStudio |
No comments
I have already blogged about NuGet in earlier post about how to install NuGet packages to your project with wizard. NuGet Extension also provides an package manager console to add library to your projects. Let’s install a blogml package via package manager console. So if you still not installed NuGet...