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.
Randomized Fun with Random.Shared.Shuffle and RandomNumberGenerator.GetString in C#

Randomized Fun with Random.Shared.Shuffle and RandomNumberGenerator.GetString in C#

1
Comments 2
2 min read
Understanding Span<T> in .NET: Usage, Comparisons, and Best Practices

Understanding Span<T> in .NET: Usage, Comparisons, and Best Practices

Comments 1
3 min read
Safeguarding Avalonia Apps with ByteHide Shield 🔐

Safeguarding Avalonia Apps with ByteHide Shield 🔐

Comments
2 min read
Please Check Out the CodeBehind Framework

Please Check Out the CodeBehind Framework

Comments
4 min read
Using TimeProvider for Easier Unit Testing in .NET 8

Using TimeProvider for Easier Unit Testing in .NET 8

Comments 1
2 min read
Exploring Data Mapping Options in EF CORE

Exploring Data Mapping Options in EF CORE

1
Comments
5 min read
Request -> Handler -> SubPub Pattern with MediatR or Raw F# code

Request -> Handler -> SubPub Pattern with MediatR or Raw F# code

Comments
3 min read
The DRY, KISS, and YAGNI Principles in .NET

The DRY, KISS, and YAGNI Principles in .NET

1
Comments
2 min read
Unleashing the Power of Collection Expressions in .NET 8

Unleashing the Power of Collection Expressions in .NET 8

Comments 1
2 min read
C# va .NETga sayohat.

C# va .NETga sayohat.

1
Comments
2 min read
Test Repository in .NET core using In Memory database

Test Repository in .NET core using In Memory database

Comments
2 min read
C# dasturlash tilining umumiy ko'rinishi (yohud Main methodi haqida)

C# dasturlash tilining umumiy ko'rinishi (yohud Main methodi haqida)

Comments
2 min read
Simple Way To CreateYour NuGet Package: Step-by-Step Guide

Simple Way To CreateYour NuGet Package: Step-by-Step Guide

Comments 1
3 min read
Advantages of a HashSet over a List in C#

Advantages of a HashSet over a List in C#

Comments
1 min read
C# dasturlash tilining umumiy tuzilishi.

C# dasturlash tilining umumiy tuzilishi.

Comments
1 min read
Aspiring Web dev looking for help

Aspiring Web dev looking for help

Comments
1 min read
Identifying Vulnerable Dependencies In .NET Projects

Identifying Vulnerable Dependencies In .NET Projects

Comments
3 min read
Multi-Tenant SaaS Architecture - Database Per Tenant

Multi-Tenant SaaS Architecture - Database Per Tenant

Comments
6 min read
Should I Be Using IEnumerable, IQueryable, ICollection, or IListd?

Should I Be Using IEnumerable, IQueryable, ICollection, or IListd?

Comments
1 min read
Natural Programming ❤️️ with TypeChat & Semantic Kernel

Natural Programming ❤️️ with TypeChat & Semantic Kernel

2
Comments
1 min read
Configure Renovate to handle nuspec files

Configure Renovate to handle nuspec files

Comments
2 min read
Configure Renovate to update preview versions of NuGet packages

Configure Renovate to update preview versions of NuGet packages

Comments
2 min read
Referencing external Docker containers in .NET Aspire using the new custom resources API

Referencing external Docker containers in .NET Aspire using the new custom resources API

Comments
4 min read
Autofac ContainerBuilder in ASP.NET Core – What You Need To Know

Autofac ContainerBuilder in ASP.NET Core – What You Need To Know

1
Comments
7 min read
WebAPI com .NET Consumindo ServiceLayer SAPB1

WebAPI com .NET Consumindo ServiceLayer SAPB1

Comments
2 min read
How to create an Installer for a Winforms application using Wix for Visual Studio 2022

How to create an Installer for a Winforms application using Wix for Visual Studio 2022

Comments
3 min read
How to Add Blazor Components to a Blazor WPF App

How to Add Blazor Components to a Blazor WPF App

Comments
2 min read
MudBlazor with Blazor Interactive SSR – What You Need To Know

MudBlazor with Blazor Interactive SSR – What You Need To Know

Comments
6 min read
Elanat CMS 2.2, File Manager Component is Compatible with .NET Core

Elanat CMS 2.2, File Manager Component is Compatible with .NET Core

Comments
2 min read
How to Convert a String to Byte Array in C#: Encoding and Decoding Simplified

How to Convert a String to Byte Array in C#: Encoding and Decoding Simplified

