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.
A Novel Method to Monitor Excel's Edit Mode

A Novel Method to Monitor Excel's Edit Mode

Comments
7 min read
Mastering Async and Await in C#: In-Deph Guide

Mastering Async and Await in C#: In-Deph Guide

40
Comments 8
15 min read
Visualizing Data in dotnet with Polyglot Notebooks and SandDance

Visualizing Data in dotnet with Polyglot Notebooks and SandDance

9
Comments
4 min read
A quick tour of collections in C#

A quick tour of collections in C#

6
Comments 2
7 min read
Working with the Random class in C#

Working with the Random class in C#

4
Comments
3 min read
Managing AspNetCore appSettings from local to release

Managing AspNetCore appSettings from local to release

16
Comments 5
9 min read
C# versions cheat sheets

C# versions cheat sheets

4
Comments
1 min read
Sharing Variables between Languages with Polyglot Notebooks

Sharing Variables between Languages with Polyglot Notebooks

5
Comments
5 min read
Polyglot Notebooks: The difference between .dib and .ipynb Files

Polyglot Notebooks: The difference between .dib and .ipynb Files

4
Comments
3 min read
Introducing Polyglot Notebooks

Introducing Polyglot Notebooks

9
Comments 2
5 min read
.NET 8 + Docker

.NET 8 + Docker

6
Comments
2 min read
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

10
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

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

6
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

49
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

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

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

Create JSON Web Tokens for development and testing

15
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

16
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

138
Comments 22
9 min read
loading...