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.
Converting String to DateTime in C#: Step-By-Step Guide

Converting String to DateTime in C#: Step-By-Step Guide

1
Comments 1
5 min read
Let's refactor a test: AccountController

Let's refactor a test: AccountController

1
Comments
4 min read
Some points to consider when designing exceptional software

Some points to consider when designing exceptional software

Comments
1 min read
How to Load Controller Class From Another DLL?

How to Load Controller Class From Another DLL?

3
Comments
4 min read
Virtual in C#: How to Use it?

Virtual in C#: How to Use it?

23
Comments 4
5 min read
C#: From Fundamentals to Advanced Techniques — A Comprehensive Cheat Sheet

C#: From Fundamentals to Advanced Techniques — A Comprehensive Cheat Sheet

27
Comments 7
7 min read
Programming: Impostor Syndrome and Satisfaction

Programming: Impostor Syndrome and Satisfaction

Comments
2 min read
Add to Apple Wallet from Your .NET Application: A Step-by-Step Guide

Add to Apple Wallet from Your .NET Application: A Step-by-Step Guide

Comments
5 min read
Ultimate .NET Reference Texts

Ultimate .NET Reference Texts

Comments
1 min read
Advanced C# Delegates like a Senior Developer

Advanced C# Delegates like a Senior Developer

1
Comments
1 min read
Activator.CreateInstance in C# – A Quick Rundown

Activator.CreateInstance in C# – A Quick Rundown

10
Comments 4
3 min read
.NET Monthly Roundup - February 2024 - Top blog posts, VS News, .NET 9 Vision, and more!

.NET Monthly Roundup - February 2024 - Top blog posts, VS News, .NET 9 Vision, and more!

1
Comments
2 min read
RabbitMQ with .NET 8

RabbitMQ with .NET 8

Comments
1 min read
Functional Programming With C#: What, Why, How?

Functional Programming With C#: What, Why, How?

Comments
1 min read
.NET internals: Writing Object-Oriented .NET IL code

.NET internals: Writing Object-Oriented .NET IL code

Comments
1 min read
Developing .NET MAUI iOS Apps to Scan Barcode, Document and MRZ

Developing .NET MAUI iOS Apps to Scan Barcode, Document and MRZ

Comments 1
6 min read
Back to streaming! Stream 2024-03-06

Back to streaming! Stream 2024-03-06

1
Comments
3 min read
async await in C#: 3 Beginner Tips You Need to Know

async await in C#: 3 Beginner Tips You Need to Know

2
Comments 2
7 min read
Rest API in C#

Rest API in C#

7
Comments 4
4 min read
Writing pure MSIL/IL/CIL code: .NET Internals. Part 2

Writing pure MSIL/IL/CIL code: .NET Internals. Part 2

1
Comments
1 min read
Master C# Generics Like a Senior Developer

Master C# Generics Like a Senior Developer

1
Comments
1 min read
Writing pure MSIL/IL/CIL code: .NET internals, CLR, JIT compiler and more

Writing pure MSIL/IL/CIL code: .NET internals, CLR, JIT compiler and more

1
Comments
1 min read
Reflection In C#: 4 Simple But Powerful Code Examples

Reflection In C#: 4 Simple But Powerful Code Examples

2
Comments 2
8 min read
Nameof in C#: Understanding the Usage

Nameof in C#: Understanding the Usage

12
Comments 6
6 min read
Turning a String into an Int in C#: Full Guide

Turning a String into an Int in C#: Full Guide

2
Comments
7 min read
Creating Plugins with the Semantic Kernel SDK and C#

Creating Plugins with the Semantic Kernel SDK and C#

12
Comments
12 min read
How To Set Up Dependency Injection in Lambda Functions Using Annotations Framework

How To Set Up Dependency Injection in Lambda Functions Using Annotations Framework

Comments
4 min read
Building AI agents with the Semantic Kernel SDK and Azure OpenAI

Building AI agents with the Semantic Kernel SDK and Azure OpenAI

9
Comments
5 min read
Key derivation in .NET using HKDF

Key derivation in .NET using HKDF

Comments
3 min read
In C#, readonly and const are both used to define constants, but they have some key differences

In C#, readonly and const are both used to define constants, but they have some key differences

