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.
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
Deploying a Wyam site to Netlify with Azure Devops.

Deploying a Wyam site to Netlify with Azure Devops.

8
Comments 3
5 min read
Discovering the Durable Functions API - Starting orchestrations (DurableOrchestrationClient part 1)

Discovering the Durable Functions API - Starting orchestrations (DurableOrchestrationClient part 1)

8
Comments
2 min read
Raspberry Pi, Azure, and an Oil Tank from the 1970s

Raspberry Pi, Azure, and an Oil Tank from the 1970s

6
Comments 1
8 min read
dotnet-guid: Generate GUIDs/UUIDs with the Command Line

dotnet-guid: Generate GUIDs/UUIDs with the Command Line

8
Comments 1
2 min read
Adding RSS with .NET Core

Adding RSS with .NET Core

17
Comments 8
3 min read
Build a Basic Website with ASP.NET MVC and Angular

Build a Basic Website with ASP.NET MVC and Angular

15
Comments
15 min read
Episode 010 - Async all the things - ASP.NET Core: From 0 to overkill

Episode 010 - Async all the things - ASP.NET Core: From 0 to overkill

19
Comments 4
17 min read
.NET Core Dependency Injection: Everything You Ought To Know

.NET Core Dependency Injection: Everything You Ought To Know

158
Comments 8
14 min read
Razor Components for a JavaScript-Free FrontEnd in 2019

Razor Components for a JavaScript-Free FrontEnd in 2019

12
Comments 1
10 min read
Building Faster Backends in ASP.NET Core

Building Faster Backends in ASP.NET Core

14
Comments
8 min read
Creating a contact form with AWS Lambda and .Net Core

Creating a contact form with AWS Lambda and .Net Core

3
Comments
12 min read
Error handling and validation architecture in .NET Core

Error handling and validation architecture in .NET Core

26
Comments 5
5 min read
A Quick Intro to the Telerik ASP.NET DataGrids – AJAX, MVC and Core

A Quick Intro to the Telerik ASP.NET DataGrids – AJAX, MVC and Core

5
Comments 1
11 min read
Episode 009 - MVC filters - ASP.NET Core: From 0 to overkill

Episode 009 - MVC filters - ASP.NET Core: From 0 to overkill

18
Comments
7 min read
Azure Web Apps - the troubleshooting era

Azure Web Apps - the troubleshooting era

14
Comments 6
4 min read
Scalable Task Scheduling In .NET Core With Coravel

Scalable Task Scheduling In .NET Core With Coravel

16
Comments
6 min read
.NET Core 3.0 Preview w/ C# 8.0 Nullable Reference Types

.NET Core 3.0 Preview w/ C# 8.0 Nullable Reference Types

20
Comments 3
3 min read
Episode 008 - Middlewares - ASP.NET Core: From 0 to overkill

Episode 008 - Middlewares - ASP.NET Core: From 0 to overkill

20
Comments
7 min read
Net Core security - NWebSec to the rescue!

Net Core security - NWebSec to the rescue!

80
Comments 8
3 min read
Fluent APIs Make Developers Love Using Your Libraries

Fluent APIs Make Developers Love Using Your Libraries

63
Comments 7
4 min read
Is that a Giraffe?

Is that a Giraffe?

10
Comments 2
5 min read
The Life-changing (And Time-saving!) Magic Of Feature Focused Code Organization!

The Life-changing (And Time-saving!) Magic Of Feature Focused Code Organization!

157
Comments 23
5 min read
Nupkg Ergonomics or, The ongoing saga of C# bindings to NNG native library

Nupkg Ergonomics or, The ongoing saga of C# bindings to NNG native library

7
Comments
9 min read
27 C# Interview Questions and Answers to Know in 2019

27 C# Interview Questions and Answers to Know in 2019

420
Comments 10
13 min read
Episode 007 - Logging - ASP.NET Core: From 0 to overkill

Episode 007 - Logging - ASP.NET Core: From 0 to overkill

19
Comments
9 min read
RPC forwarding for Thrift

RPC forwarding for Thrift

6
Comments
5 min read
Episode 006 - Configuration - ASP.NET Core: From 0 to overkill

Episode 006 - Configuration - ASP.NET Core: From 0 to overkill

15
Comments
7 min read
Episode 005 - Dependency Injection - ASP.NET Core: From 0 to overkill

Episode 005 - Dependency Injection - ASP.NET Core: From 0 to overkill

102
Comments 11
8 min read
How to use Factory Method Design Pattern in C#

How to use Factory Method Design Pattern in C#

135
Comments 7
5 min read
Using PaperCSS with ASP.NET Core MVC 2.1 – Layout and Components

Using PaperCSS with ASP.NET Core MVC 2.1 – Layout and Components

6
Comments
4 min read
Why XAML? Why Now?

Why XAML? Why Now?

13
Comments 1
11 min read
Episode 004 - The Program and Startup classes - ASP.NET Core: From 0 to overkill

Episode 004 - The Program and Startup classes - ASP.NET Core: From 0 to overkill

27
Comments 6
8 min read
Why Watch Coders Stream Live

Why Watch Coders Stream Live

16
Comments 2
4 min read
My .NET Core Setup for MacOS/Linux

My .NET Core Setup for MacOS/Linux

150
Comments 26
4 min read
What Is .NET Core? (What Makes It So Special?)

What Is .NET Core? (What Makes It So Special?)

25
Comments 11
5 min read
Using PaperCSS with ASP.NET Core MVC 2.1 – Step By Step

Using PaperCSS with ASP.NET Core MVC 2.1 – Step By Step

6
Comments 2
3 min read
Using Libman Providers to Coral Front End Libraries

Using Libman Providers to Coral Front End Libraries

9
Comments
2 min read
Episode 003 - First steps with MVC - ASP.NET Core: From 0 to overkill

Episode 003 - First steps with MVC - ASP.NET Core: From 0 to overkill

44
Comments 7
9 min read
C# REPL using mono or dotnet-script

C# REPL using mono or dotnet-script

12
Comments
1 min read
Episode 002 - Project structure plus first application - ASP.NET Core: From 0 to overkill

Episode 002 - Project structure plus first application - ASP.NET Core: From 0 to overkill

74
Comments 3
6 min read
Episode 001 - The Reference Project - ASP.NET Core: From 0 to overkill

Episode 001 - The Reference Project - ASP.NET Core: From 0 to overkill

64
Comments 5
3 min read
ASP.NET Core: From 0 to overkill - Intro

ASP.NET Core: From 0 to overkill - Intro

96
Comments 4
3 min read
What I've Learned So Far Building Coravel (Open Source .NET Core Tooling) - Part 1

What I've Learned So Far Building Coravel (Open Source .NET Core Tooling) - Part 1

27
Comments 3
6 min read
The New Microsoft

The New Microsoft

32
Comments 26
2 min read
loading...