Tootfinder

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

@poppastring@dotnet.social
2025-10-01 19:35:49

A post from the archive 📫:
Easily navigate code delegates
#dotnet

@khalidabuhakmeh@mastodon.social
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…

@JGraber@mastodon.social
2025-11-04 16:39:37

Do Not Mix Test Code With Production Code - #development #dotNet
improveandrepeat.co…

@poppastring@dotnet.social
2025-10-15 03:48:04

Announcing the .NET Security Group #dotnet
devblogs.microsoft.com/dotnet/

@khalidabuhakmeh@mastodon.social
2025-09-29 19:11:21

The `FakeTimeProvider` in #dotnet is excellent for testing time-based scenarios. You can advance time in increments, like a true Time Lord, to test tricky timing behaviors.
Get it in the "Microsoft.Extensions.TimeProvider.Testing” NuGet package.

Using the FakeTimeProvider example. See the real times on the left, and the time from the time provider on the right.
@rperezrosario@mastodon.social
2025-09-03 17:20:01

C# Programmers:
Your IDE(s) of choice.
#programming #dotnet #csharp #ide

@khalidabuhakmeh@mastodon.social
2025-10-28 15:49:26

Welp... found another "security" issue in #dotnet 10. This is going great.

@khalidabuhakmeh@mastodon.social
2025-10-14 13:11:10

Checking out WebSocketStream in #dotnet 10. It definitely makes writing and reading WebSocket messages a bit simpler, giving you an experience similar to all other stream abstractions in #dotnet.

Examples of using WebSocketStream from dotnet 10
@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-10-28 13:46:28

Reading the Aspire docs and the team really went out of their way to scrub “.NET" from the docs in a pretty shocking way.
Is #dotnet OK?

@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.
@khalidabuhakmeh@mastodon.social
2025-10-27 13:12:44

Watching a Blazor video, and there's a part of my brain incredulously screaming, “How did we get here?!”
#dotnet has built an impenetrable fortress of fapping about surrounded by a moat of WTF?!

@khalidabuhakmeh@mastodon.social
2025-10-14 18:13:10

Anyone know what the format of this "dotnet.config" file is?
It's mentioned in the #dotnet release notes, but it's the first time I see mention of it and my googling seems to be failing me.

dotnet.config sample for Microsoft Testing Platform
@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-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-09-16 18:23:15

The Core Folder Anti-Pattern - #dotNet
improveandrepeat.com/2025/09/t

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

@khalidabuhakmeh@mastodon.social
2025-10-14 18:30:42

Realizing we've gotten to a 7-levels of #dotnet config hell. Between project.json, csproj, nuget.config, dotnet.config, applicationSettings.json, global.json, central package management, and more, there could be an array of configuration issues breaking your app.

@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-09-10 15:16:43

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

@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
@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-10-14 13:29:15

Anyone know how to submit to the #dotnet bug bounty program?

@khalidabuhakmeh@mastodon.social
2025-10-14 13:36:27

Let's see if I can score some cash from the #dotnet bug bounty. 😅

steve austin money GIF by Redneck Island
@khalidabuhakmeh@mastodon.social
2025-10-14 18:04:44

Digital Father, for who art thou in Cyber-Heaven, give me the strength to reprogram my #dotnet muscle memory for this upcoming change.
Screw it, Digital Devil can probably help too. 😈

Command orders changed for .NET 10
@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-09-12 14:44:03

Be honest, who here remembers that #csharp introduced a file keyword? #dotnet

@khalidabuhakmeh@mastodon.social
2025-09-10 19:15:03

Has someone adapted #csharp source generators to bring a macro-like experience to #dotnet?

@khalidabuhakmeh@mastodon.social
2025-09-12 15:24:29

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.

Use of C# 14 extension keyword