How can I download a NuGet package? I don\'t have the NuGet Visual Studio extension or the command line program nuget.exe. How can I download the .nupack file from the web?
Although building the URL or using tools is still possible, it is not needed anymore.
https://www.nuget.org/ currently has a download link named "Download package", that is available even if you don't have an account on the site.
(at the bottom of the right column).
Example of EntityFramework's detail page: https://www.nuget.org/packages/EntityFramework/: (Updated after comment of kwitee.)