1
Comments 1
1 min read
Building NLP applications with Azure OpenAI

Building NLP applications with Azure OpenAI

4
Comments
6 min read
Pitfalls of Hosting Background Workers as Azure App Service

Pitfalls of Hosting Background Workers as Azure App Service

Comments 3
1 min read
Local migrations for embedded SQLite in F#

Local migrations for embedded SQLite in F#

2
Comments
9 min read
Simplest Server Sent Events In .NET (no libraries)

Simplest Server Sent Events In .NET (no libraries)

1
Comments
3 min read
Lightweight In-Memory Message Bus Using .NET Channels

Lightweight In-Memory Message Bus Using .NET Channels

1
Comments
6 min read
Object Creation in C#: Step-by-Step Guide

Object Creation in C#: Step-by-Step Guide

9
Comments
7 min read
I Created a .NET 8 Web Api Project Template

I Created a .NET 8 Web Api Project Template

Comments
2 min read
Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Comments
2 min read
Scrutor Vs Autofac In C#: What You Need To Know

Scrutor Vs Autofac In C#: What You Need To Know

4
Comments
10 min read
Introdução às Minimal APIs no .NET 8: Simplificando o Desenvolvimento RESTful

Introdução às Minimal APIs no .NET 8: Simplificando o Desenvolvimento RESTful

Comments
9 min read
The Most Commonly Used Design Patterns in .NET Development | Main- CQRS : Mastering

The Most Commonly Used Design Patterns in .NET Development | Main- CQRS : Mastering

3
Comments
3 min read
Using dependency injection with Azure .NET SDK

Using dependency injection with Azure .NET SDK

1
Comments
5 min read
IServiceCollection In C# – Simplified Beginner’s Guide For Dependency Injection

IServiceCollection In C# – Simplified Beginner’s Guide For Dependency Injection

10
Comments 4
9 min read
Getting Started with the .NET MAUI Sunburst Chart Control

Getting Started with the .NET MAUI Sunburst Chart Control

Comments
1 min read
How to Build a NuGet Package with iOS Frameworks for .NET MAUI Development

How to Build a NuGet Package with iOS Frameworks for .NET MAUI Development

1
Comments
6 min read
How to Customize the .NET MAUI DataForm Control

How to Customize the .NET MAUI DataForm Control

1
Comments 1
1 min read
Nullability in C#: Detailed Guide

Nullability in C#: Detailed Guide

9
Comments
7 min read
Test your subscription integration through time with Stripe’s test clocks

Test your subscription integration through time with Stripe’s test clocks

7
Comments
5 min read
A Comprehensive Guide to ADO.NET, Mapping Concepts Usages: Mastering

A Comprehensive Guide to ADO.NET, Mapping Concepts Usages: Mastering

2
Comments
9 min read
Guard Clauses no C#

Guard Clauses no C#

Comments
2 min read
Explorando o Mundo dos Middlewares no ASP.NET Core: Uma Jornada pela Camada Intermediária

Explorando o Mundo dos Middlewares no ASP.NET Core: Uma Jornada pela Camada Intermediária

Comments
2 min read
Eventos em C#

Eventos em C#

1
Comments 2
3 min read
TUTORIAL: Deploy .NET WebAPI grátis no RailwayApp utilizando Docker!

TUTORIAL: Deploy .NET WebAPI grátis no RailwayApp utilizando Docker!

8
Comments
5 min read
Exploring a foreign F# codebase

Exploring a foreign F# codebase

5
Comments
12 min read
The Monad Invasion - Part 1: What's a Monad?

The Monad Invasion - Part 1: What's a Monad?

4
Comments
11 min read
Better Implementation Of Singleton Pattern in .NET

Better Implementation Of Singleton Pattern in .NET

2
Comments 1
3 min read
Rinha de Backend 2024 - F#

Rinha de Backend 2024 - F#

1
Comments
10 min read
Implicit Configuration in .NET

Implicit Configuration in .NET

3
Comments
2 min read
The Monad Invasion - Part 2: Monads in Action!

The Monad Invasion - Part 2: Monads in Action!

3
Comments
9 min read
Simplifying Dependency Injection in .NET

Simplifying Dependency Injection in .NET

3
Comments
2 min read
loading...