Web developer tool for ASP.NET !
http://www.codeproject.com/Articles/827651/Using-Glimpse-with-ASP-Net-MVC
My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
Web developer tool for ASP.NET !
http://www.codeproject.com/Articles/827651/Using-Glimpse-with-ASP-Net-MVC
Used by jQuery, jQuery UI
keepsitealive.bat:
@echo off :start cls echo This is a loop wget http://mysite.localhost --spider timeout /t 60 /nobreak goto start
The script runs a get request against the url given every 60 seconds.
–spider indicates wget should not download anything.
Script above uses wget
Smart online editor for testing out and sharing js, html and css. E.g. try out angular.js, jQuery etc.
typeof(IEmployee).IsAssignableFrom(typeof(T))
via c# – Check if ‘T’ inherits or implements a class/interface – Stack Overflow.
How to, see link below.
Blogs View.