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.
.NET plugins to create AutoCAD boundaries

.NET plugins to create AutoCAD boundaries

8
Comments
3 min read
ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

24
Comments
11 min read
ZeroQL - LINQ Graphql Client Updates

ZeroQL - LINQ Graphql Client Updates

7
Comments
5 min read
10 Bad Practices to Avoid in ASP.NET Core API Controllers

10 Bad Practices to Avoid in ASP.NET Core API Controllers

18
Comments 11
5 min read
How to use ASP.NET Core Web APIs for Web Development

How to use ASP.NET Core Web APIs for Web Development

4
Comments
3 min read
Introduction to Blazor

Introduction to Blazor

Comments
11 min read
CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

1
Comments
5 min read
How can you add appsettings.json to a Blazor WebAssembly project

How can you add appsettings.json to a Blazor WebAssembly project

6
Comments
3 min read
Midiendo el rendimiento de nuestro código con BenchmarkDotNet

Midiendo el rendimiento de nuestro código con BenchmarkDotNet

1
Comments
3 min read
Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

1
Comments
4 min read
Tips & Tricks About Entity Framework Core 7.x Every .NET Developer Should Know

Tips & Tricks About Entity Framework Core 7.x Every .NET Developer Should Know

3
Comments
5 min read
Next-Level Application Development: Mastering gRPC in .NET 8

Next-Level Application Development: Mastering gRPC in .NET 8

8
Comments 2
7 min read
Building Scalable and High-Performance Applications with gRPC in .NET 8.

Building Scalable and High-Performance Applications with gRPC in .NET 8.

4
Comments 2
3 min read
Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

31
Comments 2
4 min read
Unleashing the Power of Forms Authentication: Step-by-Step Guide to Securely Implementing it in .NET!

Unleashing the Power of Forms Authentication: Step-by-Step Guide to Securely Implementing it in .NET!

Comments
5 min read
Optimizing Performance in .NET Applications: Best Practices and Techniques

Optimizing Performance in .NET Applications: Best Practices and Techniques

Comments
5 min read
Reduzindo drasticamente o uso de memória com o Log. (Parte 2)

Reduzindo drasticamente o uso de memória com o Log. (Parte 2)

1
Comments
5 min read
A melhor forma de armazenar e recuperar dados relacionados com o Dapper

A melhor forma de armazenar e recuperar dados relacionados com o Dapper

Comments
10 min read
Fluent Assertions: Fluently Assert the Result of .NET Tests

Fluent Assertions: Fluently Assert the Result of .NET Tests

15
Comments 6
14 min read
How to prevent the screen turn off after a while in Blazor

How to prevent the screen turn off after a while in Blazor

7
Comments 1
5 min read
Top LinkedIn .NET Content Creators you must Follow📘

Top LinkedIn .NET Content Creators you must Follow📘

46
Comments 6
13 min read
How to test private methods in C#

How to test private methods in C#

Comments
3 min read
Advanced Moq Techniques: Methods that Do More than Return Values

Advanced Moq Techniques: Methods that Do More than Return Values

7
Comments
4 min read
Building a Who's that Pokémon game for Android with .NET MAUI and Blazor Hybrid

Building a Who's that Pokémon game for Android with .NET MAUI and Blazor Hybrid

2
Comments 1
8 min read
Sharing WebSocket Connections between Browser Tabs and Windows

Sharing WebSocket Connections between Browser Tabs and Windows

1
Comments
4 min read
A Comprehensive Overview of New Features .NET 8

A Comprehensive Overview of New Features .NET 8

1
Comments
4 min read
Clearing up all the .Net confusion. A simple guide to understanding .Net from A-z

Clearing up all the .Net confusion. A simple guide to understanding .Net from A-z

2
Comments
5 min read
Communicating with backend services using HTTP

Communicating with backend services using HTTP

3
Comments
5 min read
Getting started with Entity Framework Core: Building a Sample Project

Getting started with Entity Framework Core: Building a Sample Project

Comments
4 min read
The largest .NET CMS is migrating to .NET Core

The largest .NET CMS is migrating to .NET Core

1
Comments 2
4 min read
Milestone: 2 million downloads for VideoLAN .NET NuGet packages

Milestone: 2 million downloads for VideoLAN .NET NuGet packages

