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.
How to Get Camera Frames for Image Processing in .NET MAUI Windows App

How to Get Camera Frames for Image Processing in .NET MAUI Windows App

Comments
4 min read
Creating a C# Chatbot with ChatGPT🤖 (Easy) + GitHub Repository

Creating a C# Chatbot with ChatGPT🤖 (Easy) + GitHub Repository

52
Comments 3
8 min read
.NET MAUI WebViews: How to Play Videos in Full Screen

.NET MAUI WebViews: How to Play Videos in Full Screen

9
Comments 14
3 min read
Installing Polyglot Notebooks

Installing Polyglot Notebooks

10
Comments 2
3 min read
Caching in .NET

Caching in .NET

10
Comments 2
5 min read
[Parte 14] Entity Framework Core - Paginación

[Parte 14] Entity Framework Core - Paginación

10
Comments 2
5 min read
How to use Community Toolkit MVVM in Avalonia

How to use Community Toolkit MVVM in Avalonia

19
Comments 2
2 min read
The story how I implemented a Web application for benchmarking popular HTTP clients.

The story how I implemented a Web application for benchmarking popular HTTP clients.

3
Comments
3 min read
How to Build Desktop and Web Document Scanning App Using .NET MAUI and Blazor

How to Build Desktop and Web Document Scanning App Using .NET MAUI and Blazor

Comments
7 min read
Turning Git into a large file backup solution

Turning Git into a large file backup solution

4
Comments 2
6 min read
String Concatenation in C#

String Concatenation in C#

1
Comments
4 min read
Exploring EF Core Updates Land: Join Us on an Exciting Journey

Exploring EF Core Updates Land: Join Us on an Exciting Journey

2
Comments
10 min read
Transactions in .NET: From Basics to Best Practices

Transactions in .NET: From Basics to Best Practices

75
Comments 5
4 min read
Native AOT: The Future of .NET App Development

Native AOT: The Future of .NET App Development

33
Comments 4
4 min read
.NET Monthly Roundup - April 2023 - .NET 8 Preview 3, C#12, and more!

.NET Monthly Roundup - April 2023 - .NET 8 Preview 3, C#12, and more!

7
Comments
2 min read
.Net Dojo Setup

.Net Dojo Setup

Comments
2 min read
Unit Testing | Full Explanation: C# and .NET

Unit Testing | Full Explanation: C# and .NET

1
Comments
4 min read
Pruebas Unitarias | Explicación completa: C# y .NET

Pruebas Unitarias | Explicación completa: C# y .NET

5
Comments
4 min read
Usando o chat do Bing como um aliado para escrever testes de software

Usando o chat do Bing como um aliado para escrever testes de software

Comments
9 min read
Test-Driven Development in .NET

Test-Driven Development in .NET

2
Comments
3 min read
Dependency Inversion Principle

Dependency Inversion Principle

3
Comments
2 min read
Interface Segregation Principle

Interface Segregation Principle

5
Comments
2 min read
Modern minimal workers in .NET

Modern minimal workers in .NET

5
Comments
3 min read
Using Dependency Injection and Service Locators to get References in C#

Using Dependency Injection and Service Locators to get References in C#

Comments
4 min read
JWT Authentication with C# .NET

JWT Authentication with C# .NET

22
Comments 3
8 min read
Liskov Substitution Principle

Liskov Substitution Principle

8
Comments
2 min read
C# 12: New Features and Improvements

C# 12: New Features and Improvements

6
Comments
3 min read
How to Write Unit Test For Private Static Method in C#

How to Write Unit Test For Private Static Method in C#

