DEV Community

.NET

.NET is an open source developer platform, created by Microsoft, for building many types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming, and IoT. Find more at https://dot.net

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Infamous N+1 Query Problem with Entity Framework Core

Infamous N+1 Query Problem with Entity Framework Core

Comments 1
5 min read
SOLID: Open-Closed Principle in C#

SOLID: Open-Closed Principle in C#

10
Comments 6
3 min read
.NET 9 is Officially Out Today: Unpacking the Top Updates Across 8 Key Areas! 🎉

.NET 9 is Officially Out Today: Unpacking the Top Updates Across 8 Key Areas! 🎉

7
Comments
3 min read
Creating a RESTful API with .NET and Clean Architecture: A Complete Guide 🚀

Creating a RESTful API with .NET and Clean Architecture: A Complete Guide 🚀

28
Comments
4 min read
Custom NET8 Entity Framework Core Generic Repository

Custom NET8 Entity Framework Core Generic Repository

Comments
2 min read
Secrets Management in .NET Lambda

Secrets Management in .NET Lambda

1
Comments
4 min read
Getting Started with FastEndpoints for Building Web APIs in .NET

Getting Started with FastEndpoints for Building Web APIs in .NET

1
Comments
6 min read
Comprehensive Testing in .NET 8: Using Moq and In-Memory Databases

Comprehensive Testing in .NET 8: Using Moq and In-Memory Databases

1
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
Why .NET for Cloud Native Development? Exploring .NET 8 & .NET Aspire ☁

Why .NET for Cloud Native Development? Exploring .NET 8 & .NET Aspire ☁

Comments
1 min read
⚙ Pro Tip: Use ref Locals and Returns for Performance Optimization

⚙ Pro Tip: Use ref Locals and Returns for Performance Optimization

Comments
1 min read
Layered Architecture (N-Tier)

Layered Architecture (N-Tier)

Comments
5 min read
Building a Console-Based Calculator in C#

Building a Console-Based Calculator in C#

6
Comments 2
2 min read
C# Tip: Use const for Truly Constant Values

C# Tip: Use const for Truly Constant Values

Comments
1 min read
Dica C#: Use const para Valores Verdadeiramente Constantes

Dica C#: Use const para Valores Verdadeiramente Constantes

Comments
2 min read
Methods and Functions in C#: Writing Clean, Maintainable Code

Methods and Functions in C#: Writing Clean, Maintainable Code

3
Comments
3 min read
Part 2: C# Fundamentals: Variables and Data Types

Part 2: C# Fundamentals: Variables and Data Types

Comments
3 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

1
Comments
5 min read
Link Many To Many entities with shadow join-table using Entity Framework Core

Link Many To Many entities with shadow join-table using Entity Framework Core

Comments
3 min read
c# advanced: Adding Additional Members to a Record in C#

c# advanced: Adding Additional Members to a Record in C#

2
Comments 1
5 min read
c# advanced: Enhancing Records Adding Flexibility with Additional Members

c# advanced: Enhancing Records Adding Flexibility with Additional Members

3
Comments
4 min read
c# advance : Introduction to Records in C#

c# advance : Introduction to Records in C#

4
Comments 1
4 min read
Getting Started with C# and .NET Development: A Beginner's Guide

Getting Started with C# and .NET Development: A Beginner's Guide

8
Comments
2 min read
Hacktoberfest 2024

Hacktoberfest 2024

Comments
1 min read
Building Scalable Applications with Azure Functions: Best Practices and Tips

Building Scalable Applications with Azure Functions: Best Practices and Tips

2
Comments
6 min read
Employee Leave Management App Angular 18

Employee Leave Management App Angular 18

Comments
2 min read
C# Tip: Use readonly for Immutable Constants

C# Tip: Use readonly for Immutable Constants

Comments
1 min read
Dica C#: Utilize readonly para Constantes ImutĂĄveis

Dica C#: Utilize readonly para Constantes ImutĂĄveis

Comments
2 min read
The Evolution of .NET: Why It Still Matters in 2024

The Evolution of .NET: Why It Still Matters in 2024

3
Comments
3 min read
C# Tip: Use var for Obvious Types, but Prefer Explicit Types for Ambiguous Types

C# Tip: Use var for Obvious Types, but Prefer Explicit Types for Ambiguous Types

