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.
Dependency Injection in .NET Core

Dependency Injection in .NET Core

4
Comments 1
3 min read
CodeBehind 1.7 released - .NET Diamond!

CodeBehind 1.7 released - .NET Diamond!

Comments
3 min read
Google OAuth 2.0 authorization service implementation in .NET MAUI

Google OAuth 2.0 authorization service implementation in .NET MAUI

12
Comments 2
3 min read
Simple Event-Sourcing with EF Core and SQL Server

Simple Event-Sourcing with EF Core and SQL Server

11
Comments 1
10 min read
Why use Fluent Assertions for .Net and how to setup it?

Why use Fluent Assertions for .Net and how to setup it?

Comments
2 min read
The comprehensive guide to Entity Framework Core

The comprehensive guide to Entity Framework Core

18
Comments 2
10 min read
Variáveis e Constantes em C#

Variáveis e Constantes em C#

1
Comments
4 min read
How to Get Mock Data Fast in Your Applications

How to Get Mock Data Fast in Your Applications

2
Comments
3 min read
IHostedService interface in .NET Core

IHostedService interface in .NET Core

7
Comments
3 min read
Multi-tenancy using schemas with Entity Framework and PostgreSQL

Multi-tenancy using schemas with Entity Framework and PostgreSQL

22
Comments
15 min read
Implementing Robust Health Checks in Your .NET Application

Implementing Robust Health Checks in Your .NET Application

1
Comments
9 min read
Maui gerando APK/IPA no AzureDevops

Maui gerando APK/IPA no AzureDevops

3
Comments 2
3 min read
You don't know how to keep your secrets.

You don't know how to keep your secrets.

3
Comments
3 min read
Introduction to .NET 7 Minimal APIs

Introduction to .NET 7 Minimal APIs

1
Comments
2 min read
Como conectar o Aplicativo MAUI no Emulador Android e WEB Api na mesma máquina

Como conectar o Aplicativo MAUI no Emulador Android e WEB Api na mesma máquina

5
Comments
8 min read
From ADO.NET to Entity Framework Core: ADO.NET beginner guide

From ADO.NET to Entity Framework Core: ADO.NET beginner guide

9
Comments
9 min read
Power of Reference in Elanat, vs Middleware in ASP.NET Core

Power of Reference in Elanat, vs Middleware in ASP.NET Core

Comments
6 min read
Improving ASP.NET Core Dependency Injection With Scrutor

Improving ASP.NET Core Dependency Injection With Scrutor

2
Comments 2
4 min read
Working With the Path Static Class in C#

Working With the Path Static Class in C#

9
Comments
8 min read
Dependency Injection in .NET Core – A Detailed Guide

Dependency Injection in .NET Core – A Detailed Guide

4
Comments
3 min read
WPF App Modernisation: A Pragmatic Approach

WPF App Modernisation: A Pragmatic Approach

4
Comments
3 min read
.NET Core Interview Question & Answers

.NET Core Interview Question & Answers

14
Comments 2
15 min read
Interface Proxy

Interface Proxy

3
Comments
4 min read
How to Make Sure Your Test Resources Are Always Available

How to Make Sure Your Test Resources Are Always Available

4
Comments
3 min read
Redefining ETL: Data Flows Powered by C# (Part I)

Redefining ETL: Data Flows Powered by C# (Part I)

10
Comments
11 min read
How to upgrade your current .Net framework to latest version?

How to upgrade your current .Net framework to latest version?

1
Comments
3 min read
Lessons learned from building a static code analyzer for C#

Lessons learned from building a static code analyzer for C#

2
Comments
6 min read
Dapr: Transforming Microservices into Magic with Real-World Wizardry

Dapr: Transforming Microservices into Magic with Real-World Wizardry

2
Comments
4 min read
Here's What's New in C# 12

Here's What's New in C# 12

1
Comments
3 min read
Build an app with SMS and email 2FA Two-factor authentication in Asp.Net MVC

Build an app with SMS and email 2FA Two-factor authentication in Asp.Net MVC

