Blog
Blog posts on .NET, Azure, and more.
Using Yarn with Angular CLI
January 28, 2018 by Anuraj
AngularCLI Yarn
This post is about using Yarn in Angular CLI instead of NPM. Yarn is an alternative package manager for NPM packages with a focus on reliability and speed. It has been released in October 2016 and already gained a lot of traction and enjoys great popularity in the JavaScript community.
Measuring code coverage of .NET Core applications with Visual Studio 2017
January 17, 2018 by Anuraj
.NET Core Code coverage Visual Studio
This post is about Measuring code coverage of .NET Core applications with Visual Studio. Test coverage is a measure used to describe the degree to which the source code of a program is executed when a particular test suite runs. A program with high test coverage, measured as a percentage, has had more of its source code executed during testing which suggests it has a lower chance of containing undetected software bugs compared to a program with low test coverage.
Building Progressive Web apps with ASP.NET Core
January 08, 2018 by Anuraj
ASP.NET Core PWA Progressive Web App
This post is about building Progressive Web Apps or PWA with ASP.NET Core. Progressive Web App (PWA) are web applications that are regular web pages or websites, but can appear to the user like traditional applications or native mobile applications. The application type attempts to combine features offered by most modern browsers with the benefits of mobile experience.
How to launch different browsers from VS Code for debugging ASP.NET Core
January 01, 2018 by Anuraj
ASP.NET Core VSCode Debugging CodeProject
This post is about launching different browsers from VSCode, while debugging ASP.NET Core. By default when debugging an ASP.NET Core, VS Code will launch default browser. There is way to choose the browser you would like to use. Here is the code snippet which will add different debug configuration to VS Code.
Runtime bundling and Minification in ASP.NET Core with Smidge
December 20, 2017 by Anuraj
ASP.NET Core Bundling Minification Smidge
This post is about enabling bundling and minification in ASP.NET Core with Smidge. Long back I wrote a post about bundling and minification in ASP.NET Core. But it was during the compile time or while publishing the app. But Smidge helps you to enable bundling and minification in runtime similar to earlier versions of ASP.NET MVC.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub