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.
Abstraction in Object-Oriented Programming

Abstraction in Object-Oriented Programming

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

20
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

10
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

10
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.

12
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

7
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

31
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)

9
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
Unveiling the power of Inheritance in Object Oriented Programming

Unveiling the power of Inheritance in Object Oriented Programming

2
Comments
3 min read
.NET: The ASCII Problem

.NET: The ASCII Problem

1
Comments 1
7 min read
How Programming to an Interface Affects Testability

How Programming to an Interface Affects Testability

2
Comments
4 min read
Curso Básico de .NET MAUI

Curso Básico de .NET MAUI

7
Comments 4
4 min read
A Comprehensive Guide to Building a CRUD App with Angular 17 TailwindCSS, .NET 8, EF Core, SQLite 🔥

A Comprehensive Guide to Building a CRUD App with Angular 17 TailwindCSS, .NET 8, EF Core, SQLite 🔥

1
Comments
1 min read
HttpClientHandler in C# - Easy Guide

HttpClientHandler in C# - Easy Guide

18
Comments
4 min read
Idempotência em microsserviços usando .NET, C# e Devprime

Idempotência em microsserviços usando .NET, C# e Devprime

Comments 1
7 min read
Idempotence in microservices using .NET, C#, and Devprime.

Idempotence in microservices using .NET, C#, and Devprime.

1
Comments
6 min read
Logs, Distributed Tracing in microservices using .NET / C# and Devprime.

Logs, Distributed Tracing in microservices using .NET / C# and Devprime.

Comments
5 min read
Speeding up the development of .NET / C# microservices with Devprime

Speeding up the development of .NET / C# microservices with Devprime

Comments
7 min read
loading...