Forem

.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.
Kentico CMS Quick Tip: Azure Search with Faceted Document Categories

Kentico CMS Quick Tip: Azure Search with Faceted Document Categories

8
Comments
6 min read
Kotlin for C# Developers

Kotlin for C# Developers

46
Comments
1 min read
How to Create Infinite Collections Using IEnumerable Properly

How to Create Infinite Collections Using IEnumerable Properly

7
Comments
5 min read
Enabling AzueAD authentication with user interface and JWT bearer header

Enabling AzueAD authentication with user interface and JWT bearer header

7
Comments
2 min read
List of the Best Free Visual Studio Extensions

List of the Best Free Visual Studio Extensions

18
Comments
5 min read
How to build .Net Core on FreeBSD (UPDATED AGAIN?)

How to build .Net Core on FreeBSD (UPDATED AGAIN?)

4
Comments 1
1 min read
Recursion without Stack Overflows

Recursion without Stack Overflows

15
Comments
6 min read
How to Change Default DotNet SDK Version

How to Change Default DotNet SDK Version

28
Comments 2
1 min read
Need help by moving a Webapp from Azure to NAS

Need help by moving a Webapp from Azure to NAS

4
Comments
1 min read
How to run micro-benchmarking with BenchmarkDotNet - Bonus post from The Ray Tracer Challenge series

How to run micro-benchmarking with BenchmarkDotNet - Bonus post from The Ray Tracer Challenge series

9
Comments
5 min read
Episode 024 - Integrating IdentityServer4 - Part 4 - Back for Front - ASP.NET Core: From 0 to overkill

Episode 024 - Integrating IdentityServer4 - Part 4 - Back for Front - ASP.NET Core: From 0 to overkill

7
Comments
13 min read
Building Single Page Application Using ASP.NET Core & Angular

Building Single Page Application Using ASP.NET Core & Angular

18
Comments
1 min read
Modernizing WCF Services with containers and Visual Studio

Modernizing WCF Services with containers and Visual Studio

20
Comments 1
4 min read
Building A .NET Core 3 Scheduled Job Worker Service

Building A .NET Core 3 Scheduled Job Worker Service

104
Comments 14
4 min read
A Learning Path from C++ to ASP.NET Core

A Learning Path from C++ to ASP.NET Core

8
Comments
2 min read
Kentico 12: Design Patterns Part 5 - Front-End Dependency Management

Kentico 12: Design Patterns Part 5 - Front-End Dependency Management

10
Comments
8 min read
Mocking the HttpClient in .NET Core (with NSubstitute)

Mocking the HttpClient in .NET Core (with NSubstitute)

33
Comments 9
4 min read
Episode 023 - Integrating IdentityServer4 - Part 3 - API - ASP.NET Core: From 0 to overkill

Episode 023 - Integrating IdentityServer4 - Part 3 - API - ASP.NET Core: From 0 to overkill

14
Comments
6 min read
How do you stay up to date with ever changing technologies without going insane?

How do you stay up to date with ever changing technologies without going insane?

4
Comments 8
1 min read
Episode 022 - Integrating IdentityServer4 - Part 2 - Auth Service - ASP.NET Core: From 0 to overkill

Episode 022 - Integrating IdentityServer4 - Part 2 - Auth Service - ASP.NET Core: From 0 to overkill

20
Comments
11 min read
Prerendering a Client-side Blazor Application

Prerendering a Client-side Blazor Application

13
Comments 1
5 min read
Developing a CRUDAPI with ASP.NET Core, MongoDB Docker, Swagger.

Developing a CRUDAPI with ASP.NET Core, MongoDB Docker, Swagger.

11
Comments 1
4 min read
Home Grown IoT - Data Downloader

Home Grown IoT - Data Downloader

8
Comments 1
11 min read
Azure Functions vs. AWS Lambdas: A .NET Developer's Perspective

Azure Functions vs. AWS Lambdas: A .NET Developer's Perspective

16
Comments 2
9 min read
Load testing ASP.NET Core SignalR

Load testing ASP.NET Core SignalR

7
Comments 1
9 min read
Kentico CMS Quick Tip: Ensuring Successful Backups in Azure App Service

Kentico CMS Quick Tip: Ensuring Successful Backups in Azure App Service

5
Comments
3 min read
No more NullReferenceException for Lists in C#

