Blogs in October 2015
Few Sample Applications for Angular.js
10/3/2015·1 min read
List of angular app example, template from github or other open source.
How to Use Bootstrap SCSS at Visual Studio 2015
10/3/2015
How can I use Bootstrap Sass at Visual Studio?
There're many way to achieve this, but you can just use Nuget with visual studio to do this.
Nuget + Web Compiler
List of Useful Commands for Nuget
10/3/2015·1 min read
Nuget is dependency management system for web development, if you use it you'll already familiar with following command. The first nuget command is install angular, second one is uninstall nuget package.
Javascript Unit Test With Jasmine, Angular and Chutzpah with Visual Studio
10/3/2015·1 min read
Enable javascript unit test at Visual Studio Test Explorer window
How to Load Multiple Google Fonts into One Single Request
10/3/2015
If you page need more than one google fonts, instead of request multi times. You can try using
|
to seperate them.How to add Google Fonts to Your WebSite
10/3/2015
How to get start using Google Font API
T-SQL Paging Sample
10/1/2015·1 min read
A Sample code for T-SQL pagination.