Comments
7 min read
Enable Windows Process Activation Service in Windows 11

Enable Windows Process Activation Service in Windows 11

Comments
4 min read
Scaling Azure SignalR Services for High-Concurrency Applications

Scaling Azure SignalR Services for High-Concurrency Applications

Comments
4 min read
Title: Simplifying Code with Type Aliases in .NET 8 and C# 12

Title: Simplifying Code with Type Aliases in .NET 8 and C# 12

Comments 1
2 min read
How to Use GitHub Copilot in Visual Studio 2024

How to Use GitHub Copilot in Visual Studio 2024

Comments
4 min read
.NET Aspire is the best way to experiment with Dapr during local development

.NET Aspire is the best way to experiment with Dapr during local development

Comments
7 min read
Configuring HTTPS Redirection and HSTS in ASP.NET Core

Configuring HTTPS Redirection and HSTS in ASP.NET Core

Comments
3 min read
Couldn’t get equations in html when convert word .docx file to html file in C#.

Couldn’t get equations in html when convert word .docx file to html file in C#.

1
Comments
2 min read
API Key Authentication Middleware In ASP NET Core – A How To Guide

API Key Authentication Middleware In ASP NET Core – A How To Guide

Comments
6 min read
Ensuring Software Excellence with Testing Your Code

Ensuring Software Excellence with Testing Your Code

Comments
8 min read
Optimizing String Searches in C# with SearchValues

Optimizing String Searches in C# with SearchValues

Comments
4 min read
Day 29 of 30-Day .NET Challenge: Generics & Custom Interfaces

Day 29 of 30-Day .NET Challenge: Generics & Custom Interfaces

1
Comments
3 min read
Efficient Long Polling Techniques in .NET 👀

Efficient Long Polling Techniques in .NET 👀

7
Comments
2 min read
Introdução aos Princípios do SQL: Fundamentos Teóricos e Práticos

Introdução aos Princípios do SQL: Fundamentos Teóricos e Práticos

7
Comments
17 min read
Leveraging Offshore .NET Development for FinTech Innovation

Leveraging Offshore .NET Development for FinTech Innovation

Comments
4 min read
Zoio de lula no VScode

Zoio de lula no VScode

2
Comments 2
1 min read
Autofac ComponentRegistryBuilder in ASP.NET Core – How To Register Dependencies

Autofac ComponentRegistryBuilder in ASP.NET Core – How To Register Dependencies

1
Comments
8 min read
C# Regular Expression Benchmarks – How To Avoid My Mistakes!

C# Regular Expression Benchmarks – How To Avoid My Mistakes!

Comments
9 min read
Mastering CQRS Design Pattern with MediatR in C# .NET

Mastering CQRS Design Pattern with MediatR in C# .NET

1
Comments
3 min read
C# In Practice — Building Tech Support App

C# In Practice — Building Tech Support App

1
Comments
4 min read
Day 27 of 30-Day .NET Challenge: Query v/s Method Syntax

Day 27 of 30-Day .NET Challenge: Query v/s Method Syntax

1
Comments
3 min read
Automated NuGet package version range updates in .NET projects using Renovate

Automated NuGet package version range updates in .NET projects using Renovate

Comments
3 min read
How to Use Intellicode in Visual Studio

How to Use Intellicode in Visual Studio

1
Comments
6 min read
Gitlens Tutorial - Visual Studio Extension 2024

Gitlens Tutorial - Visual Studio Extension 2024

1
Comments
8 min read
Day 25 of 30-Day .NET Challenge: Use Exception Filters

Day 25 of 30-Day .NET Challenge: Use Exception Filters

1
Comments
2 min read
Introducing Clipboard Studio: An open-source Clipboard manager for Windows

Introducing Clipboard Studio: An open-source Clipboard manager for Windows

Comments
1 min read
GTK4 `dotnet new` Project Template

GTK4 `dotnet new` Project Template

Comments
2 min read
Day 24 of 30-Day .NET Challenge: Avoid Exceptions in Flow Control

Day 24 of 30-Day .NET Challenge: Avoid Exceptions in Flow Control

Comments
2 min read
Why You Should Use GraphQL Playground ⏰

Why You Should Use GraphQL Playground ⏰

Comments
4 min read
What's a Class, Struct or Record in C#?

What's a Class, Struct or Record in C#?

1
Comments
1 min read
Dominando a Orientação a Objetos em C#: Conceitos Fundamentais e Prática

Dominando a Orientação a Objetos em C#: Conceitos Fundamentais e Prática

7
Comments
6 min read
loading...