No more NullReferenceException for Lists in C#

16
Comments 31
1 min read
Creative use of extension methods in C#

Creative use of extension methods in C#

42
Comments
5 min read
Migrating .NET.Framework to .NET.Core

Migrating .NET.Framework to .NET.Core

12
Comments 3
5 min read
MiniProfiler ❤ MongoDB

MiniProfiler ❤ MongoDB

9
Comments
2 min read
Java vs .Net: Which one is better for web development?

Java vs .Net: Which one is better for web development?

12
Comments 1
3 min read
Error Logging Middleware in ASP.NET Core

Error Logging Middleware in ASP.NET Core

16
Comments
3 min read
Blazor series

Blazor series

16
Comments
2 min read
Trying out Try .NET

Trying out Try .NET

28
Comments 1
7 min read
Using Entity Framework with Azure Functions

Using Entity Framework with Azure Functions

129
Comments 18
5 min read
Exposing a queryable api with Odata

Exposing a queryable api with Odata

8
Comments
3 min read
Episode 021 - Integrating IdentityServer4 - Part 1 - Overview - ASP.NET Core: From 0 to overkill

Episode 021 - Integrating IdentityServer4 - Part 1 - Overview - ASP.NET Core: From 0 to overkill

16
Comments
6 min read
Faster & Easier Multi-Treading in batch processing with "Auto Fuel Concurrent Queue"

Faster & Easier Multi-Treading in batch processing with "Auto Fuel Concurrent Queue"

7
Comments 3
6 min read
Content-Security-Policy in ASP.NET MVC

Content-Security-Policy in ASP.NET MVC

7
Comments
3 min read
I am old enough to remember COM

I am old enough to remember COM

12
Comments 7
5 min read
Overloading binary operators in C#

Overloading binary operators in C#

9
Comments
4 min read
Creating a PowerShell Binary Module

Creating a PowerShell Binary Module

16
Comments 2
4 min read
The Uri composition mystery

The Uri composition mystery

38
Comments
2 min read
How to transform a customer software to an generic product

How to transform a customer software to an generic product

9
Comments 1
1 min read
Modernizing Existing Windows Desktop Applications

Modernizing Existing Windows Desktop Applications

17
Comments
5 min read
Improving security in ASP.NET MVC using custom headers

Improving security in ASP.NET MVC using custom headers

30
Comments 6
4 min read
Sunday Review (2019-05-19)

Sunday Review (2019-05-19)

4
Comments
3 min read
The Curious Case of nvarchar and varchar in Entity Framework

The Curious Case of nvarchar and varchar in Entity Framework

26
Comments 4
6 min read
C# OOP: Generics

C# OOP: Generics

15
Comments
8 min read
Fixing Issue When You Can't Connect to Docker Debugger in VS Code

Fixing Issue When You Can't Connect to Docker Debugger in VS Code

14
Comments
1 min read
Slightly Rough Exchanges: Troubleshooting Transactional Issues with TransactionScope

Slightly Rough Exchanges: Troubleshooting Transactional Issues with TransactionScope

15
Comments 1
4 min read
The newly announced future of .NET - unifying all the things

The newly announced future of .NET - unifying all the things

97
Comments 49
2 min read
Auto blogging Jekyll with Logic Apps, ACI Containers and .NET Core

Auto blogging Jekyll with Logic Apps, ACI Containers and .NET Core

7
Comments
5 min read
Generating a fake data in .Net Core API

Generating a fake data in .Net Core API

59
Comments 7
3 min read
.NET Technology Stacks for Windows Desktop Development

.NET Technology Stacks for Windows Desktop Development

52
Comments 13
7 min read
64 bit fun. Counting from 0 to MaxValue

64 bit fun. Counting from 0 to MaxValue

11
Comments
3 min read
Introducing the HttpClientFactory

Introducing the HttpClientFactory

58
Comments
3 min read
Kentico 12: Design Patterns Part 2 - Writing Unit Tests

Kentico 12: Design Patterns Part 2 - Writing Unit Tests

6
Comments
7 min read
Using single case union types for entity IDs in F# and making it work with Dapper

Using single case union types for entity IDs in F# and making it work with Dapper

9
Comments
3 min read
.NET Blogs to Follow - The Ultimate List

.NET Blogs to Follow - The Ultimate List

149
Comments 2
6 min read
loading...