DEV Community

# dotnetcore

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Http Error 500.30 Ancm In Process Start Failure

Http Error 500.30 Ancm In Process Start Failure

5
Comments
2 min read
Unable To Locate Package dotnet sdk 3.1

Unable To Locate Package dotnet sdk 3.1

3
Comments 1
1 min read
ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY

ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY

5
Comments
2 min read
CLI Tooling comes to the .NET Framework

CLI Tooling comes to the .NET Framework

5
Comments
1 min read
Starting C# Backend using Razor pages

Starting C# Backend using Razor pages

7
Comments
1 min read
MSB4236 The SDK Microsoft.NET.Sdk specified could not be found

MSB4236 The SDK Microsoft.NET.Sdk specified could not be found

5
Comments 1
1 min read
Reading Notes #406

Reading Notes #406

9
Comments 1
2 min read
Dotnet Core console App to search file contents for a phrase

Dotnet Core console App to search file contents for a phrase

6
Comments
2 min read
CORE as Code Once and Run Everywhere

CORE as Code Once and Run Everywhere

4
Comments
1 min read
Co-Hosting Orleans and ASP.NET Core

Co-Hosting Orleans and ASP.NET Core

6
Comments
2 min read
Como integrar Vue com ASP.NET Core usando extensão SPA

Como integrar Vue com ASP.NET Core usando extensão SPA

8
Comments
5 min read
Roundup #56: Blazor Server Performance, NetCore3 as Self-Contained, F# and Giraffe, Domain Modeling Made Functional

Roundup #56: Blazor Server Performance, NetCore3 as Self-Contained, F# and Giraffe, Domain Modeling Made Functional

3
Comments
3 min read
Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices

Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices

11
Comments
3 min read
Event Sourcing with SQL Stream Store

Event Sourcing with SQL Stream Store

12
Comments
4 min read
Detecting Sync over Async Code in ASP.NET Core

Detecting Sync over Async Code in ASP.NET Core

12
Comments
2 min read
Building a Service to Get a City Name from a ZIP Code in .NET Core

Building a Service to Get a City Name from a ZIP Code in .NET Core

77
Comments 7
7 min read
Docker for beginners - docker file, docker build, docker run, docker compose, what does it all mean?

Docker for beginners - docker file, docker build, docker run, docker compose, what does it all mean?

14
Comments
6 min read
Performance benchmark: gRPC vs. REST in .NET Core 3 Preview 8

Performance benchmark: gRPC vs. REST in .NET Core 3 Preview 8

23
Comments 1
3 min read
Dotnet Core Webapi With Microsoft SQL Server in Docker - Part 1

Dotnet Core Webapi With Microsoft SQL Server in Docker - Part 1

9
Comments
6 min read
Azure pipelines: How to restore local nuget packages

Azure pipelines: How to restore local nuget packages

7
Comments
2 min read
Multi-Tenant Applications with ASP.NET Core 2.2 - Getting Started

Multi-Tenant Applications with ASP.NET Core 2.2 - Getting Started

21
Comments 12
3 min read
Getting started with Docker for C# developers

Getting started with Docker for C# developers

40
Comments 3
4 min read
Roundup #49: .NET Core 3 Preview 7, MasterMemory, Alternatives to Microsoft.FeatureManagement, Monolith Decomposition Patterns

Roundup #49: .NET Core 3 Preview 7, MasterMemory, Alternatives to Microsoft.FeatureManagement, Monolith Decomposition Patterns

9
Comments
3 min read
The .NET Core Podcast Episode 30 - Reflections on .NET with Pablo Santos and Phil Haack

The .NET Core Podcast Episode 30 - Reflections on .NET with Pablo Santos and Phil Haack

9
Comments
3 min read
.NET Framework to .NET Core to Docker

.NET Framework to .NET Core to Docker

18
Comments
9 min read
Enabling CORS in Dotnet Core

Enabling CORS in Dotnet Core

9
Comments
1 min read
Update Your .NET Core Projects, Folks!

Update Your .NET Core Projects, Folks!

18
Comments 2
2 min read
Configure HttpClientFactory to Use Fiddler in .NET Core Microservices-based Docker Containers