Comments
5 min read
Reduzindo drasticamente o uso de memória com o Log

Reduzindo drasticamente o uso de memória com o Log

Comments
3 min read
How to create Memory Dumps for dotnet applications in Linux?

How to create Memory Dumps for dotnet applications in Linux?

Comments
2 min read
Mejorando la seguridad en aplicaciones SPA: Implementación del patrón BFF con Angular y ASP.NET Core

Mejorando la seguridad en aplicaciones SPA: Implementación del patrón BFF con Angular y ASP.NET Core

6
Comments 5
15 min read
Welcome to the New Era of App Development: Introducing Avalonia v11

Welcome to the New Era of App Development: Introducing Avalonia v11

63
Comments 9
7 min read
Develop .NET Core 3.1 Inside a Container

Develop .NET Core 3.1 Inside a Container

2
Comments 3
2 min read
Understanding Nullable Reference Types in C#

Understanding Nullable Reference Types in C#

1
Comments
2 min read
20 (Senior Developer) C# Interview Questions and Answers (2023)

20 (Senior Developer) C# Interview Questions and Answers (2023)

57
Comments 5
15 min read
Creating push notifications for Android in .NET MAUI

Creating push notifications for Android in .NET MAUI

3
Comments 6
5 min read
A Guide To Integrate AI and ML with .NET Applications

A Guide To Integrate AI and ML with .NET Applications

Comments
8 min read
Boosting Productivity with HangFire: Streamlining Background Job Processing

Boosting Productivity with HangFire: Streamlining Background Job Processing

3
Comments 4
7 min read
10 Dicas Basicas de Arquitetura de Código : 3 - Cuidado com o que você armazena no seu código

10 Dicas Basicas de Arquitetura de Código : 3 - Cuidado com o que você armazena no seu código

1
Comments
3 min read
Exploring Rate Limit Web API in .NET 8

Exploring Rate Limit Web API in .NET 8

1
Comments
2 min read
Configuring Applications at Runtime: Feature Flags

Configuring Applications at Runtime: Feature Flags

Comments
2 min read
Crafting beautiful interactive console apps with System.CommandLine and Spectre.Console

Crafting beautiful interactive console apps with System.CommandLine and Spectre.Console

5
Comments 2
4 min read
THE DECORATOR PATTERN USING .NET

THE DECORATOR PATTERN USING .NET

2
Comments
4 min read
How to Create a PDF Document in .NET using the PDF Library

How to Create a PDF Document in .NET using the PDF Library

Comments
1 min read
Interface | Explicação Completa (Definição, uso, estrutura e exemplo com C#)

Interface | Explicação Completa (Definição, uso, estrutura e exemplo com C#)

6
Comments
4 min read
接口 | 完整说明(定义、用法、结构和 C# 示例)

接口 | 完整说明(定义、用法、结构和 C# 示例)

Comments
1 min read
Interface | Full Explanation (Definition, usage, structure and example with C#)

Interface | Full Explanation (Definition, usage, structure and example with C#)

Comments
4 min read
Simplify Component Communication in .NET with MediatR

Simplify Component Communication in .NET with MediatR

1
Comments
2 min read
.Net AWS Lambda logging

.Net AWS Lambda logging

2
Comments
2 min read
Understanding Virtual, Override and New Keywords in C#

Understanding Virtual, Override and New Keywords in C#

Comments 1
3 min read
Understanding and Implementing Middleware in ASP.NET Core

Understanding and Implementing Middleware in ASP.NET Core

2
Comments 2
4 min read
The best way to store and read relational data with Dapper

The best way to store and read relational data with Dapper

Comments
9 min read
BIG surprise! aspx files in .NET Core

BIG surprise! aspx files in .NET Core

6
Comments
4 min read
Save documets or files using EntityFrameworkCore to database

Save documets or files using EntityFrameworkCore to database

1
Comments
2 min read
FluentValidation: A Validation Library for .NET

FluentValidation: A Validation Library for .NET

8
Comments 2
11 min read
20 C# Interview Questions (for Experienced) 2023

20 C# Interview Questions (for Experienced) 2023

39
Comments 3
12 min read
The Amazing C# Extension for VS Code

The Amazing C# Extension for VS Code

2
Comments
4 min read
loading...