‼️ Excitement is building—.NET Conf 2025 is nearly upon us. ‼️
Explore the latest enhancements coming to #ASPNET Core in .NET 10! This session covers new features for building modern web applications and APIs.
Save the date: msft.it/63327tDvvX
#dotNETConf
Explore the latest enhancements coming to #ASPNET Core in .NET 10! This session covers new features for building modern web applications and APIs.
Save the date: msft.it/63327tDvvX
#dotNETConf
November 1, 2025 at 9:15 PM
‼️ Excitement is building—.NET Conf 2025 is nearly upon us. ‼️
Explore the latest enhancements coming to #ASPNET Core in .NET 10! This session covers new features for building modern web applications and APIs.
Save the date: msft.it/63327tDvvX
#dotNETConf
Explore the latest enhancements coming to #ASPNET Core in .NET 10! This session covers new features for building modern web applications and APIs.
Save the date: msft.it/63327tDvvX
#dotNETConf
Building a ListView in #ASPNET Core MVC?
This msft.it/63321s4H5L article walks us through structuring views, controllers, and models for a smooth UI experience. 📖 Read more: msft.it/63323s4H5F
This msft.it/63321s4H5L article walks us through structuring views, controllers, and models for a smooth UI experience. 📖 Read more: msft.it/63323s4H5F
October 21, 2025 at 6:20 PM
Building a ListView in #ASPNET Core MVC?
This msft.it/63321s4H5L article walks us through structuring views, controllers, and models for a smooth UI experience. 📖 Read more: msft.it/63323s4H5F
This msft.it/63321s4H5L article walks us through structuring views, controllers, and models for a smooth UI experience. 📖 Read more: msft.it/63323s4H5F
Microsoft corrige falha ‘mais grave de sempre’ no ASP.NET Core que permite roubo de credenciais
#ASPNET #ciberataque #computador #CSRF #cve #grave #http #microsoft #segurança #servidor #vulnerabilidade #vulnerabilidades #web #windows
#ASPNET #ciberataque #computador #CSRF #cve #grave #http #microsoft #segurança #servidor #vulnerabilidade #vulnerabilidades #web #windows
Microsoft corrige falha ‘mais grave de sempre’ no ASP.NET Core que permite roubo de credenciais
tugatech.com.pt
October 19, 2025 at 12:31 PM
Microsoft corrige falha ‘mais grave de sempre’ no ASP.NET Core que permite roubo de credenciais
#ASPNET #ciberataque #computador #CSRF #cve #grave #http #microsoft #segurança #servidor #vulnerabilidade #vulnerabilidades #web #windows
#ASPNET #ciberataque #computador #CSRF #cve #grave #http #microsoft #segurança #servidor #vulnerabilidade #vulnerabilidades #web #windows
the aspnet core openapi document service is internal 😬 (for now?) so i used reflection to access it ehehehehe
October 19, 2025 at 4:24 PM
the aspnet core openapi document service is internal 😬 (for now?) so i used reflection to access it ehehehehe
Oh nice that the aspnet weblogs went in archive mode on June 15th and not emailing me about it... :( Now all images aren't showing up anymore in articles I posted there
October 17, 2025 at 7:49 AM
Oh nice that the aspnet weblogs went in archive mode on June 15th and not emailing me about it... :( Now all images aren't showing up anymore in articles I posted there
Supercharge your Copilot experience in Visual Studio! Learn how to guide AI with Prompt Files for task-specific help and Instruction Files for repo-wide standards. Whether you're building in C# or #ASPNET, this is a must-read for #dotNET devs: msft.it/63320sW4yQ
#GitHubCopilot
#GitHubCopilot
September 25, 2025 at 5:10 PM
Supercharge your Copilot experience in Visual Studio! Learn how to guide AI with Prompt Files for task-specific help and Instruction Files for repo-wide standards. Whether you're building in C# or #ASPNET, this is a must-read for #dotNET devs: msft.it/63320sW4yQ
#GitHubCopilot
#GitHubCopilot
Los servicios scoped de ASPNET Core se liberan al finalizar la petición, pero, ¿cómo podemos liberar automáticamente servicios que hayamos instanciado de forma manual?
Lo vemos en mi nuevo post.
www.variablenotfound.com/2025/03/libe...
Lo vemos en mi nuevo post.
www.variablenotfound.com/2025/03/libe...
Liberar automáticamente servicios creados de forma manual en ASP.NET Core
www.variablenotfound.com
March 5, 2025 at 7:16 AM
Los servicios scoped de ASPNET Core se liberan al finalizar la petición, pero, ¿cómo podemos liberar automáticamente servicios que hayamos instanciado de forma manual?
Lo vemos en mi nuevo post.
www.variablenotfound.com/2025/03/libe...
Lo vemos en mi nuevo post.
www.variablenotfound.com/2025/03/libe...
Here's the fix
- Enable shadow copy learn.microsoft.com/en-us/aspnet...
- Make sure that the application pool user has accees to the folder
- Make sure that web.config is always copied so that the application is restarted
- Enable shadow copy learn.microsoft.com/en-us/aspnet...
- Make sure that the application pool user has accees to the folder
- Make sure that web.config is always copied so that the application is restarted
Advanced configuration
Advanced configuration with the ASP.NET Core Module and Internet Information Services (IIS).
learn.microsoft.com
March 21, 2025 at 3:33 PM
Here's the fix
- Enable shadow copy learn.microsoft.com/en-us/aspnet...
- Make sure that the application pool user has accees to the folder
- Make sure that web.config is always copied so that the application is restarted
- Enable shadow copy learn.microsoft.com/en-us/aspnet...
- Make sure that the application pool user has accees to the folder
- Make sure that web.config is always copied so that the application is restarted
We're planning to migrate an owin based api to dotnet 9. At the moment we're using github like personal access tokens based on github.com/aspnet/AspNe..., with a small extension making it possible to revoke them. Is there a reasonable replacement or show we roll our own? @patriksvensson.se 🙏
AspNetKatana/src/Microsoft.Owin.Security.OAuth at main · aspnet/AspNetKatana
Microsoft's OWIN implementation, the Katana project - aspnet/AspNetKatana
github.com
March 10, 2025 at 9:40 AM
We're planning to migrate an owin based api to dotnet 9. At the moment we're using github like personal access tokens based on github.com/aspnet/AspNe..., with a small extension making it possible to revoke them. Is there a reasonable replacement or show we roll our own? @patriksvensson.se 🙏
trying & failing to upgrade an http://ASP.NET Core 1.1 Web API solution (3 projects) to Core 2.0 based on https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x
ASP.NET Core | Open-source web framework for .NET
Build web apps and services that run on Windows, Linux, a...
ASP.NET
November 30, 2024 at 8:58 AM
trying & failing to upgrade an http://ASP.NET Core 1.1 Web API solution (3 projects) to Core 2.0 based on https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x
How do you write a Dockerfile for an ASP.NET Core app?
Learn how to build effective Dockerfiles for your ASP.NET Core applications. #dotnet #aspnet #docker
https://isaacl.dev/gac
Learn how to build effective Dockerfiles for your ASP.NET Core applications. #dotnet #aspnet #docker
https://isaacl.dev/gac
February 19, 2025 at 7:00 PM
How do you write a Dockerfile for an ASP.NET Core app?
Learn how to build effective Dockerfiles for your ASP.NET Core applications. #dotnet #aspnet #docker
https://isaacl.dev/gac
Learn how to build effective Dockerfiles for your ASP.NET Core applications. #dotnet #aspnet #docker
https://isaacl.dev/gac
Clearly I was mistaken, but I was under the impression it was no longer an issue, given there’s no synchronization context in aspnet core
January 26, 2025 at 2:21 PM
Clearly I was mistaken, but I was under the impression it was no longer an issue, given there’s no synchronization context in aspnet core
Não foi desta vez... Brasil perdeu pra Hong Kong no Mundial Misto livescores.worldcurling.org/wmxcc/aspnet...
World Mixed Curling Championship 2024 - Results - Session 16
livescores.worldcurling.org
October 15, 2024 at 10:16 PM
Não foi desta vez... Brasil perdeu pra Hong Kong no Mundial Misto livescores.worldcurling.org/wmxcc/aspnet...
Doing a talk at lunch today covering how to improve #ASPNET #RazorPages with #HTMX. I have to give this talk a few times in 2024 at conferences, so it's a great way to improve the content before then. Wish me luck!
November 23, 2024 at 9:37 AM
Doing a talk at lunch today covering how to improve #ASPNET #RazorPages with #HTMX. I have to give this talk a few times in 2024 at conferences, so it's a great way to improve the content before then. Wish me luck!
https://www.youtube.com/watch?v=06w4Y9j64Dk
https://www.youtube.com/watch?v=06w4Y9j64Dk
www.youtube.com
September 7, 2024 at 4:14 PM
MVC Controllers are Dinosaurs - Embrace API Endpoints by Steve Smith ✔. #webdev #dotnet #aspnet #aspnetcore https://lnkd.in/gNFXeiz
LinkedIn
lnkd.in
November 25, 2024 at 5:46 PM
MVC Controllers are Dinosaurs - Embrace API Endpoints by Steve Smith ✔. #webdev #dotnet #aspnet #aspnetcore https://lnkd.in/gNFXeiz
Це внутрішній ресурс, на жаль. І приклади на реальних, робочих проєктах. 🤷♂️
Але розказував я про
1. stryker-mutator.io
2. testcontainers.com і як це все подружити з learn.microsoft.com/en-us/aspnet...
Але розказував я про
1. stryker-mutator.io
2. testcontainers.com і як це все подружити з learn.microsoft.com/en-us/aspnet...
November 14, 2024 at 9:32 PM
Це внутрішній ресурс, на жаль. І приклади на реальних, робочих проєктах. 🤷♂️
Але розказував я про
1. stryker-mutator.io
2. testcontainers.com і як це все подружити з learn.microsoft.com/en-us/aspnet...
Але розказував я про
1. stryker-mutator.io
2. testcontainers.com і як це все подружити з learn.microsoft.com/en-us/aspnet...
The first draft of the Introduction section (chapters 1-3) of the #htmx and #ASPNET Core #RazorPages book is done, and I am proofreading it today. May need a few people to proofread before they get pushed to the content site. aspnet-htmx.com
ASP.NET Core Reimagined with htmx Book Home
Have questions or feedback about the book? My email is cwoodruff@live.com.
aspnet-htmx.com
February 2, 2025 at 1:03 PM
The first draft of the Introduction section (chapters 1-3) of the #htmx and #ASPNET Core #RazorPages book is done, and I am proofreading it today. May need a few people to proofread before they get pushed to the content site. aspnet-htmx.com
ICYMI: Deconstructors for non-tuple types in C# 7.0 https://t.co/c3e0rI9D7Z #aspnetcore #dotnetcore #CSharp7 #VisualStudio #dotnet #aspnet
March 24, 2017 at 5:38 PM
ICYMI: Deconstructors for non-tuple types in C# 7.0 https://t.co/c3e0rI9D7Z #aspnetcore #dotnetcore #CSharp7 #VisualStudio #dotnet #aspnet
when did w3schools become the best reference on web? http://www.w3schools.com/aspnet/webpages_helpers.asp #impressed
November 15, 2024 at 2:46 PM
when did w3schools become the best reference on web? http://www.w3schools.com/aspnet/webpages_helpers.asp #impressed
Today, for my #csadvent entry, I wrote a post about the biggest mistake I see people making with ConnectionIds in #SignalR - and how I personally work around it.
https://consultwithgriff.com/signalr-connection-ids/
#dotnet #csharp #aspnet="/hashtag/aspnetcore" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link">#aspnetcore #aspnet
https://consultwithgriff.com/signalr-connection-ids/
#dotnet #csharp #aspnet="/hashtag/aspnetcore" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link">#aspnetcore #aspnet
Managing SignalR ConnectionIds (or why you shouldn't) - K...
For C# Advent 2020, I want to talk about SignalR Connecti...
consultwithgriff.com
November 24, 2024 at 12:58 AM
Today, for my #csadvent entry, I wrote a post about the biggest mistake I see people making with ConnectionIds in #SignalR - and how I personally work around it.
https://consultwithgriff.com/signalr-connection-ids/
#dotnet #csharp #aspnet="/hashtag/aspnetcore" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link">#aspnetcore #aspnet
https://consultwithgriff.com/signalr-connection-ids/
#dotnet #csharp #aspnet="/hashtag/aspnetcore" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link">#aspnetcore #aspnet