DEV Community

# dotnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Getting Started with Background Tasks In ASP.NET Core WebAPI

Getting Started with Background Tasks In ASP.NET Core WebAPI

8
Comments
5 min read
C# for dummies: Classes / Objects, Fields, Access Modifiers, Properties, Constructors

C# for dummies: Classes / Objects, Fields, Access Modifiers, Properties, Constructors

7
Comments
2 min read
Git Hooks for .NET

Git Hooks for .NET

7
Comments
4 min read
Umbraco 9 - BlockList editor with added ViewComponents

Umbraco 9 - BlockList editor with added ViewComponents

4
Comments
2 min read
ASP.NET Best Way to Store Secrets

ASP.NET Best Way to Store Secrets

6
Comments
4 min read
Looking for a way to initialize IOptions<T> manually?

Looking for a way to initialize IOptions<T> manually?

7
Comments 2
1 min read
Why Is SOLID Gold Standard In .NET?

Why Is SOLID Gold Standard In .NET?

7
Comments
7 min read
How to use Polly in .NET

How to use Polly in .NET

4
Comments
6 min read
Single Transaction per Request ASP.NET Core With EntityFramework

Single Transaction per Request ASP.NET Core With EntityFramework

7
Comments
3 min read
Decorator and Single Responsibility Perfectly Play Together.

Decorator and Single Responsibility Perfectly Play Together.

6
Comments
3 min read
Model Validation Using FluentValidation in ASP.NET

Model Validation Using FluentValidation in ASP.NET

7
Comments
3 min read
Conditional Ternary Operator “?” C#, Why (not always) is not “If sentence” replacement

Conditional Ternary Operator “?” C#, Why (not always) is not “If sentence” replacement

6
Comments
3 min read
C#, .Net and .NetCore Extensions for VSCode

C#, .Net and .NetCore Extensions for VSCode

3
Comments
1 min read
ASP.NET Core Swagger Documentation with Bearer Authentication

ASP.NET Core Swagger Documentation with Bearer Authentication

9
Comments
5 min read
Data streaming in .NET 6 using Kafka

Data streaming in .NET 6 using Kafka

10
Comments
4 min read
ASP.NET Core: Adding cache static file using HTTP headers

ASP.NET Core: Adding cache static file using HTTP headers

2
Comments
9 min read
ASP.NET Core middleware with Roslyn Analyzers - Part 2

ASP.NET Core middleware with Roslyn Analyzers - Part 2

3
Comments
4 min read
How to Migrate from .NET MVC 5 to .NET Core for Kentico Xperience

How to Migrate from .NET MVC 5 to .NET Core for Kentico Xperience

4
Comments
10 min read
Multi-targeting Razor Views in Umbraco v8 and v9

Multi-targeting Razor Views in Umbraco v8 and v9

7
Comments
5 min read
ASP.NET Core middleware with Roslyn Analyzers - Part 1

ASP.NET Core middleware with Roslyn Analyzers - Part 1

5
Comments
5 min read
C# how to convert a string to int

C# how to convert a string to int

5
Comments
6 min read
Coding Shorts: Dependency Injection Explained

Coding Shorts: Dependency Injection Explained

3
Comments
1 min read
Implementing custom feature flags - Azure App Configuration

Implementing custom feature flags - Azure App Configuration

4
Comments
3 min read
Leaky abstraction and clean architecture template

Leaky abstraction and clean architecture template

5
Comments 4
3 min read
Publish a self-contained .NET app on Azure DevOps

Publish a self-contained .NET app on Azure DevOps

11
Comments
3 min read
Authentication and Authorization in dotnet core

Authentication and Authorization in dotnet core

5
Comments 1
3 min read
Envrionment in .NET Core

Envrionment in .NET Core

3
Comments
2 min read
LINQ: Beware of deferred execution

LINQ: Beware of deferred execution

14
Comments 3
5 min read
Once upon a time in .NET

Once upon a time in .NET

5
Comments
8 min read
Automapper in .NET Core

Automapper in .NET Core

8
Comments
2 min read
Resiliência em aplicações .Net com Polly

