Advertisement Β· 728 Γ— 90

Posts by Dmitry Pavlov

Post image

How to Call JavaScript from Blazor Without Performance Issues by Ananya Desai
www.c-sharpcorner.com/article/how-... #aspnetcore #blazor

5 days ago 1 1 0 0
Preview
Things to Watch Out For When Creating Components That Relay DOM Events in Blazor πŸ”° Introduction If you're building a general-purpose Razor component in Blazor, you've...

πŸ“ New blog post on handling DOM events in #Blazor components:
"Things to Watch Out For When Creating Components That Relay DOM Events in Blazor" #DEVCommunity dev.to/j_sakamoto/t...

4 days ago 3 1 0 0
Preview
How to Build Resilient APIs in ASP.NET Core with Polly Retry and Circuit Breaker - Ottorino Bruni Introduction When building modern APIs, one thing is certain: HTTP calls will fail. It does not matter how well your code is written. Networks are unreliable, external services can be slow, and tempor...

How to Build Resilient APIs in #ASPNETCore with #Polly Retry and Circuit Breaker

www.ottorinobruni.com/how-to-build... by @ottorinobruni.bsky.social

3 days ago 1 0 0 0
Preview
How to Upgrade .NET MAUI & Blazor Hybrid Apps to .NET 9 in Minutes - Ottorino Bruni Learn how to upgrade your .NET MAUI and Blazor Hybrid apps to .NET 9 with this step-by-step guide. Discover new features, improvements, and real-world examples from CodeSwissKnife app migration

Upgrade your .NET MAUI & Blazor Hybrid apps to .NET 9 in minutes! ⚑
Better performance, stability & new features

Step-by-step guide from real experience (CodeSwissKnife upgrade)

Who's moving to .NET 9? πŸ‘‡

#dotnet #MAUI #Blazor #DotNet9 #CSharp www.ottorinobruni.com/how-to-upgra...

4 days ago 1 1 0 0
How I release a Blazor app to 8 distribution channels OpenHabitTracker is a free, open source app for taking Markdown notes, planning tasks, and tracking...

How I release a #Blazor app to 8 distribution channels

dev.to/jinjinov/how... by Urban Dzindzinovic

