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.
Overloading unary operators in C#

Overloading unary operators in C#

8
Comments
3 min read
Continuous Deployment of Azure Functions with Slots

Continuous Deployment of Azure Functions with Slots

6
Comments
3 min read
Build a REST API with ASP.NET Core 2.2

Build a REST API with ASP.NET Core 2.2

7
Comments
12 min read
Returning a Zip File from ASP.NET MVC Action - in Pure .NET

Returning a Zip File from ASP.NET MVC Action - in Pure .NET

9
Comments
1 min read
Halt and Hangfire

Halt and Hangfire

18
Comments 1
4 min read
Making Session Variables Work in .NET Core

Making Session Variables Work in .NET Core

7
Comments
1 min read
Introduction to the Universal Windows Platform

Introduction to the Universal Windows Platform

19
Comments 2
8 min read
Sunday Review (2019-04-07)

Sunday Review (2019-04-07)

4
Comments
3 min read
C# scripts using dotnet-script

C# scripts using dotnet-script

59
Comments 5
3 min read
From URL JWT token authentication & manually authorizing HttpContext in .Net core MVC

From URL JWT token authentication & manually authorizing HttpContext in .Net core MVC

10
Comments
2 min read
Debugging your .NET Core in Docker applications with VS Code

Debugging your .NET Core in Docker applications with VS Code

46
Comments 5
4 min read
Introduction to overloading operators in C#

Introduction to overloading operators in C#

8
Comments
2 min read
Starting a YouTube Channel as a Software Developer

Starting a YouTube Channel as a Software Developer

113
Comments 9
12 min read
Build a CRUD App with ASP.NET Core 2.2 and Entity Framework Core

Build a CRUD App with ASP.NET Core 2.2 and Entity Framework Core

6
Comments
12 min read
A subtle clash-of-namespace bug in Sitecore Commerce

A subtle clash-of-namespace bug in Sitecore Commerce

6
Comments
3 min read
Build .NET Core Applications using GitLab CI

Build .NET Core Applications using GitLab CI

12
Comments
5 min read
Sunday Review (2019-03-31)

Sunday Review (2019-03-31)

7
Comments
2 min read
Episode 017 - More Identity, more Razor Pages - ASP.NET Core: From 0 to overkill

Episode 017 - More Identity, more Razor Pages - ASP.NET Core: From 0 to overkill

14
Comments
12 min read
I'm a Software Architect, Microsoft MVP, DDD-Cloud Enthusiast, built web applications with 100+ millions users. Ask me anything!

I'm a Software Architect, Microsoft MVP, DDD-Cloud Enthusiast, built web applications with 100+ millions users. Ask me anything!

12
Comments 14
1 min read
Don't starve your Cookie Monster

Don't starve your Cookie Monster

9
Comments 1
3 min read
Security Headers for ASP.Net and .Net CORE

Security Headers for ASP.Net and .Net CORE

18
Comments
3 min read
Sunday Review (2019-03-24)

Sunday Review (2019-03-24)

6
Comments
3 min read
Build Secure Microservices with AWS Lambda and ASP.NET Core

Build Secure Microservices with AWS Lambda and ASP.NET Core

10
Comments
10 min read
Filters with Dependency Injection in ASP.NET CORE

Filters with Dependency Injection in ASP.NET CORE

16
Comments
2 min read
Generating a Typed Client for use with HttpClientFactory using NSwag

Generating a Typed Client for use with HttpClientFactory using NSwag

7
Comments
6 min read
Sunday Review (2019-03-17)

Sunday Review (2019-03-17)

3
Comments
3 min read
Build a REST API with ASP.NET Web API

Build a REST API with ASP.NET Web API

10
Comments
12 min read
.NET Core 2 Publish with Symbols

.NET Core 2 Publish with Symbols

6
Comments
1 min read
Yet another - lightning fast - object mapper for .NET

Yet another - lightning fast - object mapper for .NET

9
Comments 1
3 min read
I’m Running for the .NET Foundation’s Board of Directors!

I’m Running for the .NET Foundation’s Board of Directors!

9
Comments
1 min read
Let's Build: A Record Catalog (Introduction)

Let's Build: A Record Catalog (Introduction)

10
Comments
3 min read
Doubles can be dangerous

Doubles can be dangerous