Resiliência em aplicações .Net com Polly

9
Comments
4 min read
ASP.NET Core Endpoints. Add endpoint-enabled middleware by using IEndpointRouteBuilder extension method

ASP.NET Core Endpoints. Add endpoint-enabled middleware by using IEndpointRouteBuilder extension method

17
Comments
5 min read
Cancelando Tasks assíncronas em C#

Cancelando Tasks assíncronas em C#

5
Comments
3 min read
How to write to a file with C# - StackOverflow doesn't get it right

How to write to a file with C# - StackOverflow doesn't get it right

39
Comments 7
5 min read
API documentation - Swagger UI in .NET Core

API documentation - Swagger UI in .NET Core

7
Comments
2 min read
Best .NET Posts This Week: 7th March 2021

Best .NET Posts This Week: 7th March 2021

3
Comments
2 min read
Micro service architecture in .NetCore

Micro service architecture in .NetCore

12
Comments
2 min read
EF Core 5.0 - Many to Many Relationship

EF Core 5.0 - Many to Many Relationship

9
Comments 2
3 min read
Interfaces explained

Interfaces explained

2
Comments 2
3 min read
Dotnet Core Localization

Dotnet Core Localization

2
Comments
3 min read
Switching from HttpClientHandler to SocketsHttpHandler

Switching from HttpClientHandler to SocketsHttpHandler

4
Comments 3
1 min read
Dynamic method invocation with .NET Core

Dynamic method invocation with .NET Core

11
Comments
3 min read
C#: Llamando REST APIs sin esfuerzo con RestEase

C#: Llamando REST APIs sin esfuerzo con RestEase

6
Comments
3 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
Best .NET Posts This Week: 17th January 2021

Best .NET Posts This Week: 17th January 2021

3
Comments
2 min read
Run Angular and dotnet core api app in docker container with docker compose — Part 4 — Docker Compose and The Conclusion

Run Angular and dotnet core api app in docker container with docker compose — Part 4 — Docker Compose and The Conclusion

10
Comments 1
2 min read
Run Angular and dotnet core api app in docker container with docker compose — Part 1 — The Plan

Run Angular and dotnet core api app in docker container with docker compose — Part 1 — The Plan

9
Comments
2 min read
Run Angular and dotnet core api app in docker container with docker compose — Part 2 — The dotnet core API service and docker

Run Angular and dotnet core api app in docker container with docker compose — Part 2 — The dotnet core API service and docker

7
Comments 2
4 min read
Best .NET Posts This Week: 10th January 2021

Best .NET Posts This Week: 10th January 2021

4
Comments
3 min read
Writing decoupled code with MediatR: The Mediator Pattern

Writing decoupled code with MediatR: The Mediator Pattern

21
Comments
5 min read
xUnit testing with DotNet Core 3.1 GraphQL api using EF Core, Postgresql & Docker

xUnit testing with DotNet Core 3.1 GraphQL api using EF Core, Postgresql & Docker

9
Comments
9 min read
Best 20 C# & .NET Blogs

Best 20 C# & .NET Blogs

36
Comments 2
8 min read
Best .NET Posts This Week: 20th December 2020

Best .NET Posts This Week: 20th December 2020

4
Comments
3 min read
JWT Bearer Authentication and Authorization for ASP.NET Core 5

JWT Bearer Authentication and Authorization for ASP.NET Core 5

6
Comments
7 min read
Kentico Xperience 13 is Here

Kentico Xperience 13 is Here

3
Comments
4 min read
Best .NET Posts This Week: 6th December 2020

Best .NET Posts This Week: 6th December 2020

7
Comments
3 min read
Netssentials: Part 1 - Quick Tips for ASP.Net Core API Project

Netssentials: Part 1 - Quick Tips for ASP.Net Core API Project

7
Comments 1
4 min read
Best .NET Posts This Week: 29th November 2020

Best .NET Posts This Week: 29th November 2020

3
Comments
3 min read
The difference between overloading and overriding in C#

The difference between overloading and overriding in C#

7
Comments
3 min read
loading...