6
Comments 3
1 min read
Dica C#: Use var para Tipos Evidentes, mas Prefira Tipos ExplĂ­citos para Tipos AmbĂ­guos

Dica C#: Use var para Tipos Evidentes, mas Prefira Tipos ExplĂ­citos para Tipos AmbĂ­guos

Comments
1 min read
Any() vs Count, Which one to choose??

Any() vs Count, Which one to choose??

1
Comments
4 min read
Functional Programming in C#

Functional Programming in C#

Comments
28 min read
Integration Tests en .NET con TestContainers: Pruebas de Base de Datos Aisladas

Integration Tests en .NET con TestContainers: Pruebas de Base de Datos Aisladas

5
Comments
14 min read
🔎Exploring Design Patterns: Factory Method

🔎Exploring Design Patterns: Factory Method

2
Comments
3 min read
Developing an Equity Business Application with .NET 8, Azure, and AI

Developing an Equity Business Application with .NET 8, Azure, and AI

5
Comments 1
6 min read
How to Integrate OpenAI for Text Generation, Text-to-Speech, and Speech-to-Text in .NET

How to Integrate OpenAI for Text Generation, Text-to-Speech, and Speech-to-Text in .NET

6
Comments
6 min read
c# advanced: Logical and Relational Patterns in C#

c# advanced: Logical and Relational Patterns in C#

5
Comments
4 min read
Blazor's Authentication

Blazor's Authentication

6
Comments
3 min read
C# Tip: Avoid Unused Variables

C# Tip: Avoid Unused Variables

Comments
1 min read
Dica C#: Evite VariĂĄveis NĂŁo Utilizadas

Dica C#: Evite VariĂĄveis NĂŁo Utilizadas

Comments
2 min read
How to publish a package on Nuget.org

How to publish a package on Nuget.org

1
Comments
2 min read
Codemotion 2024 Milan: Rediscovering My Voice and Passion as a Speaker

Codemotion 2024 Milan: Rediscovering My Voice and Passion as a Speaker

5
Comments
5 min read
C# Tip: Naming Variables and Methods

C# Tip: Naming Variables and Methods

Comments
1 min read
Dica C#: Nomeação de Variåveis e Métodos

Dica C#: Nomeação de Variåveis e Métodos

Comments
2 min read
Reducing Database Load Without Relying on MARS

Reducing Database Load Without Relying on MARS

Comments
1 min read
.Net Attribute-based data mapping approach to streamline communication between services

.Net Attribute-based data mapping approach to streamline communication between services

2
Comments
1 min read
Learning TDD by doing: Dealing with Umbraco's published content

Learning TDD by doing: Dealing with Umbraco's published content

1
Comments
6 min read
How To Be More Productive When Creating CRUD APIs in .NET

How To Be More Productive When Creating CRUD APIs in .NET

2
Comments
8 min read
Mastering C# Fundamentals :Adding File Handling

Mastering C# Fundamentals :Adding File Handling

Comments
5 min read
Sort Items in a Directory by Descending Size Using Python, PowerShell, C#, or Go

Sort Items in a Directory by Descending Size Using Python, PowerShell, C#, or Go

Comments
8 min read
🚀 Common C# Performance Optimization Myths

🚀 Common C# Performance Optimization Myths

19
Comments 1
2 min read
My Highlights from the Umbraco US Festival 2024

My Highlights from the Umbraco US Festival 2024

2
Comments 2
8 min read
C# Tip: Simplified Nullable Types

C# Tip: Simplified Nullable Types

2
Comments 2
1 min read
Mastering C# Fundamentals: Polymorphism

Mastering C# Fundamentals: Polymorphism

Comments
4 min read
Mastering C# Fundamentals: The Has-A Relationship

Mastering C# Fundamentals: The Has-A Relationship

Comments
4 min read
Mastering C# Fundamentals: The Is-A Relation

Mastering C# Fundamentals: The Is-A Relation

Comments
3 min read
Mastering C# Fundamentals: Inheritance

Mastering C# Fundamentals: Inheritance

Comments
6 min read
Mastering C# Fundamentals: Encapsulation

Mastering C# Fundamentals: Encapsulation

Comments
4 min read
Dica C#: Tipos Nullable Simplificados

Dica C#: Tipos Nullable Simplificados

Comments
1 min read
loading...