8
Comments
2 min read
[C#] Try searching and receiving data over TCP/UDP

[C#] Try searching and receiving data over TCP/UDP

5
Comments 3
4 min read
Using Tailwind CSS With .NET Blazor

Using Tailwind CSS With .NET Blazor

42
Comments 2
4 min read
Composition or Inheritance: What’s better?

Composition or Inheritance: What’s better?

15
Comments 22
5 min read
Azure Custom Vision: Object recognition in .NET application

Azure Custom Vision: Object recognition in .NET application

2
Comments
3 min read
Single Responsibility Principle

Single Responsibility Principle

5
Comments 2
2 min read
[Parte 13] EF Core: Dynamic Sort con Linq Expressions

[Parte 13] EF Core: Dynamic Sort con Linq Expressions

6
Comments 2
4 min read
C# code refactoring - the importance of naming convention

C# code refactoring - the importance of naming convention

Comments
3 min read
Learn Dependency Inversion Principle in C# (+ Examples)

Learn Dependency Inversion Principle in C# (+ Examples)

25
Comments
4 min read
A quick tour of lists in C#

A quick tour of lists in C#

1
Comments
6 min read
Health Checks In ASP.NET Core For Monitoring Your Applications

Health Checks In ASP.NET Core For Monitoring Your Applications

1
Comments
4 min read
Generate a custom C# ChatGPT API client in minutes with Kiota

Generate a custom C# ChatGPT API client in minutes with Kiota

5
Comments
5 min read
Descubre cómo utilizar variables en C# para optimizar tu código: Guía completa

Descubre cómo utilizar variables en C# para optimizar tu código: Guía completa

3
Comments
8 min read
Improve Your Web API Performance With Pagination

Improve Your Web API Performance With Pagination

8
Comments
5 min read
Learn Interface Segregation Principle in C# (+ Examples)

Learn Interface Segregation Principle in C# (+ Examples)

30
Comments
4 min read
Create JSON Web Tokens for development and testing

Create JSON Web Tokens for development and testing

14
Comments
2 min read
Easiest way to build the fastest REST API in C# and .NET 7 using CQRS

Easiest way to build the fastest REST API in C# and .NET 7 using CQRS

12
Comments
3 min read
C# Extension Methods: the basics you need to know

C# Extension Methods: the basics you need to know

5
Comments
3 min read
Protect Production Database from Wrong Migrations

Protect Production Database from Wrong Migrations

1
Comments 2
1 min read
Creating a Dapr pluggable component for Supabase

Creating a Dapr pluggable component for Supabase

5
Comments
9 min read
Economize memória e aumente o desempenho com o ArrayPool<T> do .NET

Economize memória e aumente o desempenho com o ArrayPool<T> do .NET

2
Comments
3 min read
Simplify observability .NET with OpenTelemetry Collector

Simplify observability .NET with OpenTelemetry Collector

15
Comments 1
4 min read
C# (C Sharp) CRUD Rest API using .NET 7, ASP.NET, Entity Framework, Postgres, Docker and Docker Compose

C# (C Sharp) CRUD Rest API using .NET 7, ASP.NET, Entity Framework, Postgres, Docker and Docker Compose

135
Comments 22
9 min read
Memory leaks in C#

Memory leaks in C#

18
Comments 3
2 min read
How to Create and Test an HTTP-Triggered Function with Azure Function App

How to Create and Test an HTTP-Triggered Function with Azure Function App

12
Comments
3 min read
Running microservices using Reactor container - Phoesion Glow

Running microservices using Reactor container - Phoesion Glow

2
Comments
3 min read
Exploring HashiCorp Vault with Vault .NET Client Library

Exploring HashiCorp Vault with Vault .NET Client Library

7
Comments 1
4 min read
.NET Core TaskDialog

.NET Core TaskDialog

4
Comments
5 min read
ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

34
Comments 4
5 min read
Create a Custom Progress Bar with moving percentage in WPF

Create a Custom Progress Bar with moving percentage in WPF

6
Comments
4 min read
To mock, or not to mock, that is the question

To mock, or not to mock, that is the question

4
Comments 6
5 min read
A quick tour of dictionaries in C#

A quick tour of dictionaries in C#

14
Comments 2
7 min read
Deconstruction in C#

Deconstruction in C#

15
Comments 3
4 min read
loading...