DEV Community

# aspnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Episode 027 - Up and running with Docker Compose - ASP.NET Core: From 0 to overkill

Episode 027 - Up and running with Docker Compose - ASP.NET Core: From 0 to overkill

15
Comments 2
13 min read
What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?

What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?

255
Comments 18
4 min read
Episode 026 - Getting started with Docker - ASP.NET Core: From 0 to overkill

Episode 026 - Getting started with Docker - ASP.NET Core: From 0 to overkill

5
Comments
12 min read
How to add extra user claims in ASP.NET Core web-app

How to add extra user claims in ASP.NET Core web-app

41
Comments
6 min read
ASP.NET Core Routing Tutorial

ASP.NET Core Routing Tutorial

10
Comments
3 min read
Uploading Image from Angular to ASP.NET Core Web API

Uploading Image from Angular to ASP.NET Core Web API

10
Comments
3 min read
Getting started with Azure Immersive Reader and ASP.NET Core

Getting started with Azure Immersive Reader and ASP.NET Core

10
Comments
4 min read
Episode 025 - Integrating IdentityServer4 - Part 5 - Frontend - ASP.NET Core: From 0 to overkill

Episode 025 - Integrating IdentityServer4 - Part 5 - Frontend - ASP.NET Core: From 0 to overkill

16
Comments
11 min read
Blazor How It Works Part 2

Blazor How It Works Part 2

15
Comments
6 min read
Youtube Video: ASP.NET Core Web API (Rest API) with Entity Framework Core, SQL Server and Visual Studio Code

Youtube Video: ASP.NET Core Web API (Rest API) with Entity Framework Core, SQL Server and Visual Studio Code

11
Comments
2 min read
Episode 024 - Integrating IdentityServer4 - Part 4 - Back for Front - ASP.NET Core: From 0 to overkill

Episode 024 - Integrating IdentityServer4 - Part 4 - Back for Front - ASP.NET Core: From 0 to overkill

7
Comments
13 min read
Episode 023 - Integrating IdentityServer4 - Part 3 - API - ASP.NET Core: From 0 to overkill

Episode 023 - Integrating IdentityServer4 - Part 3 - API - ASP.NET Core: From 0 to overkill

14
Comments
6 min read
Episode 022 - Integrating IdentityServer4 - Part 2 - Auth Service - ASP.NET Core: From 0 to overkill

Episode 022 - Integrating IdentityServer4 - Part 2 - Auth Service - ASP.NET Core: From 0 to overkill

20
Comments
11 min read
Prerendering a Client-side Blazor Application

Prerendering a Client-side Blazor Application

13
Comments 1
5 min read
Displaying Real-time Sensor Data in the Browser with SignalR and ChartJS

Displaying Real-time Sensor Data in the Browser with SignalR and ChartJS

17
Comments
4 min read
Error Logging Middleware in ASP.NET Core

Error Logging Middleware in ASP.NET Core

16
Comments
3 min read
Develop and build ASP.NET Core applications to run on Kubernetes with Draft

Develop and build ASP.NET Core applications to run on Kubernetes with Draft

5
Comments
2 min read
Scale a Kubernetes Deployment with .NET Core

Scale a Kubernetes Deployment with .NET Core

8
Comments
2 min read
C# features from 5.0, 6.0 and 7.0

C# features from 5.0, 6.0 and 7.0

18
Comments
8 min read
Episode 021 - Integrating IdentityServer4 - Part 1 - Overview - ASP.NET Core: From 0 to overkill

Episode 021 - Integrating IdentityServer4 - Part 1 - Overview - ASP.NET Core: From 0 to overkill

16
Comments
6 min read
Introducing the HttpClientFactory

Introducing the HttpClientFactory

57
Comments
3 min read
Introducing Syncfusion’s JavaScript PDF Viewer for Web

Introducing Syncfusion’s JavaScript PDF Viewer for Web

9
Comments
9 min read
Episode 020 - The backend for frontend and the HttpClient - ASP.NET Core: From 0 to overkill

Episode 020 - The backend for frontend and the HttpClient - ASP.NET Core: From 0 to overkill

7
Comments
11 min read
Clean Architecture | Creating Maintainable Software using .NET Core

Clean Architecture | Creating Maintainable Software using .NET Core

24
Comments 4
6 min read
Episode 019 - Roles, claims and policies - ASP.NET Core: From 0 to overkill

Episode 019 - Roles, claims and policies - ASP.NET Core: From 0 to overkill

13
Comments
9 min read
My first major Open Source contribution

My first major Open Source contribution

5
Comments
3 min read
Episode 018 - Internationalization - ASP.NET Core: From 0 to overkill

Episode 018 - Internationalization - ASP.NET Core: From 0 to overkill

7
Comments
11 min read
ASP.NET Core 2.2 Health Checks Explained

ASP.NET Core 2.2 Health Checks Explained

8
Comments
6 min read
Create ZUGFeRD-Compliant PDF Invoice in C#

Create ZUGFeRD-Compliant PDF Invoice in C#

6
Comments 1
6 min read
Implementing a simple micro-service infrastructure using ASP.NET core and Ocelot

Implementing a simple micro-service infrastructure using ASP.NET core and Ocelot

