Skip to content

August 2018

library

LibMan – Microsoft Library Manager for client side libraries

Back in the days if we want to download jQuery library for a POC of a project we used to download the required js and CSS files from jquery site and then locating your folder to place your libraries within. Although, this job is being now replaced with package management systems you’ll need to install a package management system to do it for us. LibMan does it elegantly without any package manager.

Read More »LibMan – Microsoft Library Manager for client side libraries
Getting started

Getting started with ASP.NET Core 2.1

This post is just an introductory post on the ASP.NET Core application. In this post, we’ll create an ASP.NET Core application and we’ll examine the folders and code.

If you missed my previous post on ASP.NET Core and Benefits. Take a look.

Read More »Getting started with ASP.NET Core 2.1