DEV Community

# dotnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
.NET Core: Use HttpClientFactory and Polly to build rock solid services

.NET Core: Use HttpClientFactory and Polly to build rock solid services

113
Comments 6
4 min read
Building a Service to Get a City Name from a ZIP Code in .NET Core

Building a Service to Get a City Name from a ZIP Code in .NET Core

75
Comments 7
7 min read
How to Host ASP.NET Core 3.1 Web Applications as Windows Service

How to Host ASP.NET Core 3.1 Web Applications as Windows Service

60
Comments 7
4 min read
Generating a fake data in .Net Core API

Generating a fake data in .Net Core API

59
Comments 7
3 min read
Getting started with Docker for C# developers

Getting started with Docker for C# developers

40
Comments 3
4 min read
What are the differences between Convert.ToString() and .ToString() method?

What are the differences between Convert.ToString() and .ToString() method?

40
Comments 2
1 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
Best 20 C# & .NET Blogs

Best 20 C# & .NET Blogs

36
Comments 2
8 min read
C# 9.0 New Features

C# 9.0 New Features

35
Comments 4
5 min read
EF Core: How to implement basic Auditing on your Entities

EF Core: How to implement basic Auditing on your Entities

35
Comments 4
3 min read
Setting Up GraphQL in an ASP.NET Core Project

Setting Up GraphQL in an ASP.NET Core Project

34
Comments
3 min read
Exciting New Features in .NET 5

Exciting New Features in .NET 5

28
Comments 2
5 min read
Build an API in .NET Core with GraphQL

Build an API in .NET Core with GraphQL

26
Comments 1
9 min read
Why null in C# is so bad

Why null in C# is so bad

25
Comments 14
3 min read
The .NET Core Podcast Episode 25 - Blazor: You Want To Run .NET Where?!

The .NET Core Podcast Episode 25 - Blazor: You Want To Run .NET Where?!

24
Comments 2
3 min read
Performance benchmark: gRPC vs. REST in .NET Core 3 Preview 8

Performance benchmark: gRPC vs. REST in .NET Core 3 Preview 8

23
Comments
3 min read
Fluent Validation in .NET Core - Advantages and Disadvantages

Fluent Validation in .NET Core - Advantages and Disadvantages

22
Comments 1
9 min read
Multi-Tenant Applications with ASP.NET Core 2.2 - Getting Started

Multi-Tenant Applications with ASP.NET Core 2.2 - Getting Started

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

Writing decoupled code with MediatR: The Mediator Pattern

21
Comments
5 min read
Implementing Distributed Cache on SQL Server using .Net

Implementing Distributed Cache on SQL Server using .Net

21
Comments 1
3 min read
Hosting Models in ASP.NET Core 3.1 Applications

Hosting Models in ASP.NET Core 3.1 Applications

20
Comments
4 min read
Debugging Dapr application using Tye tool

Debugging Dapr application using Tye tool

20
Comments
5 min read
OPTIONS PATTERN IN .NET 6

OPTIONS PATTERN IN .NET 6

20
Comments 6
4 min read
10 Bad Practices to Avoid in ASP.NET Core API Controllers

10 Bad Practices to Avoid in ASP.NET Core API Controllers

18
Comments 11
5 min read
Poor Man’s Profiler: An Approach to Profiling .NET Code with Code Block Execution Timing and Parameter Logging

Poor Man’s Profiler: An Approach to Profiling .NET Code with Code Block Execution Timing and Parameter Logging

18
Comments
15 min read
Deployments Modes in ASP.NET Core 3.1

Deployments Modes in ASP.NET Core 3.1

18
Comments 1
5 min read
Kafka + Docker + Net Core 101 - parte 1

Kafka + Docker + Net Core 101 - parte 1

18
Comments
5 min read
.NET Framework to .NET Core to Docker

.NET Framework to .NET Core to Docker

18
Comments
9 min read
Update Your .NET Core Projects, Folks!

Update Your .NET Core Projects, Folks!

