Click here to Skip to main content
15,868,141 members
Everything / .NET / .NET Core

.NET Core

.NET-Core

Great Reads

by Marc Clifton
Implementing an SSL capable server in .NET Core WITHOUT ASP.NET, using nginx, and testing Postgres with EF, all running on an rPi
by Juan G. Carmona
Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept.
by Marc Clifton
Talk to your rPi over a Slack channel, getting status, controlling devices, and running shell (bash) commands and viewing the console output posted back to your Slack channel
by Marcelo Ricardo de Oliveira
The second of many articles featuring design patterns, architectural designs, frameworks and technologies leading to ASP.NET Core Microservices

Latest Articles

by optiklab1
Exploring world of NFTs and blockchain while prototyping wallet CLI application with efficient data structures using C# and .NET Core
by Maniezzo
A couple of lines of code to get the i-j indices of an upper triangular matrix (main diagonal included) from a linerized array.
by Bohdan Stupak
Batching is a nice technique that allows you to handle big amounts of data gracefully. Directory.EnumerateFiles is the API that allows you to organize batch processing for the directory with a large number of files.
by DomGries
Download and install any dependency such as .NET, Visual C++ or SQL Server during your application's installation!

All Articles

Sort by Score

.NET Core 

11 Jan 2019 by Marc Clifton
Implementing an SSL capable server in .NET Core WITHOUT ASP.NET, using nginx, and testing Postgres with EF, all running on an rPi
29 Dec 2018 by Juan G. Carmona
Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept.
27 Jan 2019 by Marc Clifton
Talk to your rPi over a Slack channel, getting status, controlling devices, and running shell (bash) commands and viewing the console output posted back to your Slack channel
30 Jun 2019 by Marcelo Ricardo de Oliveira
The second of many articles featuring design patterns, architectural designs, frameworks and technologies leading to ASP.NET Core Microservices
8 May 2018 by Igor Ladnik
Handy component for asynchronous TCP connection. With the same code it is available in .NET Core and Desktop versions.
28 Apr 2020 by Ray Porter
Make true native executable (no framework required) from .NET Core 3.1 project (factorial calculation project example) with the CoreRT library
8 Sep 2020 by Uzi Granot
The PDF417 barcode encoder class library is written in C#. The target framework is .NET Framework (net462) and .NET Standard (netstandard2.0). The encoder library allows you to create a PDF417 barcode image from a text string or a binary (byte) array. Two demo/test applications are included.
8 Sep 2017 by Daniele Fontani
.NET Core showcase: learn basics implementing a toy tool
14 Jan 2018 by Darko Jurić
WebSocket RPC library for .NET with auto JavaScript client code generation, supporting ASP.NET Core.
6 May 2020 by George Swan
An attempt to throw some light on how state machines work and what they can be used for
9 Oct 2018 by Akhil Mittal
Entity framework core, code first migrations and data annotations in EF Core
9 Apr 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather
28 Dec 2016 by Fiyaz Hasan
Learn how dependency injection mechanism has evolved from ASP.NET to ASP.NET Core
27 Nov 2020 by Sacha Barber
Small demo on creating C# duplex (streaming) gRPC client/server
10 Jan 2019 by Andi Kleinbichler
Illustrates the implementation of a .NET Core app, running in a Linux container, connecting to a SQL Server database with integrated security.
8 Dec 2019 by HHerzl
Scaffolding Dapper with CatFactory
14 May 2019 by honey the codewitch
An LL(1) pull parser and generator that thinks it's an LL(k) parser - with a rich, simple and beautiful EBNF syntax
17 Oct 2020 by Ev Uklad
Demonstration of how to create an externally extendable dynamic page, which will support all controls that we can add later in a separate assembly without the recompilation of the dynamic page
19 Oct 2020 by JawadHasan
How to use MQTT Protocol in your .NET Core Applications
3 Nov 2019 by Marc Clifton
A metadata driven, view defines the model, schema generated on the fly, from concept to prototype application in 16 days
1 Dec 2019 by Dan Ionescu (USINESOFT)
Complex cascade defaulting of properties on an object graph triggered by other property changes
1 Dec 2019 by Vincent Maverick Durano
The new version of ApiBoilerPlate has recently been released. In this post, we will take a look at the new features added to the template.
31 Mar 2019 by honey the codewitch
A Non-Backtracking Regular Expression Engine for .NET (Core)
18 Jan 2017 by Bart-Jan Brouwer
.Net Core datagrid with server side paging, sorting and filtering
4 Feb 2017 by O.Nasri
Great article to learn how you can create web application from scratch using Angular2 & .NET CORE WEB API
3 Mar 2018 by Athari
CsConsoleFormat library for .NET - Formatting in Console using modern technologies
13 Mar 2018 by Jose Motta
Home of Things based on Raspberry Pi, Linux, Swagger, Docker & .NET Core
7 Jun 2018 by Habibur Rony
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.
30 Nov 2019 by besley
Slickflow.NET Core Open Source Workflow Engine
11 Jun 2017 by Livio Francescucci
Use a JWTToken to access a .NET Core Web API leveraging IdentityServer4 / OAuth2.
7 Sep 2018 by Robert Vandenberg Huang
Experiment, run and compare different pathfinding algorithms and heuristic functions
15 Apr 2019 by Theo Bebekis
How to write a custom logging provider in ASP.NET Core
13 Aug 2020 by raddevus
Learn to program Linux via .NET Core 3 and Visual Studio code: Getting started
27 Jun 2023 by Ev Uklad
Add ability to track changes in a model class; use a proxy interceptor to execute a rule attached to a model property
4 Mar 2017 by Robert Vandenberg Huang
An introduction to make a simple 2048 console application in C#
19 Aug 2017 by Afzaal Ahmad Zeeshan
.NET Core 2.0 brings a lot of improvements to the system, and it brings a lot of pain to the developers as well. I had a lot of problems upgrading .NET Core 1.x apps to .NET Core 2.0; I yet have to feel the promise it makes about performance and so, but let us see how to upgrade our existing applica
1 Aug 2018 by Habibur Rony
This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into ASP.NET Core 2.0 web app for authentication and role based authorization.
4 Feb 2019 by Igor Ladnik
Compact infrastructure for custom hosting of .NET Core component in unmanaged C/C++ code with reciprocal methods calls between the parts running in Windows and Linux. Section Threads and Processes
25 May 2020 by Jonathan Nethercott
Automated Raspberry Pi Setup for .NET Core development and remote debugging using Visual Studio Code
11 May 2021 by Pete O'Hanlon
Introduction to a series of articles where we build an application showing the entire thought process when writing it
4 Sep 2017 by Bart-Jan Brouwer
Learn how to create JWT and use with WebApi, REST and MVC All Build with .NET Core
1 Aug 2018 by Ajcek84
Client-side music notation rendering in Blazor
27 Nov 2019 by Akhil Mittal
This article will explain the concept of CI/CD, Jenkins, getting started with Jenkins, integrating and deploying an ASP.NET Core application locally and to the Azure Service as well. We’ll also cover topics like creating Azure service, creating Azure service principal, configuring Jenkins on Azure.
18 Feb 2021 by #realJSOP
A WPF ListView that automatically generates columns (that are also sortable) based on decorated entity properties
4 Sep 2017 by Bart-Jan Brouwer
Learn how to create JWT and use with WebApi, REST and MVC all build with .NET Core
23 Nov 2018 by Leonard E. James
Add Project and Project Skills Processing
21 Feb 2019 by Chandru BK
This article will assume that you have basic knowledge of C#, XAML Styles and Xamarin Forms and shows how to implement theming using simple styles.
6 May 2020 by Daniele Fontani
Learn how to read and write documents with custom full-text queries in C# using NEST
7 Apr 2021 by Shaun C Curtis
How to build the CRUD List Presentation/UI Layer in a Blazor Database Application
13 Mar 2017 by defwebserver
You can create database driven .Net Core applications using JavaScriptServices, and PrimeNG.
15 Feb 2018 by Jose Motta
IoT.Starter.Pi.Thing powered by Linux Infrared Remote Control
10 May 2018 by Jack Xu, USA
This article provides a step-by-step tutorial on how to use ASP.NET Core MVC to create charts in web applications with data from either the client or server side.
8 Oct 2018 by outbred
Design, implementation, and usage of the oops framework
7 Jan 2019 by Ryan Peden
Writing to a Slack Channel - .NET Core Edition
11 Sep 2019 by GauravGahlot
This article is the first in the series where we are going to build a simple ASP.NET Core web application, containerize it with Docker and run it on local host.
5 Aug 2019 by Vincent Maverick Durano
This is the first article of the ASP.NET Core and Blazor Code Venture series. The goal of this article series is to build a data driven Blazor app from scratch starting from setting up your development workspace, authentication, data access with CRUD, consuming Rest APIs and down to deployment.
27 Nov 2019 by Akhil Mittal
In this article, we’ll publish the ASP.NET Core application to Azure App Service and Configure Jenkins on Azure before we move on to next steps.
3 Nov 2020 by Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
13 May 2021 by Pete O'Hanlon
Second part of a series of articles where we build an application showing the entire thought process when writing it
27 Aug 2019 by Glenn Prince
Over the next few posts, I am going to go through designing and building a Discord bot application using a microservices architecture and implementing a variety of services within Azure.
4 Oct 2020 by Zijian
How to use Trace and TraceSource in .NET Core Logging
30 Mar 2018 by Milan Stanacev
How to use EF Core code-first approach when DB schemas are split into multiple projects and DB contexts.
30 Oct 2018 by Leonard E. James
Create initial object model and database and display first Razor Page
27 Dec 2018 by Prabakaran Rajendran
Create, build and deploy ASP.NET Core application into Azure app service
11 Mar 2019 by Preetam U Ramdhave
This article will help you to implement the functionality where you can store your sensitive data in the amazon Secrets Manager and access while bootstrapping the application.
21 Aug 2022 by MSBassSinger
Description of a simple, versatile, and scalable logger
8 Feb 2020 by Aram Tchekrekjian
How to create and deploy your first ASP.NET Core Web API on IIS
7 Apr 2021 by Shaun C Curtis
How to build the UI Controls in a Blazor Database Application
20 May 2021 by Pete O'Hanlon
Third part of a series of articles where we build an application showing the entire thought process when writing it
3 Dec 2016 by axuno
SmartFormat.NET /2 is a string template library that allows you to fill a string with data. Easy to use, fast, extensible, and extremely powerful. Allows for named {placeholders} using any data type, conditional formatting, iterating through IEnumerables, and much more.
14 Sep 2016 by Afzaal Ahmad Zeeshan
A comprehensive guide to .NET Core for beginners
24 Oct 2016 by PatrickJNolan
Configuration.EntityFramework is a custom configuration provider for the .NET Core Configuration system built on EntityFrameworkCore.
17 Feb 2017 by Mosti16
Use a custom Authorize Attribute which use a own PermissionProvider with custom Permission-Management.
25 Jun 2018 by alex_brambila
How to implement OIDC Authentication and Authorization with React without Redux
8 Apr 2018 by Sem Shekhovtsov
The how-to article that summarises best practices for unit testing ASP NET Core MVC controller using NUnit and Moq framework
20 Jun 2018 by vnmatt
How to take advantage of ASP .NET Core's Razor (.cshtml) views and have dynamic routes for Aurelia
18 Sep 2018 by Zijian
Generate TypeScript Interfaces from POCO Classes of .NET Framework or .NET Core
9 Nov 2018 by YasIkeda
Tutorial about how to add authentication functionalities to your existing ASP.NET Core project using Microsoft.AspNetCore.Identity.UI package
17 Nov 2018 by Mangesh_Gaherwar
Article with Angular 7 and Entity Framework core and .net Core
17 Nov 2018 by Daniele Fontani
TDD & BDD explained with examples
12 Jan 2019 by Marc Clifton
The journey of using .NET Core to send text to a 2 line LCD connected to an rPi
1 Apr 2019 by honey the codewitch
Code for parsing, querying, and emitting JSON or a JSON superset
20 Aug 2019 by honey the codewitch
Using PCK to create grammars, parsers and tokenizers for C# and other .NET languages
10 Sep 2019 by GauravGahlot
In this article, we are going to set up a Release Trigger to automatically deploy our application on Azure App Service as a Docker Container, each time we push our code.
28 Nov 2019 by Akhil Mittal
In this article, we’ll learn the CI/CD of ASP.NET Core application on Azure using Jenkins Azure Pipeline.
30 Nov 2019 by Johannes Bildstein
Write cross platform desktop applications with .Net Core by using the OS native webview.
19 Mar 2021 by Daan Acohen
Learn how to do integration testing while mocking external dependencies of your .NET Core application
10 Nov 2020 by Alexander Chernosvitov
Windows Forms .NET Core app enables to show, search, edit and store lyrics within 7z-archive
18 Oct 2020 by JawadHasan
Use NoSQL database functionality from within a Relational database system
11 May 2021 by Pete O'Hanlon
First part of a series of articles where we build an application showing the entire thought process when writing it
1 Jul 2017 by Milan Stanacev
This article covers internal workings of LiteApi and explains aspects of creating MVC-like WebAPI middleware running on ASP.NET Core .
1 Dec 2017 by Raihan Alam
User authentication in Angular 4 App using ASP.NET Core JWT Token
31 Jan 2018 by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
4 Jun 2018 by Shayne P Boyer
Why should we care about containers for development
3 Dec 2018 by replaysMike
How to binary serialize your classes without having to modify them
15 Apr 2019 by Christian Graus
First in a series on using Azure AD with Angular applications