Click here to Skip to main content
15,867,308 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 Title

.NET Core 

18 Jan 2017 by Bart-Jan Brouwer
.Net Core datagrid with server side paging, sorting and filtering
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
14 Nov 2016 by Vincent Maverick Durano
A quick demo tutorial on how to setup .NET Core on Mac and creating a simple ASP.NET Core app that talks to PostgreSQL database, and running it on Docker.
11 Feb 2019 by frez
.NET Core Razor Page Email Form using SendGrid and reCaptcha
7 Aug 2017 by Bart-Jan Brouwer
Modern design example for .NET Core MVC with RESTful service
29 Nov 2016 by Shashangka Shekhar
In this article, we will learn about .NET Core Features & short overview on .NET Framework (existing). We will discuss about what changes were made/added in new environment of .NET Core.
30 Nov 2019 by Johannes Bildstein
Write cross platform desktop applications with .Net Core by using the OS native webview.
20 May 2020 by raddevus
Post to your Web API via the XmlHttpRequest - learn how to set up headers, data for body, etc.
20 May 2020 by raddevus
A quick article to walk you through building your .NET Web API and posting to it via AJAX (using JSON)
18 Oct 2020 by JawadHasan
Use NoSQL database functionality from within a Relational database system
16 Jun 2020 by Shkurko Eugene
This article looks at the only thing that is missing from Christian Horsdal's, “Microservices in .NET Core: with examples in Nancy” - a tool for automating the interaction between microservices.
24 Feb 2019 by MukeshKumarTech
In this post, we will learn a few points which can be implemented while developing the website in ASP.NET Core to improve performance.
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
8 Apr 2019 by Marc Clifton
Bonus - Group chat with your rPI's using SlackBot
18 Feb 2020 by webmaster442
A Media player control for WPF, based on MPV player that can play almost any media file.
3 Sep 2018 by Silvia Campo
A way to organize the WebSocket management logic keeping the Startup clean.
14 Sep 2016 by Afzaal Ahmad Zeeshan
A comprehensive guide to .NET Core for beginners
31 Mar 2019 by honey the codewitch
A Non-Backtracking Regular Expression Engine for .NET (Core)
25 Mar 2023 by Shaun C Curtis
How to build a Modal Dialog for Blazor
10 Apr 2018 by Igor Ladnik
The sample provides Web access to devices status and displays dynamic metrics charts with ASP.NET Core 2.0, SignalR, Angular 5 and Chart.js.
7 Sep 2018 by Robert Vandenberg Huang
Experiment, run and compare different pathfinding algorithms and heuristic functions
4 Mar 2017 by Robert Vandenberg Huang
An introduction to make a simple 2048 console application in C#
28 Dec 2017 by lepipele
Detailed guide on building C# ASP.NET website checkout that accepts Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH) and other Crypto Currencies.
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.
13 Aug 2019 by Benktesh Sharma
Demonstrate how to add EF support in .NET Core project
22 May 2019 by aquila huang
Introduction of the open source project Light.Data
4 Feb 2017 by O.Nasri
Great article to learn how you can create web application from scratch using Angular2 & .NET CORE WEB API
1 Dec 2017 by Raihan Alam
User authentication in Angular 4 App using ASP.NET Core JWT Token
17 Dec 2017 by Amit Kumar Tiwari
Steps to setup Angular 5 with .NET Core 2 in Visual Studio 2017 for development and deployment.
17 Nov 2018 by Mangesh_Gaherwar
Article with Angular 7 and Entity Framework core and .net Core
10 Mar 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather (Part 2)
9 Apr 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather
23 Jul 2020 by Habibur Rony
Basics of the rule-based chatbot, machine-learning chatbot and AI chatbot.
1 Oct 2019 by Vincent Maverick Durano
A simple yet organized project template for building ASP.NET Core APIs in .NET Core 3.x
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.
4 Feb 2020 by syed shanu
In this article, we will learn how to getting started and work with new Mobile Blazor Binding for developing Cross-Platform Mobile application using Blazor.
19 Nov 2016 by Sourabh_Mishra
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
13 Nov 2018 by Vlad Neculai Vizitiu
ASP.NET Core 1.1 and Identity Adventures
15 Dec 2017 by O.Nasri
ASP.NET Core 2.0 & Angular 4: through this tutorial, you will learn how to build from scratch a web application for vehicles management
28 Sep 2017 by didourebai
The ASP.NET Core 1.x.x release does not include SignalR technology and development plans. Time has passed quickly, Microsoft has released a preview version of. NET Core 2.0 Preview 2.
16 Nov 2018 by Vincent Maverick Durano
A quick tutorial on how to integrate VMD.RESTApiResponseWrapper.Core library into your ASP.NET Core 2.1 REST API application
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.
12 Sep 2017 by Bruce Yang CL
Develop an ASP.NET Core NES Game website on Linux with cross platform Database, and deploy to Ubuntu & Windows which have no .NET Core runtime installed.
1 Dec 2017 by Raihan Alam
JWT token support in ASP.NET Core Identity
30 Oct 2018 by Leonard E. James
Create initial object model and database and display first Razor Page
23 Nov 2018 by Leonard E. James
Add Project and Project Skills Processing
30 Jun 2019 by Marcelo Ricardo de Oliveira
The first of many articles featuring design patterns, architectural designs, frameworks and technologies leading to ASP.NET Core Microservices
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
10 Oct 2019 by Joseph Rozario
This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
11 Jun 2017 by Livio Francescucci
Use a JWTToken to access a .NET Core Web API leveraging IdentityServer4 / OAuth2.
18 Oct 2019 by Vincent Maverick Durano
Highlights the detail about what's new in AutoWrapper Version 2. AutoWrapper is a simple, yet customizable global exception handler and response wrapper for ASP.NET Core APIs
8 Sep 2017 by Daniele Fontani
.NET Core showcase: learn basics implementing a toy tool
22 Mar 2018 by Angel Gabriel Valdés Sarduy
This project is an ASPNET Core MVC site with a generic controller for CRUD and searchs.
16 Apr 2018 by Valerii Tereshchenko
Example of implementing logging using Aspect Oriented approach with DispatchProxy class
4 Mar 2021 by Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
17 Feb 2017 by Mosti16
Use a custom Authorize Attribute which use a own PermissionProvider with custom Permission-Management.
20 Jun 2018 by vnmatt
How to take advantage of ASP .NET Core's Razor (.cshtml) views and have dynamic routes for Aurelia
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.
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.
18 Feb 2021 by #realJSOP
A WPF ListView that automatically generates columns (that are also sortable) based on decorated entity properties
4 Oct 2019 by Vincent Maverick Durano
In this post, we will take a look at how we can beautify our ASP.NET Core API responses using AutoWrapper.
19 Apr 2018 by Sudip Bhakta
How to create AWS Serverless API (API Gateway + Lambda Function) in .NET Core, C# using AWS SDK for Visual Studio
16 Apr 2019 by Christian Graus
In part two, we start protecting our back end APIs with Azure AD
31 Dec 2019 by Eduard Keilholz
Getting started with Azure Cognitive Services, see what it's capable of and start recognizing images within 10 minutes
25 Jan 2019 by Tom Ling
Azure Functions 2.0 HTTP Routing Options
6 Dec 2016 by Srinivasa Dinesh Parupalli
Migrating HTTP Handlers and HTTP Modules to ASP.NET Core Middlerware
1 Dec 2019 by MehreenTahir
This article will give you a gentle introduction and quick getting started guide with Apache Spark for .NET for Big Data Analytics.
3 Dec 2018 by replaysMike
How to binary serialize your classes without having to modify them
16 Dec 2020 by Shaun C Curtis
How to customize default CSS setup in Blazor, and a look at the new Scoped CSS
25 Feb 2021 by Shaun C Curtis
How to combine Razor, Blazor WASM and Server SPAs under the same roof
14 Nov 2017 by jgauffin
Save time and effort with the help of codeRR, which finds and analyses errors for you, improving code quality along the way.
4 Sep 2020 by Fredrik Rudberg
A Windows service that removes files older than a specific date from a configurable set of folders
17 Nov 2018 by Daniele Fontani
TDD & BDD explained with examples
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.
24 Apr 2019 by GauravGahlot
In this article, we are going to setup a Microsoft Azure DevOps build pipeline to automate the tasks we did manually in the first article of the series.
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.
6 Feb 2019 by Member 11324409
How to build DotnetcoreAPIAngular6UI for beginners
13 Oct 2016 by didourebai
This post is about developing ASP.NET Core application using EF Core, we will demonstrate how we can connect in different ways to SQL Server Database and Postgresql Database.
20 Feb 2017 by Ádám Ficsór
Tutorial and template for building a basic, cross-platform Bitcoin wallet in .NET Core
7 Apr 2021 by Shaun C Curtis
How to structure and build a Blazor Database Application
7 Apr 2021 by Shaun C Curtis
How to build the CRUD Data Layers in a Blazor Database Application
7 Apr 2021 by Shaun C Curtis
How to build the CRUD Viewer and Editor Presentation/UI Layer in a Blazor Database Application
7 Apr 2021 by Shaun C Curtis
How to build the UI Controls in a Blazor Database Application
7 Apr 2021 by Shaun C Curtis
How to build the CRUD List Presentation/UI Layer in a Blazor Database Application
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.
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.
9 Sep 2019 by Glenn Prince
Up next, we are going to start taking those events and moving them into a Storage Queue so they can be processed by an Azure Function. We are also going to get the bot to listen to a Service Bus Queue so it can pick up a message and deliver it back to the Discord Server.
8 Jan 2018 by Ehsan Sajjad
This is a step by step guide for beginner on how to install .NET Core 2.0 and create a Console Application without any IDE using Command Prompt/PowerShell
1 Dec 2019 by Dan Ionescu (USINESOFT)
Complex cascade defaulting of properties on an object graph triggered by other property changes
7 Jan 2020 by ftwnate917
C# .NET Core Folder Dialog box example that uses the "Explorer" Open File Dialog Box
15 Apr 2019 by Dan Ionescu (USINESOFT)
A newly released as open source nosql database for .NET (classic or core). Already used in production environments
16 Apr 2019 by Dan Ionescu (USINESOFT)
LINQ extensions that allow to describe and to safely query cached data
31 Jan 2018 by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
3 Nov 2020 by Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
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