Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
aspnetcore
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
How to make your ✨shiny new ASP.NET Core 3.0 API accessible from emulators and within your network 👀
Hector Minaya
Hector Minaya
Hector Minaya
Follow
Nov 4 '19
How to make your ✨shiny new ASP.NET Core 3.0 API accessible from emulators and within your network 👀
#
webapi
#
aspnetcore
#
dotnet
#
webdev
15
reactions
Comments
Add Comment
2 min read
Resolving Dependencies at Runtime in ASP.NET Core
Nick Rogers
Nick Rogers
Nick Rogers
Follow
for
DealerOn Dev
Nov 1 '19
Resolving Dependencies at Runtime in ASP.NET Core
#
csharp
#
dependencyinjection
#
patterns
#
aspnetcore
8
reactions
Comments
Add Comment
3 min read
Secure Your SPA with Authorization Code Flow with PKCE
Jason Robert
Jason Robert
Jason Robert
Follow
Oct 29 '19
Secure Your SPA with Authorization Code Flow with PKCE
#
aspnetcore
#
angular
#
oauth
#
security
8
reactions
Comments
Add Comment
5 min read
Construcción de un API REST en .NET Core 3
Juan David Pareja Soto
Juan David Pareja Soto
Juan David Pareja Soto
Follow
Oct 26 '19
Construcción de un API REST en .NET Core 3
#
aspnetcore
#
webapi
#
dotnet
15
reactions
Comments
5
comments
11 min read
How to develop a plugin for NopCommerce
Diógenes Polanco
Diógenes Polanco
Diógenes Polanco
Follow
Oct 26 '19
How to develop a plugin for NopCommerce
#
csharp
#
dotnet
#
aspnetcore
#
nopcommerce
17
reactions
Comments
3
comments
9 min read
Blazor and Customizing the OData entity model
Cecil L. Phillip 🇦🇬
Cecil L. Phillip 🇦🇬
Cecil L. Phillip 🇦🇬
Follow
for
.NET
Oct 25 '19
Blazor and Customizing the OData entity model
#
aspnetcore
#
webdev
#
odata
#
webapi
13
reactions
Comments
2
comments
2 min read
Episode 031 - Some simple unit tests with xUnit - ASP.NET Core: From 0 to overkill
João Antunes
João Antunes
João Antunes
Follow
Oct 25 '19
Episode 031 - Some simple unit tests with xUnit - ASP.NET Core: From 0 to overkill
#
dotnet
#
aspnetcore
#
xunit
6
reactions
Comments
Add Comment
7 min read
Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices
Derek Comartin - CodeOpinion
Derek Comartin - CodeOpinion
Derek Comartin - CodeOpinion
Follow
Oct 18 '19
Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices
#
dotnetcore
#
dotnet
#
aspnetcore
#
aspnet
11
reactions
Comments
Add Comment
3 min read
Episode 030 - Analyzing performance with BenchmarkDotNet - ASP.NET Core: From 0 to overkill
João Antunes
João Antunes
João Antunes
Follow
Oct 8 '19
Episode 030 - Analyzing performance with BenchmarkDotNet - ASP.NET Core: From 0 to overkill
#
dotnet
#
aspnetcore
#
benchmarkdotnet
11
reactions
Comments
Add Comment
19 min read
ASP.NET Core Integration Testing: Protected endpoints
Kai Oswald
Kai Oswald
Kai Oswald
Follow
Oct 7 '19
ASP.NET Core Integration Testing: Protected endpoints
#
testing
#
aspnetcore
#
csharp
#
dotnet
12
reactions
Comments
1
comment
4 min read
Gerenciando a integridade de suas aplicações em AspNet Core
Fernando Mendes
Fernando Mendes
Fernando Mendes
Follow
Sep 30 '19
Gerenciando a integridade de suas aplicações em AspNet Core
#
dotnet
#
jundevelopers
#
aspnetcore
#
healthcheck
6
reactions
Comments
Add Comment
2 min read
Utilizando Log em ASP .NET Core
Fernando Mendes
Fernando Mendes
Fernando Mendes
Follow
Sep 27 '19
Utilizando Log em ASP .NET Core
#
dotnet
#
log
#
aspnetcore
#
jundevelopers
11
reactions
Comments
Add Comment
4 min read
Advanced Xamarin.Forms Part 1 – The API
Rodrigo Juarez
Rodrigo Juarez
Rodrigo Juarez
Follow
for
Coding Coach
Sep 12 '19
Advanced Xamarin.Forms Part 1 – The API
#
xamarinforms
#
api
#
aspnetcore
6
reactions
Comments
Add Comment
4 min read
Detecting Sync over Async Code in ASP.NET Core
Derek Comartin - CodeOpinion
Derek Comartin - CodeOpinion
Derek Comartin - CodeOpinion
Follow
Sep 11 '19
Detecting Sync over Async Code in ASP.NET Core
#
dotnet
#
dotnetcore
#
aspnetcore
#
async
12
reactions
Comments
Add Comment
2 min read
Episode 029 - Simplifying the BFF with ProxyKit - ASP.NET Core: From 0 to overkill
João Antunes
João Antunes
João Antunes
Follow
Sep 11 '19
Episode 029 - Simplifying the BFF with ProxyKit - ASP.NET Core: From 0 to overkill
#
dotnet
#
aspnetcore
14
reactions
Comments
Add Comment
10 min read
Introduction to ASP.NET Core Integration Testing
Kai Oswald
Kai Oswald
Kai Oswald
Follow
Sep 10 '19
Introduction to ASP.NET Core Integration Testing
#
csharp
#
aspnetcore
#
testing
#
dotnet
52
reactions
Comments
10
comments
2 min read
Episode 028 - Multiple service instances tweaks - ASP.NET Core: From 0 to overkill
João Antunes
João Antunes
João Antunes
Follow
Aug 31 '19
Episode 028 - Multiple service instances tweaks - ASP.NET Core: From 0 to overkill
#
dotnet
#
aspnetcore
#
docker
10
reactions
Comments
Add Comment
6 min read
Episode 027 - Up and running with Docker Compose - ASP.NET Core: From 0 to overkill
João Antunes
João Antunes
João Antunes
Follow
Aug 12 '19
Episode 027 - Up and running with Docker Compose - ASP.NET Core: From 0 to overkill
#
dotnet
#
aspnetcore
#
docker
15
reactions
Comments
2
comments
13 min read
What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?
Anthony Chu
Anthony Chu
Anthony Chu
Follow
for
.NET
Jul 31 '19
What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?
#
dotnet
#
aspnetcore
#
csharp
#
webdev
256
reactions
Comments
18
comments
4 min read
Episode 026 - Getting started with Docker - ASP.NET Core: From 0 to overkill
João Antunes
João Antunes
João Antunes
Follow
Jul 29 '19
Episode 026 - Getting started with Docker - ASP.NET Core: From 0 to overkill
#
dotnet
#
aspnetcore
#
vue
#
docker
5
reactions
Comments
Add Comment
12 min read
How to add extra user claims in ASP.NET Core web-app
Sergiy Korzh
Sergiy Korzh
Sergiy Korzh
Follow
Jul 26 '19
How to add extra user claims in ASP.NET Core web-app
#
aspnetcore
#
aspnetidentity
#
claims
41
reactions
Comments
Add Comment
6 min read
ASP.NET Core Routing Tutorial
Thomas Ardal
Thomas Ardal
Thomas Ardal
Follow
Jul 26 '19
ASP.NET Core Routing Tutorial
#
aspnetcore
#
csharp
#
dotnet
10
reactions
Comments
Add Comment
3 min read
Uploading Image from Angular to ASP.NET Core Web API
Hemant Joshi
Hemant Joshi
Hemant Joshi
Follow
Jul 19 '19
Uploading Image from Angular to ASP.NET Core Web API
#
angular
#
aspnetcore
10
reactions
Comments
Add Comment
3 min read
Getting started with Azure Immersive Reader and ASP.NET Core
Emanuele Bartolesi
Emanuele Bartolesi
Emanuele Bartolesi
Follow
Jul 17 '19
Getting started with Azure Immersive Reader and ASP.NET Core
#
aspnetcore
#
aspnet
#
azure
10
reactions
Comments
Add Comment
4 min read
Episode 025 - Integrating IdentityServer4 - Part 5 - Frontend - ASP.NET Core: From 0 to overkill
João Antunes
João Antunes
João Antunes
Follow
Jul 13 '19
Episode 025 - Integrating IdentityServer4 - Part 5 - Frontend - ASP.NET Core: From 0 to overkill
#
dotnet
#
aspnetcore
#
identityserver4
#
vue
16
reactions
Comments
Add Comment
11 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account