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.
Սովորում ենք C# | Առաջին քայլեր

Սովորում ենք C# | Առաջին քայլեր

7
Comments
3 min read
Your C# is already functional, but only if you let it

Your C# is already functional, but only if you let it

133
Comments 7
5 min read
OpenSilver and The Return of Silverlight

OpenSilver and The Return of Silverlight

46
Comments 6
5 min read
MSTest StringAssert class - an overview

MSTest StringAssert class - an overview

5
Comments
2 min read
MSTest Assert class - an overview

MSTest Assert class - an overview

5
Comments
7 min read
Make your csharp applications faster with LINQ joins

Make your csharp applications faster with LINQ joins

53
Comments
5 min read
Simulating Return Type Inference in C#

Simulating Return Type Inference in C#

37
Comments
10 min read
On.NET Episode: Building up open source developer communities in the Dominican Republic

On.NET Episode: Building up open source developer communities in the Dominican Republic

12
Comments
1 min read
OData Endpoint Routing .NET Core

OData Endpoint Routing .NET Core

11
Comments 1
3 min read
Despliegue de aplicaciones web DotVVM y .NET Core en Azure

Despliegue de aplicaciones web DotVVM y .NET Core en Azure

7
Comments
13 min read
JavaScript, CSS, HTML & Other Static Files in ASP .NET Core 3.1

JavaScript, CSS, HTML & Other Static Files in ASP .NET Core 3.1

11
Comments
10 min read
Free workshop on .NET Core + GraphQL + Serverless

Free workshop on .NET Core + GraphQL + Serverless

153
Comments 6
2 min read
Easy Request Log in .Net Core

Easy Request Log in .Net Core

12
Comments 4
2 min read
Xamarin Forms + Azure Function, desarrollo acelerado y simplificando de aplicaciones Serverless

Xamarin Forms + Azure Function, desarrollo acelerado y simplificando de aplicaciones Serverless

5
Comments 2
8 min read
Basic Authentication with a .NET Core Web API

Basic Authentication with a .NET Core Web API

71
Comments 10
16 min read
Entity Framework DotNet Core with GraphQL and SQL Server (using HotChocolate)

Entity Framework DotNet Core with GraphQL and SQL Server (using HotChocolate)

39
Comments 15
5 min read
Great new features in C# for a returning .NET dev

Great new features in C# for a returning .NET dev

198
Comments 15
8 min read
Full Stack Mini ToDo-App With Angular, HttpClient, API Controller and In-Memory Database

Full Stack Mini ToDo-App With Angular, HttpClient, API Controller and In-Memory Database

16
Comments
4 min read
DotVVM CRUD application with Entity Framework and Cosmos DB

DotVVM CRUD application with Entity Framework and Cosmos DB

8
Comments
5 min read
Class vs Dynamic vs Tuple in C#

Class vs Dynamic vs Tuple in C#

12
Comments
3 min read
On.NET Episode: Empowering digital transformation with .NET, ML and Azure

On.NET Episode: Empowering digital transformation with .NET, ML and Azure

16
Comments
1 min read
How to implement test driven development in the real world?

How to implement test driven development in the real world?

9
Comments 12
1 min read
Distributed Caching in ASP.Net Core

Distributed Caching in ASP.Net Core

12
Comments 2
5 min read
Minimal March – Part 2 : .NET on a Chromebook

Minimal March – Part 2 : .NET on a Chromebook

10
Comments
6 min read
Distributed DMX with Apache Ignite

Distributed DMX with Apache Ignite

11
Comments 1
7 min read
Deploy DotVVM and .NET Core web applications to Azure (Everything you need to know)

Deploy DotVVM and .NET Core web applications to Azure (Everything you need to know)

11
Comments
11 min read
Levenshtein Distance (Part 3: Optimize Everything!)

Levenshtein Distance (Part 3: Optimize Everything!)

6
Comments
14 min read
Levenshtein Distance with SIMD (Bonus Part)

Levenshtein Distance with SIMD (Bonus Part)

6
Comments
8 min read
Using Sitecore Install Assistant Behind a Proxy

Using Sitecore Install Assistant Behind a Proxy

6
Comments 2
2 min read
On.NET Episode: Finding parking spots with Custom Vision and IoT

On.NET Episode: Finding parking spots with Custom Vision and IoT

17
Comments
1 min read
All CRUD Operations with Entity Framework Core (GET, POST, PUT & DELETE)

All CRUD Operations with Entity Framework Core (GET, POST, PUT & DELETE)

