Click here to Skip to main content
15,867,906 members
Everything / Web Development / Kestrel

Kestrel

Kestrel

Great Reads

by Matthew Dennis
A Redis Client written from the ground up using System.IO.Pipelines, Span, etc
by Afzaal Ahmad Zeeshan
In this post I share a complete overview and explanation of creating and hosting ASP.NET Core applications on Linux environment -- without using any third-party plugins or libraries.
by InspGadget99
A small compact tutorial for creating Windows services in .NET Core - Examples containing scheduled jobs / Entitiy Framework Core / Hosting a WebApi

Latest Articles

by Matthew Dennis
A Redis Client written from the ground up using System.IO.Pipelines, Span, etc
by InspGadget99
A small compact tutorial for creating Windows services in .NET Core - Examples containing scheduled jobs / Entitiy Framework Core / Hosting a WebApi
by Afzaal Ahmad Zeeshan
In this post I share a complete overview and explanation of creating and hosting ASP.NET Core applications on Linux environment -- without using any third-party plugins or libraries.

All Articles

Sort by Score

Kestrel 

29 Apr 2021 by Matthew Dennis
A Redis Client written from the ground up using System.IO.Pipelines, Span, etc
14 Sep 2016 by Afzaal Ahmad Zeeshan
In this post I share a complete overview and explanation of creating and hosting ASP.NET Core applications on Linux environment -- without using any third-party plugins or libraries.
12 Mar 2019 by jump_75
first of all, I don't know if it is feasible but I would say that once the limits of the framework have been overcome, it should be. Below the details of the issue I'm facing, thanks in advance to anyone who might help. I have a solution with the following projects: - windows multithread...
12 Mar 2019 by #realJSOP
You're essentially "crossing the streams", and .Net is gonna complain. Welcome to Microsoft's newest forced incompatibility infrastructure. If it were me, I would get refactor the web service to use .Net Framework instead of .net Core (it honestly shouldn't be difficault to do), and get on with...
3 Nov 2021 by TheBigBearNow
Hello all, I currently have my project running http without any issues. Now I am working on encrypting my traffic by using https. I have a certificate for my domain and I set up all the code and areas I thought were necessary to deploy it as...
3 Mar 2020 by InspGadget99
A small compact tutorial for creating Windows services in .NET Core - Examples containing scheduled jobs / Entitiy Framework Core / Hosting a WebApi