
2025-09-26 15:22:32
If you're building distributed #dotnet and #aspnetcore applications, you should know about this #dotnet 10 feature that adds new host names to the default certificate.
It should make creating…
If you're building distributed #dotnet and #aspnetcore applications, you should know about this #dotnet 10 feature that adds new host names to the default certificate.
It should make creating…
Use the required Keyword in C# To Enforce Property Initialisation - #dotNet
https://improveandrepeat.com/2025/08/use-the-required-keyword-i…
AutoMapper and MediatR Roadmaps #dotnet
https://www.jimmybogard.com/automapper-and-mediatr-roadmaps/
Hey @… What's happened to the #dotNetMAUI bot? I got real busy for a while, and when things settled down after a bit I realised I wasn't seeing any posts from it anymore. Today I remembered to go and look at it, and there's NO posts there at all, n…
This shared memory pool feature is neat in #dotnet 10 preview 6.
https://github.com/dotnet/core/blob/main/release-no…
Hey #dotnet folks and #security wonks, join our #livestream today to learn about FAPI 2.0 and how to enhance security at your organization with the latest specification.
Also, drop in and say h…
When you see a “.aspx” details link in a pharmaceutical commercial on TV as a #dotnet developer.
The init Keyword for Immutable Properties in C# #dotNet
https://improveandrepeat.com/2025/08/the-init-keyword-for-immutable-properties-in-c/
The Core Folder Anti-Pattern - #dotNet
https://improveandrepeat.com/2025/09/the-core-folder-anti-pattern/
#dotnet prediction for 2026: You'll see a re-emphasis on the "dynamic" keyword to appeal to Python folks.
3 Great Extensions for #VSCode - #dotNet
https://improveandrepeat.com/2025/07/3
I’m interested in seeing if more folks end up using the new #dotnet 10 domain name feature for local development. So often, I see mistakes that essentially creep in because the domain and app topology don’t match those of staging and production environments.
I wish there was better domain name tools for #dotnet
I will die on this hill, but these class definition pages for #dotnet are unhelpful and a waste of time.
Are you worried your #dotnet #security could be more secure? Join us for a #livestream on August 21st, 2025, to discuss FAPI 2.0, its relation to
C# Programmers:
Your IDE(s) of choice.
#programming #dotnet #csharp #ide
5 Helpful Extensions for #VisualStudio 2022 - #dotNet
https://improveandrepeat.com/2025/0…
When you read a comment in the #dotnet repo that can only end one way, and you're powerless to stop it from happening.
5 Things to Test With List Parameters - #dotNet #testing #development
In the span of 5 minutes I went from, “I’ll write a #dotnet source generator” to “oh right, noooooooo thanks”.
I really hope there's a much simpler system in the future that's closer to the reflection APIs or something less AST and less string-focused.
It might be time for #dotnet conferences to reevaluate their value proposition to the community, or else they won't survive.
The "sales pitch" or "hype" model is less effective in drawing people, primarily when these elements exist online and are commoditized.
#godotcon2025
How to Fix the Multiple Entry Points Error in #dotNet Applications
https://improveandrepeat.com/2025/07/how-to-fix-the-multiple-entry-points-e…
launchSettings in #dotnet needs a revisit. It would be great to be able to specify build parameters for launch and be able to set build-time configuration options.
Playing around with the MCP template in #dotnet. It's interesting stuff, and maybe can see the value in offering dev-time tooling for projects.
Question for #dotnet and #developer folks. How long does it typically take your team to evaluate, proof of concept, implement, and deploy a medium-to-large dependency in your solutions?
🙏Boosts are appreciated
Some modernization planning for Duende IdentityServer. If you are in the #dotnet space, please leave your thoughts. https://github.com/orgs/DuendeSoftware/discussions/285
Using the `extension` keyword in #csharp 14 is kind of awkward. It would be nicer to be able to use it as a top-level declaration without the wrapping static class.
Before you say, "where would they exist in that case?”, each namespace would have a catch-all static class that would hold these extension methods if there is no wrapping class.
@… good day, sir! May I ask for a Razor feature that could save people hours of their day and make you a greater hero in the eyes of many?
When I was at JetBrains, I asked them to implement this warning to catch issues with _ViewImports, but it seems Visual Studio and VS Code folks don’t see this from