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.
Exploring Polymorphism: Understanding Flexibility in Object-Oriented Programming

Exploring Polymorphism: Understanding Flexibility in Object-Oriented Programming

Comments
2 min read
.NET MAUI: Archive and Publish using Visual Studio Code

.NET MAUI: Archive and Publish using Visual Studio Code

39
Comments 2
3 min read
Balancing Cross-Cutting Concerns in Clean Architecture

Balancing Cross-Cutting Concerns in Clean Architecture

1
Comments
5 min read
How to Build a Razor Class Library for Passport MRZ Recognition

How to Build a Razor Class Library for Passport MRZ Recognition

Comments
8 min read
Secure your application with Aws Secrets Manager 🔒

Secure your application with Aws Secrets Manager 🔒

1
Comments
5 min read
Uma forma simples de realizar soft delete em .Net utilizando Entity Framework Core

Uma forma simples de realizar soft delete em .Net utilizando Entity Framework Core

Comments
2 min read
5 Excel Libraries Every .NET Developer Mostly use

5 Excel Libraries Every .NET Developer Mostly use

150
Comments 1
6 min read
Counter App with GTK4 and .NET 8

Counter App with GTK4 and .NET 8

Comments
3 min read
What Does Yield Do In C#: A Simplified View For Beginners

What Does Yield Do In C#: A Simplified View For Beginners

1
Comments
7 min read
Getting Started with the .NET MAUI Date Picker Control

Getting Started with the .NET MAUI Date Picker Control

1
Comments
1 min read
Abstraction in Object-Oriented Programming

Abstraction in Object-Oriented Programming

Comments
2 min read
How I Used Docker to Spin Up SQL Server on My Mac in 3 Easy Steps

How I Used Docker to Spin Up SQL Server on My Mac in 3 Easy Steps

4
Comments
3 min read
Remove iOS Navigation Bar Separator in .NET MAUI

Remove iOS Navigation Bar Separator in .NET MAUI

1
Comments 3
2 min read
How To Implement The Pipeline Design Pattern In C#

How To Implement The Pipeline Design Pattern In C#

1
Comments
8 min read
How did I automate the execution of database scripts on Azure Pipelines?

How did I automate the execution of database scripts on Azure Pipelines?

3
Comments
2 min read
Getting Started with the Blazor Dropdown Tree Component

Getting Started with the Blazor Dropdown Tree Component

Comments
1 min read
What Is Inversion Of Control – A Simplified Beginner’s Guide

What Is Inversion Of Control – A Simplified Beginner’s Guide

Comments
7 min read
Features of .NET 8

Features of .NET 8

5
Comments 2
4 min read
Let's dive a bit deeper into each step of the MediatR architecture

Let's dive a bit deeper into each step of the MediatR architecture

5
Comments 2
2 min read
🍳 Asynchronous Programming in C# Made Easy: Breakfast Included! ☕️

🍳 Asynchronous Programming in C# Made Easy: Breakfast Included! ☕️

1
Comments
1 min read
Disadvantages of MVC Architecture in ASP.NET Core

Disadvantages of MVC Architecture in ASP.NET Core

4
Comments
11 min read
Gathering HAR and deciphered PCAP from you webdriver tests

Gathering HAR and deciphered PCAP from you webdriver tests

1
Comments 1
5 min read
Most Common LINQ Methods: Concat, Distinct, Except, Intersect and Union Explained

Most Common LINQ Methods: Concat, Distinct, Except, Intersect and Union Explained

2
Comments
4 min read
Palestra: Microsserviços, ASP.NET, .NET 8 no Microsoft Reactor

Palestra: Microsserviços, ASP.NET, .NET 8 no Microsoft Reactor

Comments 1
1 min read
How DbContext pooling works!

How DbContext pooling works!

21
Comments
3 min read
Dependency Injection In .NET 6 For Windows Forms Development

Dependency Injection In .NET 6 For Windows Forms Development

2
Comments
5 min read
[Update] Creating Nostalgic AOP Using Source Generator

[Update] Creating Nostalgic AOP Using Source Generator

Comments
9 min read
2D Arrays in C#: How To Use Them

2D Arrays in C#: How To Use Them

8
Comments 1
5 min read
Working with ListView in Windows Forms

Working with ListView in Windows Forms

13
Comments
12 min read
Extending HttpClient With Delegating Handlers in ASP.NET Core

Extending HttpClient With Delegating Handlers in ASP.NET Core

3
Comments 1
5 min read
How I Built a NuGet Package

