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.
C# Tip: Use readonly for Immutable Constants

C# Tip: Use readonly for Immutable Constants

Comments
1 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
How BackEnd Frameworks Work?

How BackEnd Frameworks Work?

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

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

7
Comments 2
14 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
Functional Programming in C#

Functional Programming in C#

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

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

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

6
Comments 1
6 min read
StepWise: A code-first, event-driven workflow framework for .NET

StepWise: A code-first, event-driven workflow framework for .NET

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

8
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
Dica C#: Evite Variáveis Não Utilizadas

Dica C#: Evite Variáveis Não Utilizadas

Comments
2 min read
C# Tip: Avoid Unused Variables

C# Tip: Avoid Unused Variables

Comments
1 min read
Implementing HTTP Request and Response Encryption in ASP.NET Core with Custom Attributes

Implementing HTTP Request and Response Encryption in ASP.NET Core with Custom Attributes

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

How to publish a package on Nuget.org

1
Comments
2 min read
Blazor's Authentication

Blazor's Authentication

2
Comments 1
3 min read
Visualize Code coverage in .NET applications using NDepend and NUnit

Visualize Code coverage in .NET applications using NDepend and NUnit

2
Comments
5 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

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