Configure HttpClientFactory to Use Fiddler in .NET Core Microservices-based Docker Containers

8
Comments
3 min read
Migrating .NET.Framework to .NET.Core

Migrating .NET.Framework to .NET.Core

12
Comments 3
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
Build a Linux CLI app with .NET Core

Build a Linux CLI app with .NET Core

9
Comments
4 min read
Kentico 12 Class Libraries with Modern .NET Core Features

Kentico 12 Class Libraries with Modern .NET Core Features

7
Comments
15 min read
How to enable docker support ASP.NET applications in Visual Studio

How to enable docker support ASP.NET applications in Visual Studio

12
Comments
3 min read
JWT in dotnet core

JWT in dotnet core

11
Comments 1
2 min read
Adding a estimated time to read to a .NET Core Blog with Razor

Adding a estimated time to read to a .NET Core Blog with Razor

6
Comments
1 min read
My first impressions of Razor Components

My first impressions of Razor Components

6
Comments 1
5 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
.NET Framework Support for .NET Standard 2.0

.NET Framework Support for .NET Standard 2.0

6
Comments
3 min read
Microsoft Orleans — My first podcast interview!

Microsoft Orleans — My first podcast interview!

10
Comments
4 min read
Microsoft Orleans — Dashboard Update — CPU/Memory Stats

Microsoft Orleans — Dashboard Update — CPU/Memory Stats

9
Comments
4 min read
Docker — writing a smaller image with multi stage builds for. NET core.

Docker — writing a smaller image with multi stage builds for. NET core.

10
Comments 1
9 min read
Protecting sensitive data using Secret Manager in .Net Core

Protecting sensitive data using Secret Manager in .Net Core

18
Comments 1
1 min read
Episode 5 - JSON API using ASP.NET Core, Docker & MongoDB - Modelling, Controller and Unit Tests Part I - BookStore

Episode 5 - JSON API using ASP.NET Core, Docker & MongoDB - Modelling, Controller and Unit Tests Part I - BookStore

8
Comments
8 min read
Containerize an Application

Containerize an Application

5
Comments 2
2 min read
Launch .Net Core with VSCode for starters

Launch .Net Core with VSCode for starters

12
Comments 3
2 min read
Microsoft Orleans — Observables

Microsoft Orleans — Observables

11
Comments
7 min read
Episode 3 - JSON API using ASP.NET Core, Docker & MongoDB: Docker Part I, Dockerfiles

Episode 3 - JSON API using ASP.NET Core, Docker & MongoDB: Docker Part I, Dockerfiles

8
Comments
7 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
Episode 2 - JSON API using ASP.NET Core, Docker & MongoDB: Project Structure

Episode 2 - JSON API using ASP.NET Core, Docker & MongoDB: Project Structure

9
Comments
2 min read
Episode 1 - JSON API using ASP.NET Core, Docker & MongoDB

Episode 1 - JSON API using ASP.NET Core, Docker & MongoDB

19
Comments
3 min read
Debug .NET Core In Docker

Debug .NET Core In Docker

9
Comments
5 min read
Error handling and validation architecture in .NET Core

Error handling and validation architecture in .NET Core

26
Comments 5
5 min read
Getting started with xUnit

Getting started with xUnit

12
Comments
1 min read
Microsoft Orleans — Reminders and grains calling grains

Microsoft Orleans — Reminders and grains calling grains

8
Comments
1 min read
Microsoft Orleans — Dependency Injection

Microsoft Orleans — Dependency Injection

15
Comments
1 min read
Building Multi-tenant Web API using dot net core and best practices (Tutorial)

Building Multi-tenant Web API using dot net core and best practices (Tutorial)

13
Comments
6 min read
Microsoft Orleans — Code Generation issue?

Microsoft Orleans — Code Generation issue?

11
Comments
1 min read
Microsoft Orleans — Reporting Dashboard

Microsoft Orleans — Reporting Dashboard

15
Comments
1 min read
Updating Orleans Project to be more ready for new Orleans Examples!

Updating Orleans Project to be more ready for new Orleans Examples!

16
Comments
9 min read
Microsoft Orleans — Reusing Grains and Grain State

Microsoft Orleans — Reusing Grains and Grain State

16
Comments
1 min read
loading...