DEV Community

# aspnet

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Generate PDF files with asp.net core on Azure

Generate PDF files with asp.net core on Azure

5
Comments
2 min read
Don't use HttpContext.Current, especially when using async

Don't use HttpContext.Current, especially when using async

3
Comments 2
4 min read
Using Gremlin.Net From an ASP.NET Web Application

Using Gremlin.Net From an ASP.NET Web Application

4
Comments
5 min read
Integrate Ninject into ASP.NET MVC 5 and Web API.

Integrate Ninject into ASP.NET MVC 5 and Web API.

5
Comments
1 min read
Use project Tye to host Blazor WASM and ASP.NET Web API on a single origin to avoid CORS

Use project Tye to host Blazor WASM and ASP.NET Web API on a single origin to avoid CORS

6
Comments
7 min read
How to Audit Your ASP.NET Core WebApi

How to Audit Your ASP.NET Core WebApi

5
Comments 3
4 min read
Best .NET Posts This Week: 31st January 2021

Best .NET Posts This Week: 31st January 2021

9
Comments
2 min read
Best .NET Posts This Week: 24th January 2021

Best .NET Posts This Week: 24th January 2021

3
Comments 1
2 min read
Use YARP to host client and API server on a single origin to avoid CORS

Use YARP to host client and API server on a single origin to avoid CORS

2
Comments
9 min read
Video: How to deploy Blazor WebAssembly to Firebase Hosting

Video: How to deploy Blazor WebAssembly to Firebase Hosting

3
Comments
1 min read
Getting Started with ASP.NET

Getting Started with ASP.NET

15
Comments 2
5 min read
MVC Pattern, explained

MVC Pattern, explained

3
Comments
3 min read
Best .NET Posts This Week: 10th January 2021

Best .NET Posts This Week: 10th January 2021

4
Comments
3 min read
Introducing Online GZIP de/compressor, built with Blazor WebAssembly

Introducing Online GZIP de/compressor, built with Blazor WebAssembly

3
Comments
2 min read
Pre-render Blazor WebAssembly at build time to optimize for search engines

Pre-render Blazor WebAssembly at build time to optimize for search engines

7
Comments
12 min read
The easier way to publish your Blazor WebAssembly app for GitHub Pages

The easier way to publish your Blazor WebAssembly app for GitHub Pages

11
Comments 3
4 min read
Fix Blazor WebAssembly PWA integrity checks

Fix Blazor WebAssembly PWA integrity checks

5
Comments
5 min read
How to deploy Blazor WebAssembly to Firebase Hosting

How to deploy Blazor WebAssembly to Firebase Hosting

12
Comments
11 min read
Video: How to deploy Blazor WebAssembly to GitHub Pages

Video: How to deploy Blazor WebAssembly to GitHub Pages

5
Comments
1 min read
Best .NET Posts This Week: 20th December 2020

Best .NET Posts This Week: 20th December 2020

4
Comments
3 min read
On .NET Episode: What is MSAL + Microsoft.Identity.Web?

On .NET Episode: What is MSAL + Microsoft.Identity.Web?

5
Comments
1 min read
Setting up an Authorization Server with OpenIddict - Part I - Introduction

Setting up an Authorization Server with OpenIddict - Part I - Introduction

42
Comments 6
3 min read
Setting up an Authorization Server with OpenIddict - Part IV - Authorization Code Flow

Setting up an Authorization Server with OpenIddict - Part IV - Authorization Code Flow

34
Comments 17
5 min read
Setting up an Authorization Server with OpenIddict - Part III - Client Credentials Flow

Setting up an Authorization Server with OpenIddict - Part III - Client Credentials Flow

35
Comments 9
8 min read
Setting up an Authorization Server with OpenIddict - Part VI - Refresh tokens

Setting up an Authorization Server with OpenIddict - Part VI - Refresh tokens

37
Comments 14
2 min read
Setting up an Authorization Server with OpenIddict - Part II - Create ASPNET project

Setting up an Authorization Server with OpenIddict - Part II - Create ASPNET project

18
Comments 7
8 min read
Setting up an Authorization Server with OpenIddict - Part V - OpenID Connect

Setting up an Authorization Server with OpenIddict - Part V - OpenID Connect

18
Comments 8
3 min read
Extracting Service Configuration in Dotnet 5

Extracting Service Configuration in Dotnet 5

6
Comments
2 min read
Auto refresh with dotnet watch for ASP .NET Core projects