45
Comments 2
7 min read
Full Stack Asp.Net Core App (Bootcamp Project) - Part 4 - The Front-End

Full Stack Asp.Net Core App (Bootcamp Project) - Part 4 - The Front-End

15
Comments
4 min read
How to search for YouTube videos in a channel with .NET Core 3

How to search for YouTube videos in a channel with .NET Core 3

8
Comments
4 min read
Integrating Tailwind CSS with Blazor using Gulp - Part 2

Integrating Tailwind CSS with Blazor using Gulp - Part 2

7
Comments
8 min read
C# 8.0 Nullable Reference types are here!

C# 8.0 Nullable Reference types are here!

6
Comments
4 min read
DotNet OpenSource Days -1

DotNet OpenSource Days -1

8
Comments 1
3 min read
How to Develop and Debug ASP.NET Core Applications in Kubernetes

How to Develop and Debug ASP.NET Core Applications in Kubernetes

7
Comments
6 min read
Minimal March – Part 1: Getting Started with .NET and C# at the Command-line

Minimal March – Part 1: Getting Started with .NET and C# at the Command-line

10
Comments
6 min read
More explicit domain error handling and fewer exceptions with Either and Error types [ASPF02O|E038]

More explicit domain error handling and fewer exceptions with Either and Error types [ASPF02O|E038]

6
Comments
15 min read
IIS Hosting for ASP .NET Core 3.1 Web Apps

IIS Hosting for ASP .NET Core 3.1 Web Apps

7
Comments
8 min read
Are Reference Types In .Net Indeed Stored On The Heap ?

Are Reference Types In .Net Indeed Stored On The Heap ?

7
Comments 1
4 min read
C#: Bulk Operations for .NET Core (BulkDelete, BulkInsert, BulkMerge, BulkUpdate) is now very simple with RepoDb ORM

C#: Bulk Operations for .NET Core (BulkDelete, BulkInsert, BulkMerge, BulkUpdate) is now very simple with RepoDb ORM

19
Comments 1
7 min read
What would I change in a rewrite of C#?

What would I change in a rewrite of C#?

6
Comments 4
5 min read
Full Stack Asp.Net Core App (Bootcamp Project) - Part 3 - The Web API

Full Stack Asp.Net Core App (Bootcamp Project) - Part 3 - The Web API

19
Comments 2
6 min read
.NET Fundamentals: Arrays in C#

.NET Fundamentals: Arrays in C#

36
Comments 5
1 min read
Immutable DTOs in C# with interfaces

Immutable DTOs in C# with interfaces

8
Comments
3 min read
Full Stack Asp.Net Core App (Bootcamp Project) - Part 2 - The Database and (Razor) Pages

Full Stack Asp.Net Core App (Bootcamp Project) - Part 2 - The Database and (Razor) Pages

23
Comments 2
5 min read
Yet another way to changing the page title in Blazor, and more.

Yet another way to changing the page title in Blazor, and more.

14
Comments 3
4 min read
Builder Design Pattern

Builder Design Pattern

17
Comments 3
3 min read
💻 CliWrap — Execute Shell Commands with Extensive Support for Piping

💻 CliWrap — Execute Shell Commands with Extensive Support for Piping

17
Comments
9 min read
Winamp to Spotify

Winamp to Spotify

6
Comments 12
3 min read
Populate Blazor Dropdown Menu from EF Core Lookup Table

Populate Blazor Dropdown Menu from EF Core Lookup Table

10
Comments
3 min read
Overcoming The Limitations Of MongoDB C# Driver

Overcoming The Limitations Of MongoDB C# Driver

17
Comments 6
3 min read
Securing gRPC-based Microservices in .NET Core

Securing gRPC-based Microservices in .NET Core

7
Comments
1 min read
Refreshing DxTreeView items and keep selection

Refreshing DxTreeView items and keep selection

6
Comments
1 min read
Publishing Docker Image as Serverless on GCP

Publishing Docker Image as Serverless on GCP

5
Comments
5 min read
Converting Dictionaries in System.Text.Json

Converting Dictionaries in System.Text.Json

8
Comments
3 min read
Microsoft Graph API access denied in search for driveItems

Microsoft Graph API access denied in search for driveItems

6
Comments 1
1 min read
This blog post has a lot of trash talking

This blog post has a lot of trash talking

10
Comments
3 min read
5 tips to improve your productivity in C# 8.0

5 tips to improve your productivity in C# 8.0

19
Comments
3 min read
loading...