DEV Community

# dotnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Dependency Injection and Different ways to inject it using .NET Core API

Dependency Injection and Different ways to inject it using .NET Core API

2
Comments
6 min read
Working with the using directive in C#

Working with the using directive in C#

6
Comments 1
4 min read
Usando Bloom Filter no Redis (RedisBloom)

Usando Bloom Filter no Redis (RedisBloom)

2
Comments
3 min read
Quickly Connect an External Database to an ASP.NET Core API using OData

Quickly Connect an External Database to an ASP.NET Core API using OData

9
Comments
13 min read
Project Plan: Blazor WebAPI server, Blazor Web client, MSSQL database - All in Docker

Project Plan: Blazor WebAPI server, Blazor Web client, MSSQL database - All in Docker

2
Comments
3 min read
Aumentando a performance do Dapper

Aumentando a performance do Dapper

4
Comments 2
3 min read
C# Generic Math

C# Generic Math

2
Comments
5 min read
How to create a URL Shortener in dotnet ?

How to create a URL Shortener in dotnet ?

2
Comments
4 min read
Implementation of the REDIS Cache in the.NET Core API

Implementation of the REDIS Cache in the.NET Core API

2
Comments
9 min read
Insert/read SQL-Server images with EF Core, Dapper and SqlClient

Insert/read SQL-Server images with EF Core, Dapper and SqlClient

12
Comments
4 min read
Alocando classes na Stack

Alocando classes na Stack

5
Comments
4 min read
Minimal API Discovery Tool

Minimal API Discovery Tool

1
Comments
4 min read
7 .Net Core Tips For Beginners

7 .Net Core Tips For Beginners

4
Comments
4 min read
Multithreading vs. Asynchronous Programming in .Net Core

Multithreading vs. Asynchronous Programming in .Net Core

6
Comments
3 min read
EF Core string conversions

EF Core string conversions

2
Comments
2 min read
SeriLog color themes

SeriLog color themes

6
Comments
4 min read
Entry-5: Automapper: Streamlining Object-to-Object Mapping for C# Developers

Entry-5: Automapper: Streamlining Object-to-Object Mapping for C# Developers

1
Comments
3 min read
A Case Study-Dot NET Modernization Project - Bacancy Technology

A Case Study-Dot NET Modernization Project - Bacancy Technology

Comments
2 min read
Beyond the Tutorials: A Realistic Look at Coding in the Real World – Part 1

Beyond the Tutorials: A Realistic Look at Coding in the Real World – Part 1

1
Comments 2
7 min read
Apache Kafka Introduction, Installation, and Implementation Using .NET Core 6

Apache Kafka Introduction, Installation, and Implementation Using .NET Core 6

3
Comments 1
7 min read
Reveal Data provider parameter values at run time

Reveal Data provider parameter values at run time

5
Comments
3 min read
Tutorial : FluentValidation in.Net Core with Web API 📱

Tutorial : FluentValidation in.Net Core with Web API 📱

4
Comments 2
7 min read
How to Tame “async void” in C#

How to Tame “async void” in C#

Comments
8 min read
Connect Heroku Redis V6 to .Net Core Heroku App hosted through Docker

Connect Heroku Redis V6 to .Net Core Heroku App hosted through Docker

Comments
1 min read
CQRS and MediatR Pattern Implementation Using .NET Core 6 Web API

CQRS and MediatR Pattern Implementation Using .NET Core 6 Web API

10
Comments 2
6 min read
Unit Of Work with Generic Repository implementation using .NET Core 6 Web API

Unit Of Work with Generic Repository implementation using .NET Core 6 Web API

6
Comments
7 min read
.NET Configuration

.NET Configuration

2
Comments
6 min read
Tasks, BackgroundWorkers, and Threads

Tasks, BackgroundWorkers, and Threads

Comments
4 min read
Learn DateOnly & TimeOnly

Learn DateOnly & TimeOnly

8
Comments
8 min read
Mastering Action and Func Delegates in C#: A Comprehensive Guide

Mastering Action and Func Delegates in C#: A Comprehensive Guide

8
Comments
9 min read
Is there any way to compress the data while using mongo persistence with NEventStore?

Is there any way to compress the data while using mongo persistence with NEventStore?

6
Comments
1 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
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

12
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?

10
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

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

Data streaming in .NET 6 using Kafka

11
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
loading...