Is there a way to download a previous version of a package with nuget, not the latest one?
Source: Download old version of package with nuget – Stack Overflow
My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
Is there a way to download a previous version of a package with nuget, not the latest one?
Source: Download old version of package with nuget – Stack Overflow
The IIS server logs looks something like this:
#Software: Microsoft Internet Information Services 8.0 #Version: 1.0 #Date: 2016-04-19 00:47:15 #Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken
This simple to use tool parses those logfiles and creates a html file that opens in the web browser and presents the data in a nice simple way complete with graphs.
Download “WebLog Expert Lite” for free.
Source: WebLog Expert Download
The easiest, fastest way to update or install software. Ninite downloads and installs programs automatically in the background.
Source: Ninite – Install or Update Multiple Apps at Once
Also check these out:
http://boxstarter.org/
https://chocolatey.org/
The C# Interactive Window provides a fast and iterative way to learn APIs, experiment with code snippets, and test methods by giving immediate feedback on what an expression will return or what an API call does.
The C# Interactive Window is a read-eval-print-loop (REPL) with advanced editor support. It supports features like IntelliSense as well as the ability to redefine functions & classes. After entering a code snippet–which can contain class and function definitions at top-level along with statements–the code executes directly. This means you no longer need to open a project, define a namespace, define a
Main
method, add aConsole.WriteLine()
call to output your result, and add aConsole.ReadLine()
call in order to play with code. In other words, say goodbye to ConsoleApp137 or whatever ridiculously high number your Console Apps default to today!
“Care your eyes” – extension for Chrome:
Change a webpage’s background color to reseda or night mode to protect your eyes from intensity of white or other lightness color.
https://chrome.google.com/webstore/detail/care-your-eyes/fidmpnedniahpnkeomejhnepmbdamlhl
“Deluminate” – extension for Chrome:
Invert the brightness of the web without changing the colors! Useful as a night mode to darken most bright web sites (like Google), or just for making the web soothing black instead of glaring white. Similar to the “High Contrast” or “Hacker Vision” extensions, but tries not to ruin images by blowing out the contrast or changing the colors.
https://chrome.google.com/webstore/detail/deluminate/iebboopaeangfpceklajfohhbpkkfiaa
JavaScript Error Tracking for Modern JavaScript Web Applications
Log javascript exceptions with Google Analytics
Source: Exception Tracking | Analytics for Web (analytics.js) | Google Developers