18
Comments 2
2 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
.NET gRPC Server on Dapr runtime

.NET gRPC Server on Dapr runtime

17
Comments
6 min read
EF Core 7: Json columns

EF Core 7: Json columns

16
Comments 2
9 min read
Installing DotNet Core in Ubuntu 20.04

Installing DotNet Core in Ubuntu 20.04

16
Comments 10
3 min read
Using Dapper - C# Part 1-A

Using Dapper - C# Part 1-A

16
Comments
6 min read
.NET How to throttle HttpClient Requests using SemaphoreSlim

.NET How to throttle HttpClient Requests using SemaphoreSlim

15
Comments 4
2 min read
Tried Entity Framework Core 5.0's Many-to-Many support

Tried Entity Framework Core 5.0's Many-to-Many support

15
Comments 3
7 min read
Creating a .gitignore file using the .NET Core SDK

Creating a .gitignore file using the .NET Core SDK

15
Comments 5
5 min read
Docker for beginners - docker file, docker build, docker run, docker compose, what does it all mean?

Docker for beginners - docker file, docker build, docker run, docker compose, what does it all mean?

14
Comments
6 min read
Visual Studio 2019 - ASP.NET Core 3.1 React App with TypeScript

Visual Studio 2019 - ASP.NET Core 3.1 React App with TypeScript

14
Comments 1
3 min read
LINQ: Beware of deferred execution

LINQ: Beware of deferred execution

14
Comments 3
5 min read
Using Dapper - C# Part 1

Using Dapper - C# Part 1

13
Comments
10 min read
Detecting Sync over Async Code in ASP.NET Core

Detecting Sync over Async Code in ASP.NET Core

12
Comments
2 min read
.Net Core E-Commerece Microservices with using CQRS and Vertical Slice Architecture

.Net Core E-Commerece Microservices with using CQRS and Vertical Slice Architecture

12
Comments
1 min read
Understanding and Using ConfigureAwait in Asynchronous Programming

Understanding and Using ConfigureAwait in Asynchronous Programming

12
Comments 2
4 min read
Event Sourcing with SQL Stream Store

Event Sourcing with SQL Stream Store

12
Comments
4 min read
Migrating .NET.Framework to .NET.Core

Migrating .NET.Framework to .NET.Core

12
Comments 3
5 min read
Micro service architecture in .NetCore

Micro service architecture in .NetCore

12
Comments
2 min read
Host and Publish .NET Core 6 Web API Application on IIS Server

Host and Publish .NET Core 6 Web API Application on IIS Server

12
Comments
4 min read
The case study: Dapper vs Entity Framework Core

The case study: Dapper vs Entity Framework Core

11
Comments
3 min read
Gentle introduction to IDataProtector (C#)

Gentle introduction to IDataProtector (C#)

11
Comments 3
4 min read
Multiple connections for appsettings.json (C#)

Multiple connections for appsettings.json (C#)

11
Comments 2
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
How to remove the .NET Core Runtime and SDK

How to remove the .NET Core Runtime and SDK

11
Comments
2 min read
Deploying DotNetCore on Ubuntu using Ansible

Deploying DotNetCore on Ubuntu using Ansible

11
Comments
3 min read
Instagram Basic Display API

Instagram Basic Display API

11
Comments
8 min read
Dynamic method invocation with .NET Core

Dynamic method invocation with .NET Core

11
Comments
3 min read
Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices

Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices

11
Comments
3 min read
DotVVM Controls : GridView

DotVVM Controls : GridView

11
Comments
4 min read
The .NET Core Podcast Episode 29 - Developer Relations and Education with Jasmine Greenway and Cecil Phillip

The .NET Core Podcast Episode 29 - Developer Relations and Education with Jasmine Greenway and Cecil Phillip

10
Comments
2 min read
Kentico Xperience 13 Beta 3 - New Data Access APIs

Kentico Xperience 13 Beta 3 - New Data Access APIs

10
Comments 2
8 min read
loading...