Tag Archives: angular-http-batcher
Creating HTML themes in ASP.NET Core 1.0 using Sass
June 11, 2015 · by damienbod · in .NET, AngularJS, ASP.NET Core, ASPNET5, dotnet, javascript, MVC, TopHeaderMenu, Web · 5 Comments
This article shows how to create HTML themes in an ASP.NET Core 1.0 angular application using Sass and grunt. The CSS themes are created using Sass, built using grunt-contrib-sass and compressed using grunt-contrib-cssmin. Angular is then used to switch the themes, using an input button. Code: https://github.com/damienbod/AspNet5ThemesSassGrunt 2016.07.01: Updated to ASP.NET Core 1.0 RTM 2016.05.16: […]
Batching in an ASP.NET Core 1.0 AngularJS application using angular-http-batcher
April 26, 2015 · by damienbod · in .NET, AngularJS, ASP.NET Core, ASPNET5, TopHeaderMenu, UI, Web · 3 Comments
This article shows how to use angular-http-batcher in an ASP.NET 5 application. The back end is implemented using the existing Web API ASP.NET framework. At present, batching is not supported in the new ASP.NET Core 1.0 framework. It looks like batching will not be supported in the new MVC framework. A lot of the existing […]