7
Comments 4
2 min read
Introducing Syncfusion’s ASP.NET Core Blazor / Razor Components

Introducing Syncfusion’s ASP.NET Core Blazor / Razor Components

14
Comments
6 min read
Episode 017 - More Identity, more Razor Pages - ASP.NET Core: From 0 to overkill

Episode 017 - More Identity, more Razor Pages - ASP.NET Core: From 0 to overkill

14
Comments
12 min read
Visualizing thin ASP.NET Controllers via SOLID Principles

Visualizing thin ASP.NET Controllers via SOLID Principles

14
Comments
11 min read
.NET Core – Running Background Worker on IIS

.NET Core – Running Background Worker on IIS

10
Comments 3
2 min read
Filters with Dependency Injection in ASP.NET CORE

Filters with Dependency Injection in ASP.NET CORE

15
Comments
2 min read
[Swashbuckle and API Versioning] Obsolete attribute is not rendered as deprecated in Swagger UI

[Swashbuckle and API Versioning] Obsolete attribute is not rendered as deprecated in Swagger UI

5
Comments
3 min read
Tag Helpers 101

Tag Helpers 101

5
Comments
6 min read
Episode 016 - Authentication with Identity and Razor Pages - ASP.NET Core: From 0 to overkill

Episode 016 - Authentication with Identity and Razor Pages - ASP.NET Core: From 0 to overkill

10
Comments
19 min read
Building a flat website with ASP.NET Core

Building a flat website with ASP.NET Core

20
Comments 9
4 min read
6 types of code you shouldn't have inside your .NET controllers

6 types of code you shouldn't have inside your .NET controllers

37
Comments 4
4 min read
Episode 015 - Calling the Web API from the frontend - ASP.NET Core: From 0 to overkill

Episode 015 - Calling the Web API from the frontend - ASP.NET Core: From 0 to overkill

10
Comments
5 min read
Configuring SSL On An Asp.Net Core Docker Container

Configuring SSL On An Asp.Net Core Docker Container

19
Comments 3
4 min read
Episode 014 - Centralizing frontend state with Vuex - ASP.NET Core: From 0 to overkill

Episode 014 - Centralizing frontend state with Vuex - ASP.NET Core: From 0 to overkill

7
Comments
12 min read
JSON Merge Patch in ASP.NET Core

JSON Merge Patch in ASP.NET Core

5
Comments
3 min read
Episode 013 - Starting the frontend with Vue.js - ASP.NET Core: From 0 to overkill

Episode 013 - Starting the frontend with Vue.js - ASP.NET Core: From 0 to overkill

14
Comments
14 min read
How to use Typescript with the ASP.NET Core 2.x React Project Template

How to use Typescript with the ASP.NET Core 2.x React Project Template

10
Comments
5 min read
Manage CosmosDB objects (Stored Procedure, Functions, Triggers ...) with this Nuget package

Manage CosmosDB objects (Stored Procedure, Functions, Triggers ...) with this Nuget package

6
Comments
3 min read
Episode 012 - Move to a Web API - ASP.NET Core: From 0 to overkill

Episode 012 - Move to a Web API - ASP.NET Core: From 0 to overkill

61
Comments 6
9 min read
Dynamic Policy Claims in ASP.NET Core using JWT Tokens (and Role Claims)

Dynamic Policy Claims in ASP.NET Core using JWT Tokens (and Role Claims)

16
Comments
3 min read
Episode 011 - Data access with Entity Framework Core - ASP.NET Core: From 0 to overkill

Episode 011 - Data access with Entity Framework Core - ASP.NET Core: From 0 to overkill

14
Comments
16 min read
Updated Step by step: Serilog with ASP.NET Core

Updated Step by step: Serilog with ASP.NET Core

8
Comments
2 min read
Integration Testing and dockerizing asp.net core apps on Travis CI, Azure pipeline and appveyor using cake build.

Integration Testing and dockerizing asp.net core apps on Travis CI, Azure pipeline and appveyor using cake build.

11
Comments
8 min read
Episode 010 - Async all the things - ASP.NET Core: From 0 to overkill

Episode 010 - Async all the things - ASP.NET Core: From 0 to overkill

18
Comments 4
17 min read
How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core

How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core

15
Comments 1
1 min read
Building Faster Backends in ASP.NET Core

Building Faster Backends in ASP.NET Core

14
Comments
8 min read
How to create a Nuget package for Blazor assembly with Azure DevOps

How to create a Nuget package for Blazor assembly with Azure DevOps

8
Comments
3 min read
Episode 009 - MVC filters - ASP.NET Core: From 0 to overkill

Episode 009 - MVC filters - ASP.NET Core: From 0 to overkill

18
Comments
7 min read
The confusing way of sending emails in .NET Core and other goodies

The confusing way of sending emails in .NET Core and other goodies

8
Comments 1
2 min read
Episode 008 - Middlewares - ASP.NET Core: From 0 to overkill

Episode 008 - Middlewares - ASP.NET Core: From 0 to overkill

20
Comments
7 min read
Net Core security - NWebSec to the rescue!

Net Core security - NWebSec to the rescue!

80
Comments 8
3 min read
loading...