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.
When Pulumi met Nuke: a .NET love story

When Pulumi met Nuke: a .NET love story

Comments 1
13 min read
Working with Memory Efficiently in C#: An Introduction to Span<T>

Working with Memory Efficiently in C#: An Introduction to Span<T>

6
Comments
2 min read
Using Verify, Setup and Callback in the Moq Mocking Framework

Using Verify, Setup and Callback in the Moq Mocking Framework

3
Comments
4 min read
Creating Your Own Custom Attributes in C# and Retrieving Their Values

Creating Your Own Custom Attributes in C# and Retrieving Their Values

7
Comments
3 min read
Mixing Google Cloud and F#

Mixing Google Cloud and F#

5
Comments
14 min read
Develop Minimal APIs in .NET 7 using Entity Framework Core 7

Develop Minimal APIs in .NET 7 using Entity Framework Core 7

11
Comments 1
7 min read
Experience with rewriting a complete application

Experience with rewriting a complete application

2
Comments
2 min read
.NET 7: suspicious places and errors in the source code

.NET 7: suspicious places and errors in the source code

5
Comments 2
14 min read
How to replace BackgroundServices with a lite Hangfire

How to replace BackgroundServices with a lite Hangfire

9
Comments
4 min read
Easiest Ways to Highlight Data in Excel Using C#

Easiest Ways to Highlight Data in Excel Using C#

2
Comments
10 min read
BindableObject + Behaviors to enhance MVVM in .NET MAUI Maps

BindableObject + Behaviors to enhance MVVM in .NET MAUI Maps

7
Comments 1
7 min read
Authenticate the .NET MAUI App with Azure AD

Authenticate the .NET MAUI App with Azure AD

3
Comments
8 min read
Ditching .NET and finding faith again after 10 years!

Ditching .NET and finding faith again after 10 years!

12
Comments
4 min read
C#'s Generic Math from F#

C#'s Generic Math from F#

6
Comments
9 min read
Using MediatR Request Handlers in ASP.NET Core to Decouple Code

Using MediatR Request Handlers in ASP.NET Core to Decouple Code

26
Comments
5 min read
Optimize your C# code with SPAN

Optimize your C# code with SPAN

17
Comments 5
3 min read
Improve your C# with YIELD

Improve your C# with YIELD

26
Comments
3 min read
Step by step: How to host your dotnet projects on Azure for free

Step by step: How to host your dotnet projects on Azure for free

9
Comments
5 min read
Concurrent HTTP Call Using SemaphoreSlim in .NET

Concurrent HTTP Call Using SemaphoreSlim in .NET

15
Comments 2
3 min read
📝GPT-3 Takes on a C# Interview: Can AI Ace the Coding Questions?

📝GPT-3 Takes on a C# Interview: Can AI Ace the Coding Questions?

37
Comments 2
7 min read
Optimizing GUID Generation Step by Step

Optimizing GUID Generation Step by Step

20
Comments 4
2 min read
Use Keycloak as Identity Provider from Blazor WebAssembly (WASM) applications

Use Keycloak as Identity Provider from Blazor WebAssembly (WASM) applications

9
Comments
13 min read
.NET 7 + Docker

.NET 7 + Docker

2
Comments
2 min read
Advantages of Using Syncfusion WinUI Controls over Framework Controls: Part 2

Advantages of Using Syncfusion WinUI Controls over Framework Controls: Part 2

4
Comments
16 min read
Agenda View in .NET MAUI Scheduler: A Perfect Tool for Modern-Day Office Management

Agenda View in .NET MAUI Scheduler: A Perfect Tool for Modern-Day Office Management

4
Comments
8 min read
Codebin - MongoDB Atlas Hackathon 2022 Submission

Codebin - MongoDB Atlas Hackathon 2022 Submission

1
Comments
2 min read
Teaching Artificial Intelligence to Lie at Card Games

Teaching Artificial Intelligence to Lie at Card Games

7
Comments
12 min read
TIL: Always check for missing configuration values inside constructors

TIL: Always check for missing configuration values inside constructors

6
Comments
3 min read
C# Asynchronous Programming Full Tutorial : Async / Await / Task and Deadlock Fix by ConfigureAwait

C# Asynchronous Programming Full Tutorial : Async / Await / Task and Deadlock Fix by ConfigureAwait

5
Comments
5 min read
Localizing ASP.NET Core MVC Applications from Database