2
Comments
4 min read
Full description of the add-on at Elanat CMS

Full description of the add-on at Elanat CMS

1
Comments 1
7 min read
Prime Numbers in C#: A Detailed Guideđź“š

Prime Numbers in C#: A Detailed Guideđź“š

21
Comments 2
6 min read
Misconception about 'AllowedHosts' in a .NET C# Web API

Misconception about 'AllowedHosts' in a .NET C# Web API

3
Comments 1
3 min read
How to Redact PDF Documents in .NET using the PDF Library

How to Redact PDF Documents in .NET using the PDF Library

1
Comments
1 min read
Computation Expressions: an F# feature I wish I had but that will never be implemented in C#

Computation Expressions: an F# feature I wish I had but that will never be implemented in C#

4
Comments
7 min read
Dangerous Using Declaration (C# 8.0)

Dangerous Using Declaration (C# 8.0)

10
Comments 2
3 min read
C# `float` vs `double`: Performance Considerations

C# `float` vs `double`: Performance Considerations

16
Comments 1
2 min read
Unification validation in apps

Unification validation in apps

Comments
1 min read
Quickest way to dump data to the database using .Net

Quickest way to dump data to the database using .Net

1
Comments
2 min read
Elanat 2.1 released - .NET Honor!

Elanat 2.1 released - .NET Honor!

1
Comments 2
5 min read
Easy way to generate events on your calendar application using .NET MAUI.

Easy way to generate events on your calendar application using .NET MAUI.

7
Comments
4 min read
Introdução ao .NET com Visual Studio Code

Introdução ao .NET com Visual Studio Code

7
Comments
2 min read
C# OOP

C# OOP

10
Comments
3 min read
What is the best way to copy an array?

What is the best way to copy an array?

7
Comments
3 min read
Mutation Testing - A .NET Developer's Guide

Mutation Testing - A .NET Developer's Guide

2
Comments
9 min read
.Net with MySql

.Net with MySql

2
Comments 2
5 min read
Getting Started With NServiceBus in .NET

Getting Started With NServiceBus in .NET

2
Comments
5 min read
LiteDB: Um banco de dados NoSQL simples e poderoso para dotnet!

LiteDB: Um banco de dados NoSQL simples e poderoso para dotnet!

14
Comments
9 min read
Simplify Unit Tests by Storing Complex Data in Resource Files

Simplify Unit Tests by Storing Complex Data in Resource Files

4
Comments
5 min read
Blazor RenderFragment – How To Use Plugins To Generate HTML

Blazor RenderFragment – How To Use Plugins To Generate HTML

5
Comments
4 min read
Converting Excel XLSX to PDF with C# .NET

Converting Excel XLSX to PDF with C# .NET

23
Comments 1
3 min read
ASP.NET Core y el PatrĂłn Decorador: Ampliando la Funcionalidad de tus APIs

ASP.NET Core y el PatrĂłn Decorador: Ampliando la Funcionalidad de tus APIs

8
Comments 1
8 min read
Domain Services in DDD: Navigating Through Validation and Dependency Management

Domain Services in DDD: Navigating Through Validation and Dependency Management

1
Comments
2 min read
Form Validations Made Easy in Blazor

Form Validations Made Easy in Blazor

8
Comments 2
7 min read
How to integrate Feature Flags stored on Azure App Configuration in an ASP.NET Core Application

How to integrate Feature Flags stored on Azure App Configuration in an ASP.NET Core Application

1
Comments
6 min read
GitHub Actions Runner Deep Dive: Registration and Setup

GitHub Actions Runner Deep Dive: Registration and Setup

2
Comments
13 min read
13 years, and welcome to The Nerd Heap!

13 years, and welcome to The Nerd Heap!

Comments
2 min read
C++ web programming example

C++ web programming example

Comments
3 min read
Easy way to mock HTTP responses.

Easy way to mock HTTP responses.

6
Comments
3 min read
DĂ©couverte de GRPC en .Net 6

DĂ©couverte de GRPC en .Net 6

Comments
15 min read
loading...