Auto refresh with dotnet watch for ASP .NET Core projects

24
Comments 1
3 min read
Looking at the giraffe

Looking at the giraffe

6
Comments
7 min read
Creating a Discord chat bot in .NET

Creating a Discord chat bot in .NET

5
Comments
6 min read
Good ol' Monoliths

Good ol' Monoliths

9
Comments
6 min read
Web.config location element demystified

Web.config location element demystified

5
Comments
4 min read
On .NET Episode: Microservice Service Discovery with Steeltoe

On .NET Episode: Microservice Service Discovery with Steeltoe

6
Comments
1 min read
On .NET Episode: GraphQL Schema Stitching

On .NET Episode: GraphQL Schema Stitching

5
Comments
1 min read
Migrate .NET Core 3.1 to .NET Core 5.0

Migrate .NET Core 3.1 to .NET Core 5.0

8
Comments
3 min read
EF Core Migrations and Serilog in ASPNet Core

EF Core Migrations and Serilog in ASPNet Core

6
Comments
2 min read
On .NET Episode: Real-time Data fetching with GraphQL and Blazor

On .NET Episode: Real-time Data fetching with GraphQL and Blazor

17
Comments
1 min read
Web.config redirects with rewrite rules - https, www, and more

Web.config redirects with rewrite rules - https, www, and more

11
Comments 2
6 min read
Kentico Xperience: MVC Widget Experiments Part 1 - Widgets And Related Pages

Kentico Xperience: MVC Widget Experiments Part 1 - Widgets And Related Pages

2
Comments
8 min read
Configure CORS using AppSettings or Custom Configuration Sections in ASP.NET Web API

Configure CORS using AppSettings or Custom Configuration Sections in ASP.NET Web API

2
Comments
8 min read
New StackOverflow Tag for EISK!

New StackOverflow Tag for EISK!

5
Comments
1 min read
Web.config transformations - The definitive syntax guide

Web.config transformations - The definitive syntax guide

10
Comments 1
6 min read
【UnityContainer】Lifetime 1

【UnityContainer】Lifetime 1

1
Comments
6 min read
Setting up Bootstrap 4 SASS with ASPNET Core

Setting up Bootstrap 4 SASS with ASPNET Core

14
Comments 1
4 min read
On .NET Episode: YARP The .NET Reverse proxy

On .NET Episode: YARP The .NET Reverse proxy

12
Comments
1 min read
Pushing UI changes from Blazor Server to browser on server raised events

Pushing UI changes from Blazor Server to browser on server raised events

3
Comments
5 min read
FluentValidation in ASP.NET Core

FluentValidation in ASP.NET Core

10
Comments
3 min read
Upload and Download Pdf files to/from MS SQL Database using Razor Pages

Upload and Download Pdf files to/from MS SQL Database using Razor Pages

11
Comments
3 min read
Create ASP.NET Core Apps

Create ASP.NET Core Apps

3
Comments
1 min read
How to add gzip compression to ASP.NET Core API responses

How to add gzip compression to ASP.NET Core API responses

3
Comments
2 min read
On .NET Episode: Securing Services with MSAL

On .NET Episode: Securing Services with MSAL

11
Comments
1 min read
Microsoft Ignite 2020

Microsoft Ignite 2020

3
Comments
3 min read
Changing Serilog Minimum level without application restart on .NET Framework and Core

Changing Serilog Minimum level without application restart on .NET Framework and Core

1
Comments
3 min read
Using ConfigurationProviders from Microsoft.Extensions.Configuration on .NET Framework

Using ConfigurationProviders from Microsoft.Extensions.Configuration on .NET Framework

6
Comments
3 min read
Introducing Umbraco's KeepAlive Ping configuration

Introducing Umbraco's KeepAlive Ping configuration

5
Comments
4 min read
The .NET Docs Show: Managing the dot.net website

The .NET Docs Show: Managing the dot.net website

7
Comments
1 min read
Kentico EMS: MVC Widget Experiments Part 4 - Shared Widget Pages

Kentico EMS: MVC Widget Experiments Part 4 - Shared Widget Pages

8
Comments
12 min read
The .NET Docs Show: Hacking DateTime bugs 🦟 in PROD

The .NET Docs Show: Hacking DateTime bugs 🦟 in PROD

5
Comments
1 min read
Run simple ASP.Net Core Web Application on Docker

Run simple ASP.Net Core Web Application on Docker

8
Comments 1
2 min read
loading...