How I Built a NuGet Package

4
Comments
4 min read
Desenvolvendo um microsserviço de CRM usando Devprime AI, C# e AWS

Desenvolvendo um microsserviço de CRM usando Devprime AI, C# e AWS

Comments 1
1 min read
Migration of Mario 5 to Serverless

Migration of Mario 5 to Serverless

6
Comments 2
13 min read
How to Create and Update a Table of Contents in Word Documents Using the .NET Word Library

How to Create and Update a Table of Contents in Word Documents Using the .NET Word Library

Comments
2 min read
Demystifying OOP in C#: Your Guide to Building Robust and Flexible Applications

Demystifying OOP in C#: Your Guide to Building Robust and Flexible Applications

2
Comments
3 min read
Building .NET 8 APIs with Zero-Setup CQRS and Vertical Slice Architecture

Building .NET 8 APIs with Zero-Setup CQRS and Vertical Slice Architecture

11
Comments 3
3 min read
Usando a Devprime AI no desenvolvendo microsserviços

Usando a Devprime AI no desenvolvendo microsserviços

Comments 1
1 min read
If Statements in C#: Undestanding and Best Practices

If Statements in C#: Undestanding and Best Practices

10
Comments
4 min read
Sealed: Preventing Inheritance in C#

Sealed: Preventing Inheritance in C#

3
Comments 4
3 min read
Crafting Native Mobile Apps Across Platforms with .NET: Unleashing the Power of Xamarin

Crafting Native Mobile Apps Across Platforms with .NET: Unleashing the Power of Xamarin

Comments
3 min read
Primary Constructor in C# 12: Streamlining Object Creation

Primary Constructor in C# 12: Streamlining Object Creation

4
Comments 3
2 min read
CodeBehind 2.1; aspx Back to ASP.NET Core

CodeBehind 2.1; aspx Back to ASP.NET Core

Comments 1
3 min read
Calling HTTP API and the problem of Socket exhaustion and DNS rotation.

Calling HTTP API and the problem of Socket exhaustion and DNS rotation.

13
Comments 3
5 min read
== problem with generics

== problem with generics

Comments
3 min read
Semantic Tests for SemanticKernel Plugins using skUnit

Semantic Tests for SemanticKernel Plugins using skUnit

8
Comments 3
3 min read
Understanding Abstract Classes and Interfaces in C#

Understanding Abstract Classes and Interfaces in C#

Comments
2 min read
Improving Azure AI Search results with semantic search

Improving Azure AI Search results with semantic search

35
Comments
9 min read
Setup Nullable reference type in Unity

Setup Nullable reference type in Unity

Comments
1 min read
Maui Tip - Resolve a dependancy in MauiProgram.cs

Maui Tip - Resolve a dependancy in MauiProgram.cs

1
Comments
1 min read
How to Build a Razor Class Library for Web Camera Access

How to Build a Razor Class Library for Web Camera Access

Comments 2
7 min read
Handling Non-Standard JSON in .NET Using System.Text.Json

Handling Non-Standard JSON in .NET Using System.Text.Json

6
Comments 3
2 min read
Diagnósticos usando dotnet-monitor + prometheus + grafana

Diagnósticos usando dotnet-monitor + prometheus + grafana

14
Comments
4 min read
Examples Of The Factory Pattern In C# – A Simple Beginner’s Guide

Examples Of The Factory Pattern In C# – A Simple Beginner’s Guide

7
Comments
9 min read
The Trouble with .Single()

The Trouble with .Single()

3
Comments
3 min read
Decoding the Protected Internal Access Modifier in C#: A Balance of Encapsulation and Collaboration

Decoding the Protected Internal Access Modifier in C#: A Balance of Encapsulation and Collaboration

2
Comments 1
3 min read
.NET C# - Unlock the true potential of your application with asynchronous programming!

.NET C# - Unlock the true potential of your application with asynchronous programming!

1
Comments 1
3 min read
.NET Rest API (Fluent Validation and Code Generator Tool)

.NET Rest API (Fluent Validation and Code Generator Tool)

11
Comments 2
9 min read
.NET MAUI Grid Layout: A Powerful Way to Arrange Your UI Elements

.NET MAUI Grid Layout: A Powerful Way to Arrange Your UI Elements

23
Comments 2
3 min read
Decimal in C# : How and Where to Use It?

Decimal in C# : How and Where to Use It?

12
Comments 1
4 min read
Reflecting on the Journey with Explore.CLI

Reflecting on the Journey with Explore.CLI

Comments
3 min read
loading...