DEV Community

# dotnetcore

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Move objects from one folder to other in the same S3 Bucket using C# in AWS

Move objects from one folder to other in the same S3 Bucket using C# in AWS

Comments
3 min read
🎉 We Made It: Trending in .NET on Dev.to! 🚀

🎉 We Made It: Trending in .NET on Dev.to! 🚀

Comments
1 min read
.NET 9 Improvements for ASP.NET Core: Open API, Performance, and Tooling

.NET 9 Improvements for ASP.NET Core: Open API, Performance, and Tooling

Comments
3 min read
What is inside Rate Limiting for .NET

What is inside Rate Limiting for .NET

1
Comments
6 min read
List all Visual Studio solutions

List all Visual Studio solutions

1
Comments
7 min read
Experimental attribute in C# is a powerful tool : Let's explore

Experimental attribute in C# is a powerful tool : Let's explore

Comments
3 min read
NET6 - C# DistinctBy

NET6 - C# DistinctBy

2
Comments
6 min read
Dependency Injection Container and Service Lifetimes

Dependency Injection Container and Service Lifetimes

1
Comments 2
3 min read
Implementing Chain of Responsibility Pattern in C# : Middleware's Design Pattern

Implementing Chain of Responsibility Pattern in C# : Middleware's Design Pattern

