• Home
  • About
  • Subscribe

Notes on threading

7 May 2020 • .NET Core C# threading ASP.NET ASP.NET Core

This post shares some personal notes related to multithreading in C#.

Artless HTTP server using .NET Core

2 Feb 2019 • .NET .NET Core ASP.NET Core

The following article shows how to set up a simple HTTP server using .NET Core..NET Core is the brand new framework de..

Testing F# web service

29 May 2018 • .NET Core ASP.NET Core F#

Giraffe is a powerful framework that helps us to build web application and services using F# and .NET Core. The following article shows how to test a giraffe web service.

Build web service using F# and ASP.NET Core

15 Apr 2018 • .NET Core ASP.NET Core C# F# FunctionalProgramming

The aim of following article is to build web service using F# and ASP.NET Core using the Giraffe library. Therefore, we'll build some JSON APIs which takes data from a data source, and exposes them through HTTP.

.NET Core 2.1 highlights: standing on the shoulders of giants

25 Mar 2018 • .NET .NET Core ASP.NET ASP.NET Core HTTPS

The metaphor of dwarfs standing on the shoulders of giants expresses the meaning of "discovering truth by building on [...]". Today, since two years after the 1.0 version, .NET Core has gained a lot of popularity in the software engineering world.

Web Assembly in ASP.NET Core

20 Aug 2017 • .NET Core ASP.NET Core Javascript WebAssembly

WebAssembly or wasm is a low-level bytecode The following article will show how to implement Web Assembly in ASP.NET Core.

Unit testing ASP.NET Core Identity

27 Mar 2017 • .NET Core ASP.NET Core WebAPI

ASP.NET Core Identity is a membership system which allows you to add login functionality to your application. Users can create an account and login with ..

Implementing SOLID REST API using ASP.NET Core

28 Feb 2017 • .NET Core API ASP.NET Core WebAPI

he following article shows how to implementing a SOLID Data access layer by using ASP.NET Core.

Developing token authentication using ASP.NET Core

15 Dec 2016 • .NET Core ASP.NET Core JWT WebAPI

The following article shows how to developing token authentication using ASP.NET Core.

Microsoft love open source: ASP.NET Core

13 Dec 2016 • .NET Core ASP.NET ASP.NET Core Open source

In the past few days, I have given a talk titled “Microsoft love open source: ASP.NET Core”.

Querying MongoDB using .NET Core

24 Sep 2016 • .NET .NET Core ASP.NET Core C# MongoDB WebAPI

Querying MongoDB using .NET Core Intro MongoDB has recently released the.NET Core support inside the C# driver ( Net Core Support Driver ). In fact, 2.3.0-rc

.NET Core and MVC: Customize view paths

20 Jul 2016 • .NET ASP.NET Core

The following post shows how to customize views paths and names by extending RazorViewEngine and IViewLocationExp.

Visual Studio alternative: Project Rider

7 May 2016 • ASP.NET ASP.NET Core

Visual Studio alternative: Project Rider A cross-platform C# IDE based on the IntelliJ platform and ReSharper Here we are, JetBrains has started to invest i

Written and maintained by Samuele Resca