15
Comments 1
3 min read
When should one choose IQueryable or IEnumerable?

When should one choose IQueryable or IEnumerable?

7
Comments 5
1 min read
.NET Framework Support for .NET Standard 2.0

.NET Framework Support for .NET Standard 2.0

6
Comments
3 min read
Dev.to API library for .NET 🚀

Dev.to API library for .NET 🚀

36
Comments 9
1 min read
Creating the simplest possible ASP.NET Core form with a POST method

Creating the simplest possible ASP.NET Core form with a POST method

60
Comments 2
7 min read
Azure Functions With F#

Azure Functions With F#

18
Comments 8
3 min read
Git commit info in your build

Git commit info in your build

3
Comments
1 min read
Base64 decoding bug that is present in all version of .NET

Base64 decoding bug that is present in all version of .NET

14
Comments 1
3 min read
[Swashbuckle and API Versioning] Obsolete attribute is not rendered as deprecated in Swagger UI

[Swashbuckle and API Versioning] Obsolete attribute is not rendered as deprecated in Swagger UI

4
Comments
3 min read
Using Codeship with .Net Core

Using Codeship with .Net Core

9
Comments
1 min read
Episode 016 - Authentication with Identity and Razor Pages - ASP.NET Core: From 0 to overkill

Episode 016 - Authentication with Identity and Razor Pages - ASP.NET Core: From 0 to overkill

10
Comments
19 min read
First Heroku App: Small API in PHP to Talk to .Net Core

First Heroku App: Small API in PHP to Talk to .Net Core

6
Comments
4 min read
Protecting sensitive data using Secret Manager in .Net Core

Protecting sensitive data using Secret Manager in .Net Core

17
Comments 1
1 min read
Discovering the Durable Functions API - Retrieving the orchestration status (DurableOrchestrationClient part 2)

Discovering the Durable Functions API - Retrieving the orchestration status (DurableOrchestrationClient part 2)

3
Comments
2 min read
Episode 015 - Calling the Web API from the frontend - ASP.NET Core: From 0 to overkill

Episode 015 - Calling the Web API from the frontend - ASP.NET Core: From 0 to overkill

12
Comments
5 min read
Episode 014 - Centralizing frontend state with Vuex - ASP.NET Core: From 0 to overkill

Episode 014 - Centralizing frontend state with Vuex - ASP.NET Core: From 0 to overkill

7
Comments
12 min read
Awesome .NET Security

Awesome .NET Security

51
Comments 4
1 min read
Episode 013 - Starting the frontend with Vue.js - ASP.NET Core: From 0 to overkill

Episode 013 - Starting the frontend with Vue.js - ASP.NET Core: From 0 to overkill

14
Comments
14 min read
Episode 012 - Move to a Web API - ASP.NET Core: From 0 to overkill

Episode 012 - Move to a Web API - ASP.NET Core: From 0 to overkill

61
Comments 6
9 min read
Creating a Reusable, JavaScript-Free Blazor Modal

Creating a Reusable, JavaScript-Free Blazor Modal

9
Comments
9 min read
Launch .Net Core with VSCode for starters

Launch .Net Core with VSCode for starters

12
Comments 3
2 min read
Introducing the Telerik UI for Blazor Early Preview

Introducing the Telerik UI for Blazor Early Preview

6
Comments
9 min read
.NET Standard and Multi-targeting

.NET Standard and Multi-targeting

5
Comments 1
1 min read
Episode 011 - Data access with Entity Framework Core - ASP.NET Core: From 0 to overkill

Episode 011 - Data access with Entity Framework Core - ASP.NET Core: From 0 to overkill

14
Comments
16 min read
Tutorial: An Automated reading list with Feedly and Azure Functions

Tutorial: An Automated reading list with Feedly and Azure Functions

8
Comments
3 min read
Using .pfx and .cer for security in .Net

Using .pfx and .cer for security in .Net

7
Comments 1
4 min read
C# Pause a Thread - Wait For An Event To Happen - Continue Thread

C# Pause a Thread - Wait For An Event To Happen - Continue Thread

20
Comments 12
3 min read
Using EmailValidation in C#

Using EmailValidation in C#

7
Comments
2 min read
Making Sense of Azure Durable Functions

Making Sense of Azure Durable Functions

14
Comments
19 min read
loading...