NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.
I just installed the Json.Net package and now I am wondering how I can import this to my project? …
visual-studio-2010 import json.net nuget-packageI am trying to restore the missing nuget packages and it keeps giving me this Error: An error occurred while …
c# nuget nuget-package nuget-package-restoreI have searched google for this and could not find the solution to the problem. My Website references DAL (custom …
c# asp.net enterprise-library nuget nuget-packageMy visual studio is installed on a machine which doesn't have internet connection so I can't download an install packages …
nuget nuget-packageI am getting the following error: [A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to [B]System.Web.…
c# web-config nuget nuget-package nuget-package-restoreI want to run a local/internal NuGet repository. I think I've figured out how to "reuse" existing NuGet packages …
visual-studio build-automation nuget nuget-packageI'm following this easy tutorial to start coding with the Google+ API in C#. However, I've been stuck for hours …
c# visual-studio-2013 google-plus nuget-package nuget-package-restoreI am having trouble getting the EF to install on my very simple project called 'Match' (just now learning MVC, …
asp.net-mvc entity-framework visual-studio nuget-packageI'm trying to create NuGet package for a .Net assembly which does pinvoke to a native win32 dll. I need …
nuget nuget-package nuget-specUsing Azure Functions, can I reference and use NuGet packages in my C# function?
c# azure azure-functions nuget-package azure-web-app-service