.NET Core

.NET Core

Compiling Sass/SCSS files for an ASP.NET Core solution

In this article, we explore how to use the LigerShark.WebOptimizer.Sass module to compile Sass/SCSS files in real-time. All this, with caching and high-performance and no build processes.

Read
.NET Core

Bundling and Minification of CSS and JS Files for an ASP.NET Core solution

In this article, we explore how to use the ASP.NET Core Web Optimizer to bundle Javascript and CSS files all in real-time. All this, with caching and high-performance and no build processes.

Read
.NET Core

Logging for .NET Core with Serilog

Serilog is a diagnostic logging library for .NET applications. It is easy to set up, has a clean API, and runs on all recent .NET platforms. While it's useful even in the simplest applications, Serilog's support for structured logging shines when instrumenting complex, distributed, and asynchronous applications and systems. This article describes how to configure Serilog for a .NET Core solution.

Read
.NET Core

Configure Dependency Injection for .NET Core with Lamar

Lamar is a fast IoC container heavily optimized for usage within ASP.Net Core and other .Net server-side applications. The successor to the venerable StructureMap library, the original IoC tool for .Net. This article describes an efficient way to configure and use Lamar for Dependency Injection for a .NET Core solution.

Read