Localizing ASP.NET Core MVC Applications from Database

8
Comments
21 min read
How to build a feature flags service in a few minutes

How to build a feature flags service in a few minutes

6
Comments 1
2 min read
I built an Android app on my Linux machine using .NET 7 and MAUI

I built an Android app on my Linux machine using .NET 7 and MAUI

7
Comments
4 min read
A small .NET template to back you up

A small .NET template to back you up

5
Comments
2 min read
Fun with C# and Bingo

Fun with C# and Bingo

11
Comments 6
12 min read
Creating a C# Web API

Creating a C# Web API

9
Comments 4
3 min read
Minimal API using .NET Core 6 Web API

Minimal API using .NET Core 6 Web API

6
Comments
3 min read
TIL: How to write tests for HttpClient using Moq

TIL: How to write tests for HttpClient using Moq

4
Comments
4 min read
A Full-Stack Web App Using Blazor WebAssembly and GraphQL—Part 7

A Full-Stack Web App Using Blazor WebAssembly and GraphQL—Part 7

1
Comments
12 min read
Catastrophic backtracking: how can a regular expression cause a ReDoS vulnerability?

Catastrophic backtracking: how can a regular expression cause a ReDoS vulnerability?

10
Comments 2
9 min read
SIMD, a parallel processing at hardware level in C#.

SIMD, a parallel processing at hardware level in C#.

4
Comments
3 min read
MongoDB Atlas Hackathon 2022 on DEV | NERM

MongoDB Atlas Hackathon 2022 on DEV | NERM

1
Comments
2 min read
Achieve Outlook-Like Swiping Using .NET MAUI ListView

Achieve Outlook-Like Swiping Using .NET MAUI ListView

4
Comments
7 min read
Ref vs Out C#: Which is the Better Choice when?

Ref vs Out C#: Which is the Better Choice when?

34
Comments 4
5 min read
How to Run dotnet apps Like npm run on Every Platform

How to Run dotnet apps Like npm run on Every Platform

3
Comments
3 min read
Using Secret Manager for Configuration in .NET

Using Secret Manager for Configuration in .NET

13
Comments 6
2 min read
ngStyle in Angular for Dynamic styling

ngStyle in Angular for Dynamic styling

2
Comments
4 min read
Unit Testing ILogger with NUnit and Moq

Unit Testing ILogger with NUnit and Moq

2
Comments 2
1 min read
Red Alert: Major Incident Due to Performance in the Microservices Deployment

Red Alert: Major Incident Due to Performance in the Microservices Deployment

3
Comments
5 min read
Analyzing and enforcing .NET code coverage with coverlet

Analyzing and enforcing .NET code coverage with coverlet

10
Comments
8 min read
Design a Temperature Monitor Like a Pro Using WinUI Radial Gauge

Design a Temperature Monitor Like a Pro Using WinUI Radial Gauge

4
Comments
14 min read
Migrating the Sitecore MVP site to XM Cloud – Part 1

Migrating the Sitecore MVP site to XM Cloud – Part 1

3
Comments
4 min read
Senior C# Developer Shows 5 Tips To Master Your C# Level

Senior C# Developer Shows 5 Tips To Master Your C# Level

47
Comments
7 min read
How to Build A Web App With Blazor In .NET 7

How to Build A Web App With Blazor In .NET 7

7
Comments
7 min read
Pulumi - Setting up a Pulumi Stack per Environment 🏗️

Pulumi - Setting up a Pulumi Stack per Environment 🏗️

6
Comments
2 min read
Inline Diagnostics in Visual Studio 2022 for C# Code

Inline Diagnostics in Visual Studio 2022 for C# Code

25
Comments
3 min read
.NET Core 6 improvements in LINQ: An essential guide for 2023

.NET Core 6 improvements in LINQ: An essential guide for 2023

6
Comments
7 min read
How to Build Mobile Document Scanning App with Xamarin.Forms for Android and iOS

How to Build Mobile Document Scanning App with Xamarin.Forms for Android and iOS

3
Comments
7 min read
What are Expression-bodied Members in C#?

What are Expression-bodied Members in C#?

10
Comments
3 min read
Creating Custom C# Exception Types

Creating Custom C# Exception Types

16
Comments 2
4 min read
I Built an Anime Themed Pomodoro App With WebAssembly Blazor

I Built an Anime Themed Pomodoro App With WebAssembly Blazor

8
Comments 1
6 min read
loading...