How to Add 3rd Party or Custom JavaScript Files or Libraries in ASP.NET MVC 4+
2014-01-18
If you wrote your own JavaScript or jQuery file, and it is not too big, for sure you can place it to ...
Change Password Policy in Windows Server 2008
2014-01-17
Sometimes, for example, in our development environment, we do not want our Windows Server use seriou ...
Open Source or Free HTML5 / JavaScript Charts
2014-01-17
Here we collect free or open source HTML5 / JavaScript, or JavaScript Library charts, we ordered the ...
Links of Bootstrap CSS and Components
2014-01-16
We put the links just for click the links directly without search bootstrap official site and input ...
MVC Sections DON’t Work in Partial Views
2014-01-16
We add JavaScript or jQuery in ASP.NET MVC views in the scripts section: ...
ASP.NET Site Down Forwarded to Bing site currently
2014-01-10
ASP.NET Site Down? The visit was forwarded to Bing site currently ...
Update Windows 8 to Windows 8.1
2014-01-08
(This article was copied from our sister website
Single WPF Application Instance
2014-01-05
How we force to run only one instance of our WPF application ? ...
Singleton vs Static Class
2014-01-04
Singleton pattern, is actually a design pattern that was from Microsoft patterns & practices. An ...