1 week ago 2 0 0 0
Aspire Docs in Your Terminal (and Your AI's Brain) Aspire 13.2 ships aspire docs, a CLI for official aspire.dev docs from your terminal, with the same source of truth available to AI skills and automation.

#Aspire Docs in Your Terminal (and Your #AI’s Brain)

devblogs.microsoft.com/aspire/aspir... by @davidpine.dev

1 week ago 0 0 0 0
Preview
Adding Keycloak Authentication to an Existing .NET Aspire Application By the end of this post, you'll have a working login/logout flow backed by Keycloak, running locally via Aspire and deployable via Docker Compose.

Got Keycloak working with a .NET Aspire app and wrote it all down. Setup, integration, and what actually matters.
c5m.ca/aspire-keycl...

3 weeks ago 4 2 0 0
Advertisement
Preview
GitHub - dmitry-pavlov/audio-cassette-backup: Storing files on an audio cassette using tape recorder Storing files on an audio cassette using tape recorder - dmitry-pavlov/audio-cassette-backup

Traditionally, pull requests are open on this day – welcome! πŸ˜€

github.com/dmitry-pavlo...

2 weeks ago 0 0 0 0
Preview
Secure a C# MCP Server with Auth0 Protect your AI tools with Model Context Protocol security. Learn to build a secure C# MCP server using OAuth 2.1 and Auth0.

Secure a C# #MCP Server with #Auth0

auth0.com/blog/secure-... by Andrea Chiarelli

Learn how to build an MCP Server with the C# SDK for MCP and secure it with @auth0byokta.bsky.social

4 weeks ago 0 0 0 0
Preview
New in .NET 10 and C# 14: Multi-Tenant Rate Limiting Learn how to implement multi-tenant rate limiting in .NET 10 and C# 14. Master native partitioning to prevent noisy-neighbor issues in SaaS.

New in #dotNET 10 and C# 14: #MultiTenant #RateLimiting

// by Ali Hamza Ansari via @elmah.io

blog.elmah.io/new-in-net-1...

4 weeks ago 0 0 0 0
Preview
What's new in ASP.NET Core in .NET 10 Learn about the new features in ASP.NET Core in .NET 10.

What's new in #ASPNETCore in #dotNET 10

learn.microsoft.com/en-us/aspnet...

4 months ago 0 0 0 0
Preview
Designing Microservices: Architectural & Practical Approach Explore microservices from an architectural perspective and learn how to build a feedback microservice in ASP.NET Core.

Designing #Microservices: An Architectural and Practical Approach

www.telerik.com/blogs/design... by Assis Zang

4 months ago 0 0 0 0
Preview
Enterprise Patterns for ASP.NET Core Minimal API: Domain Model Pattern – When Your Core Rules Deserve Their Own Gravity - Chris Woody Woodruff | Fractional Architect Look at a typical enterprise ASP.NET Core application, and you often see the same pattern: Controllers validating requests, calculating totals, and applying discounts EF Core entities that are little ...

Enterprise Patterns for #ASPNETCore #MinimalAPI: Domain Model Pattern – When Your Core Rules Deserve Their Own Gravity

www.woodruff.dev/enterprise-p... by Chris Woodruff

4 months ago 0 0 0 0
Preview
Implement a secure MCP OAuth desktop client using OAuth and Entra ID The article demonstrates how to implement a secure MCP OAuth desktop client using Microsoft Entra ID. The MCP server is built with ASP.NET Core and secured using Microsoft Entra ID. The MCP client …

Blogged: Implement a secure MCP OAuth desktop client using OAuth and Entra ID

damienbod.com/2025/10/16/i...

#mcp #entra #oauth #identity #iam #llm #oidc #openidconnect #ai

6 months ago 4 2 0 0
Preview
How to Use Rate Limiting in ASP.NET Core for Better API Security and Performance - Ottorino Bruni Learn how to use the built-in Rate Limiting middleware in ASP.NET Core to protect your APIs from abuse, ensure fair usage, and maintain reliable performance. Includes a complete example using Minimal ...

πŸ›‘οΈ Secure ASP.NET Core APIs with Rate Limiting! Prevent abuse & boost performanceβ€”built-in middleware for .NET 8/9. #dotnet #aspnetcore #ratelimiting #apidev
www.ottorinobruni.com/how-to-use-r...

5 months ago 2 1 0 0
Advertisement
Preview
Adding metadata to fallback endpoints in ASP.NET Core In this post I discuss fallback endpoints and show how adding metadata to MVC or Razor Page fallback endpoints has some quirks to be aware of

Blogged: Adding metadata to fallback endpoints in ASP​.NET Core

andrewlock.net/adding-metad...

In this post I discuss fallback endpoints and show how adding metadata to MVC or Razor Page fallback endpoints has some quirks to be aware of

#dotnet #aspnetcore

5 months ago 2 1 0 0
Preview
Blazor Basics: Local Storage to Save and Restore Form Input We will learn how to leverage the Local Storage API to store temporary application state in Blazor WebAssembly.

#Blazor Basics: Using Local Storage to Save and Restore Form Input

www.telerik.com/blogs/blazor... by @bernasconi.bsky.social

6 months ago 2 1 0 0
Preview
Duende Software - Identity and Access Management for .NET We help companies using .NET to build identity and access control solutions for modern applications.

#Passkeys in .NET 10 #Blazor Apps with ASP.NET #Identity

duendesoftware.com/blog/2025100... by Maarten Balliauw via @duendesoftware.com

6 months ago 0 0 0 0
Preview
Secure a .NET RAG System with Auth0 FGA Learn to build a secure .NET RAG chatbot. This guide adds document-level security to your .NET AI app using Blazor, Auth0, and fine-grain...

Secure a .NET #RAG System with #Auth0 #FGA

auth0.com/blog/secure-... by Andrea Chiarelli via @auth0byokta.bsky.social blog

6 months ago 0 0 0 0
Preview
EasyStaff Connect β€” Freelance Marketplace with 0% Commission Hire verified freelancers worldwide with no commissions. Secure payments, instant withdrawals, and full legal support. Start your project risk-free today.

Global talent marketplace & payments

Hire freelancers, manage projects efficiently and pay globally with EasyStaff. Let’s erase the border between you and your remote teams.

easystaff.io/connect?ref=...

#talent_marketplace #global_payments

6 months ago 0 0 0 0
Preview
HATEOAS in ASP.NET Core APIs: Should You Still Use It? HATEOAS Explained: How It Works in ASP.NET Core REST APIs

Understanding HATEOAS in #ASPNETCore APIs: Explore when and why to use this hypermedia constraint to enhance client-server interactions. Is it still relevant in modern web API design? #WebDevelopment

7 months ago 2 1 0 0
Preview
What's new in ASP.NET Core in .NET 10 Learn about the new features in ASP.NET Core in .NET 10.

What's new in #ASPNETCore in .NET 10

learn.microsoft.com/en-us/aspnet...

7 months ago 0 0 0 0
Advertisement

Looking for talented software developers?

Hire them from the top 3% at Toptal!

www.toptal.com/XldPKX/world...

7 months ago 0 0 0 0
Preview
Understanding Controller Return Types in ASP.NET Core: IActionResult vs ActionResult<T> vs T When I started building Web APIs in ASP.NET Core, my controller methods β€œworkedβ€β€Šβ€”β€Šuntil they didn’t.

Explore different return types in ASP.NET Core controllers to enhance your API's flexibility: IActionResult, ActionResult<T>, and direct return of T. Each type provides various benefits in HTTP response handling. #ASPNetCore #WebDevelopment

7 months ago 3 1 0 0
Preview
Aspire Roadmap (2025 β†’ 2026) Β· dotnet aspire Β· Discussion #10644 Hi everyone πŸ’« We’ve had so much fun building, learning, and Aspirifying with you over the last year. As many of you have noticed, there are lots of exciting things in the works, and we figured it w...

Aspire Roadmap (2025 β†’ 2026) #DotNet #Blazor github.com/dotnet/aspir...

7 months ago 1 2 0 0
Preview
Add a caption to the feature image Building a Proof of Concept and Teaching Developers How to Master Modern ASP.NET Core, Aspire, and Azure Development

Building a Proof of Concept and Teaching Developers How to Master Modern #ASPNETCore, #Aspire, and #Azure Development

medium.com/@robert_8483... by Robert Felkins

7 months ago 0 0 0 0
A list of questions related to the functionalities of a software tool, including deployment, CI/CD, and multi-repo setups.

A list of questions related to the functionalities of a software tool, including deployment, CI/CD, and multi-repo setups.

#Aspire: A Modern DevOps Toolchain by: @davidfowl.com #Blazor medium.com/@davidfowl/a...

8 months ago 5 1 1 0
Preview
Running .NET in the browser without Blazor In this post I show how to run .NET in your browser without using Blazor, and instead rely on lower-level abstractions provided by [JSImport] and [JSExport]

Blogged: Running .NET in the browser without Blazor

andrewlock.net/running-dotn...

In this post I show how to run .NET in your browser without using Blazor, and instead rely on lower-level abstractions provided by [JSImport] and [JSExport]

#dotnet #aspnetcore #wasm #webassembly

8 months ago 18 5 0 0
Preview
Using and authoring .NET tools In this post I describe some of the complexities around authoring .NET tools, specifically around supporting multiple .NET runtimes and testing in CI

Blogged: Using and authoring .NET tools

andrewlock.net/using-and-au...

In this post I describe some of the complexities around authoring .NET tools, specifically around supporting multiple .NET runtimes and testing in CI

#dotnet

7 months ago 10 5 1 0
Preview
Fixing an old .NET Core native library loading issue on Alpine In this post I walk through the process of solving a native library loading issue on alpine with an old .NET runtime, showing the steps we took and the solution

Blogged: Fixing an old .NET Core native library loading issue on Alpine

andrewlock.net/fixing-an-ol...

In this post I walk through the process of solving a native library loading issue on alpine with an old .NET runtime, showing the steps we took and the solution

#dotnet

7 months ago 13 4 1 0
Advertisement