Comments
3 min read
Did you know? How .NET Achieving Language Interoperability (C# + VB.NET = Same Application)

Did you know? How .NET Achieving Language Interoperability (C# + VB.NET = Same Application)

Comments
2 min read
These 10+ comparisons cover entire SQL concepts, Is it?

These 10+ comparisons cover entire SQL concepts, Is it?

Comments
6 min read
C# Search by multiple strings

C# Search by multiple strings

40
Comments 7
4 min read
C# System.Text.Json JsonConverter masking

C# System.Text.Json JsonConverter masking

Comments
6 min read
Parallel and asynchronous programming are not the same in .NET. Do you think so?

Parallel and asynchronous programming are not the same in .NET. Do you think so?

Comments 1
3 min read
Window Forms Dark mode

Window Forms Dark mode

1
Comments
5 min read
Default Interface Methods and properties implementation in C# 8.0

Default Interface Methods and properties implementation in C# 8.0

Comments
3 min read
Why we need both Query String Parameters and Path Parameters

Why we need both Query String Parameters and Path Parameters

4
Comments 2
4 min read
Understanding NotNullWhen in C#

Understanding NotNullWhen in C#

10
Comments
3 min read
Video - Caching HTML Tags Using WebForms Core Technology 05:24

Video - Caching HTML Tags Using WebForms Core Technology

1
Comments
2 min read
Yarp.ReverseProxy

Yarp.ReverseProxy

Comments
2 min read
Implementing the Saga Pattern in C#

Implementing the Saga Pattern in C#

5
Comments
4 min read
Attributes for Null-State Static Analysis in C#

Attributes for Null-State Static Analysis in C#

8
Comments
4 min read
You should know these different execution types in LINQ before writing in C#

You should know these different execution types in LINQ before writing in C#

2
Comments 2
2 min read
Building a Real-Time Chat Application with .NET Core 7 and SignalR

Building a Real-Time Chat Application with .NET Core 7 and SignalR

4
Comments
5 min read
Blazor's Authentication

Blazor's Authentication

7
Comments
3 min read
Storing passwords safely (C#)

Storing passwords safely (C#)

54
Comments 26
6 min read
These 10+ questions may find you in next .NET interview

These 10+ questions may find you in next .NET interview

Comments
4 min read
Top 10 Underappreciated LINQ Methods

Top 10 Underappreciated LINQ Methods

Comments
4 min read
Manage Content with CMS - Optimizely

Manage Content with CMS - Optimizely

Comments
6 min read
Manage Content with CMS - DotNetNuke (DNN)

Manage Content with CMS - DotNetNuke (DNN)

Comments
5 min read
Manage Content with CMS

Manage Content with CMS

Comments
6 min read
🔹 C# Tip: Understanding override, new, and virtual Keywords

🔹 C# Tip: Understanding override, new, and virtual Keywords

Comments
1 min read
You Should follow these 12 clean code tips if you are a .NET developer

You Should follow these 12 clean code tips if you are a .NET developer

2
Comments
3 min read
EF Core raw queries (C#)

EF Core raw queries (C#)

1
Comments
5 min read
Regex timeout - C#

Regex timeout - C#

Comments
6 min read
EFCore Tutorial P9:Understanding and Implementing Value Objects

EFCore Tutorial P9:Understanding and Implementing Value Objects

Comments
5 min read
Mastering in these 10+ Result/Return types in ASP.Net Core MVC

Mastering in these 10+ Result/Return types in ASP.Net Core MVC

3
Comments
2 min read
Data Retrieval with Paging, Filtering, and Projection in .NET Core

Data Retrieval with Paging, Filtering, and Projection in .NET Core

7
Comments 2
1 min read
Liskov Substitution Principle in C# with Bird Example

Liskov Substitution Principle in C# with Bird Example

6
Comments 4
3 min read
Understanding Kafka and Zookeeper: How They Enhance Your .NET App

Understanding Kafka and Zookeeper: How They Enhance Your .NET App

12
Comments
3 min read
EFCore Tutorial P2:Attributes vs. Fluent API

EFCore Tutorial P2:Attributes vs. Fluent API

Comments
3 min read
What is Clean Architecture: Part 19 -Add Controllers

What is Clean Architecture: Part 19 -Add Controllers

1
Comments 2
4 min read
Introducing Awesome .NET Testing âś…

Introducing Awesome .NET Testing âś…

9
Comments
2 min read
C# Advanced:Events

C# Advanced:Events

Comments
4 min read
đź“Š Design Tip: Favor Interfaces over Concrete Classes

đź“Š Design Tip: Favor Interfaces over Concrete Classes

Comments 2
1 min read
Implement Onion Architecture in .NET Core for Product Order Service

Implement Onion Architecture in .NET Core for Product Order Service

Comments
5 min read
Centralized Exception Handling in ASP.NET Core - Custom Middleware

Centralized Exception Handling in ASP.NET Core - Custom Middleware

Comments
3 min read
Monolithic Architecture in .NET Core with real-time example

Monolithic Architecture in .NET Core with real-time example

Comments
4 min read
Layered (N-Tier) Architecture in .NET Core

Layered (N-Tier) Architecture in .NET Core

1
Comments
5 min read
ASP.NET Core unassociated input fix

ASP.NET Core unassociated input fix

3
Comments 2
2 min read
EFCore Tutorial P6: LINQ Queries

EFCore Tutorial P6: LINQ Queries

Comments
5 min read
Improving String Manipulation in .NET

Improving String Manipulation in .NET

3
Comments
3 min read
Spectre.Console helpers

Spectre.Console helpers

7
Comments
7 min read
✨ (CPM) Central Package Management in .NET

✨ (CPM) Central Package Management in .NET

Comments
1 min read
EFCore Tutorial P8:Filtering, Sorting, and Paging

EFCore Tutorial P8:Filtering, Sorting, and Paging

Comments
4 min read
Mastering C# Fundamentals: A Beginner’s Journey into .NET Development

Mastering C# Fundamentals: A Beginner’s Journey into .NET Development

7
Comments
4 min read
What is Clean Architecture: Part 18 - Adding API

What is Clean Architecture: Part 18 - Adding API

2
Comments
4 min read
Securing APIs with OAuth2 and JWT in .NET Core

Securing APIs with OAuth2 and JWT in .NET Core

1
Comments
3 min read
C# different way to do a proof of concept

C# different way to do a proof of concept

88
Comments 3
8 min read
EFCore Tutorial P5:Backing Fields and Shadow Properties

EFCore Tutorial P5:Backing Fields and Shadow Properties

1
Comments
7 min read
loading...