Tootfinder

Opt-in global Mastodon full text search. Join the index!

@khalidabuhakmeh@mastodon.social
2025-07-31 19:48:10

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.

MCP in the command line
@JGraber@mastodon.social
2025-07-29 11:55:42

How to Fix the Multiple Entry Points Error in #dotNet Applications
improveandrepeat.com/2025/07/h

@poppastring@dotnet.social
2025-07-12 15:18:30

AutoMapper and MediatR Roadmaps #dotnet
jimmybogard.com/automapper-and

@0xced@hachyderm.io
2025-06-24 16:56:04

I just released nugraph, a #dotnet tool for creating visual dependency graph of NuGet packages.
Installation:
dotnet tool install --global nugraph
Usage for a NuGet package:
nugraph Azure.Core
or for a .NET project:
nugraph ~/Projects/Kerberos.NET/Bruce/Bruce.csproj
Many options are available, everything is documented on github.com/0xced/nugraph
Enjoy!
Here's the kind of graph it generates (Azure.Core example).

mermaid.live/view#pako:eNqcVU2

@khalidabuhakmeh@mastodon.social
2025-07-28 15:54:52

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

@SmartmanApps@dotnet.social
2025-07-16 11:35:35

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…

@khalidabuhakmeh@mastodon.social
2025-06-25 13:09:47

Hey #dotnet folks, if you're running in a cloud environment, be careful upgrading to the latest version of .NET 8.0.17 before double-checking your forward headers configuration and proxy settings. You may have a misconfigured app, but it's been working up to now.
Boost to let others know. Cheers.

@khalidabuhakmeh@mastodon.social
2025-07-28 15:43:06

Some modernization planning for Duende IdentityServer. If you are in the #dotnet space, please leave your thoughts. github.com/orgs/DuendeSoftware

@khalidabuhakmeh@mastodon.social
2025-08-28 18:43:24

Target type new format only works on a params if there is more than one parameter. Damn! Feels like an oversight in #csharp.
#dotnet

Target type new for a params method with examples of one and two parameters. The one parameter fails saying the target type new didn’t match an array.
@JGraber@mastodon.social
2025-08-26 08:58:27

Use the required Keyword in C# To Enforce Property Initialisation - #dotNet
improveandrepeat.com/2025/08/u

@khalidabuhakmeh@mastodon.social
2025-07-15 17:46:08

This shared memory pool feature is neat in #dotnet 10 preview 6.
github.com/dotnet/core/blob/ma

@khalidabuhakmeh@mastodon.social
2025-06-26 14:44:25

There are a lot of “we have limited resources” comments coming out of the #dotnet repos that have me potentially worried about Microsoft’s focus on .NET.

@JGraber@mastodon.social
2025-07-22 19:05:54

Freshly blogged: Awesome Awesomeness List #dotNet #Python #ai

@khalidabuhakmeh@mastodon.social
2025-06-12 18:15:52

While technically a correct fix, this #dotnet fix is about to break a lot of deployments. This was just deployed in the latest release of .NET 8 and 9.
github.com/dotnet/aspnetcore/p

@khalidabuhakmeh@mastodon.social
2025-08-24 15:54:22

If you're running Duende IdentityServer in production, you need to watch Joe "Mr. Identity" DeCock explain FAPI security and how to upgrade your #dotnet security to the latest and greatest. It's easier than you think.

@JGraber@mastodon.social
2025-08-19 11:57:05

The init Keyword for Immutable Properties in C# #dotNet
improveandrepeat.com/2025/08/t

@khalidabuhakmeh@mastodon.social
2025-08-21 12:37:06

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…

@khalidabuhakmeh@mastodon.social
2025-07-21 17:51:29

When you see a “.aspx” details link in a pharmaceutical commercial on TV as a #dotnet developer.

Leonardo Dicaprio Look GIF by Once Upon A Time In Hollywood
@khalidabuhakmeh@mastodon.social
2025-08-11 13:59:21

I’m starting to realize any vendor/partner operating in the #dotnet space is operating in a fog of war that limits its ability to service the ecosystem. There's no demographic data available telling you the state of #dotnet other than “It's all good, we promise" coming from Microsoft.

@JGraber@mastodon.social
2025-06-17 07:03:07

Publishing #RSS and #Atom Feeds in #dotNet

@khalidabuhakmeh@mastodon.social
2025-06-18 15:40:46

Me: “Cool, new #dotnet #oss library, let me read the docs"
** Five minutes later **
Me: “These docs are all ChatGPT-generated, and half the methods and examples are hallucinated. I'm out.”

@JGraber@mastodon.social
2025-07-15 11:17:40

3 Great Extensions for #VSCode - #dotNet
improveandrepeat.com/2025/07/3

@khalidabuhakmeh@mastodon.social
2025-08-17 15:15:31

#dotnet prediction for 2026: You'll see a re-emphasis on the "dynamic" keyword to appeal to Python folks.

@khalidabuhakmeh@mastodon.social
2025-08-18 13:18:52

“50% of Python practitioners who took the JetBrains survey have less than 2 years of professional experience.”
I might have a chance to transition from #dotnet to #python as a geriatric junior. 🤣

@khalidabuhakmeh@mastodon.social
2025-06-16 17:24:39

I am always fascinated by the list sizing in #dotnet. At some point, it doubles in capacity enough to relieve some memory pressure. Obviously, the reprieve depends on the collection's rate of growth.
If you're watching perf tools and a list causes the leak, it may flatline after a while.

Showing JetBrains Rider’s new performance tool window with a memory flatline of 31 megabytes.
@khalidabuhakmeh@mastodon.social
2025-08-08 13:15:11

I will die on this hill, but these class definition pages for #dotnet are unhelpful and a waste of time.

https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.importmap.importmapdefinition?view=aspnetcore-9.0
@JGraber@mastodon.social
2025-06-10 08:24:57

Reading #RSS and #Atom Feeds in #dotNet

@JGraber@mastodon.social
2025-07-08 18:40:56

5 Helpful Extensions for #VisualStudio 2022 - #dotNet
improveandrepeat.com/2025/0…

@khalidabuhakmeh@mastodon.social
2025-08-11 16:19:54

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

@khalidabuhakmeh@mastodon.social
2025-06-12 11:58:14

I’m still confused as to why protobuf and gRPC are so highly downloaded in the NuGet stats. I can’t imagine they’ve gotten that wide of an adoption in the #dotnet space, but maybe I'm wrong.
Are you folks using gRPC?

@JGraber@mastodon.social
2025-08-05 09:41:28

5 Things to Test With List Parameters - #dotNet #testing #development

@khalidabuhakmeh@mastodon.social
2025-07-09 19:27:30

When you read a comment in the #dotnet repo that can only end one way, and you're powerless to stop it from happening.

season 6 GIF
@khalidabuhakmeh@mastodon.social
2025-07-07 18:14:17

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.

@khalidabuhakmeh@mastodon.social
2025-08-05 14:08:31

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

@khalidabuhakmeh@mastodon.social
2025-08-01 21:37:25

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.

@khalidabuhakmeh@mastodon.social
2025-08-05 12:17:19

@… 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

_ViewImports with an unknown assembly. Rider showing a warning.