#dotnet search results
Boost your .NET Routing with: 1. Use built-in constraints: like int, bool, range, maxLength, or regex to validate route parameters. 2. Custom rules: implement IRouteConstraint & register via ConstraintMap.Add(). #dotnet #webdev #programmingtip
I know it's nothing new, but it always blows me away how fast databinding can be when it works right, even with sizable data sets like a hierarchical list. #wpf #dotnet
Been using Visual Studio 2026 with Blazor and .NET 10 on a new project. Hot reload experience has been excellent. Major improvements. #dotnet
Keep EF Core DbContext clean! Use modular IEntityTypeConfiguration<T> classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext. Benefits: ✅ Cleaner code ✅ Easier testing ✅ Scales better 🚀 #dotnet #efcore #csharp #cleancode
LINQPad 9 now supports file-based apps in #dotnet 10. You can run these .cs files directly via dotnet run! linqpad.net/linqpad9.aspx
⬇️ "A small detail, but one that makes your data logic precise and predictable" ... apparently. #dotnet
📣Big news: @UnoPlatform is officially teaming up with Microsoft. First up with .NET 10 RC2 - partnering with .NET MAUI to keep .NET for Android aligned with Android 16. Next: co-maintain SkiaSharp, enable WASM multithreading, plus lots more! #dotnet hubs.li/Q03NWkyJ0
Visual Studio 2026 GA is coming soon. Join us at .NET Conf, starting 11/11, to learn more - dotnetconf.net. You can also try the insiders today - visualstudio.microsoft.com/insiders/ #VisualStudio #dotnet #dotnetconf
I’ve been using Voice in M365 Copilot every day, and it’s one of those features that quickly becomes indispensable at work. Excited for customers to try it out now.
.NET 10’s GC is getting a tune-up 🧠 Smarter memory management, less pressure, better performance. If you build with #dotnet, this is your kind of update. 🔗 msft.it/6015sFo0Z
Set batch size in Entity Framework ⬇️ #dotnet It's 42 by default for the SQL Server provider. This means if we are inserting 100 rows, that is 5 separate roundtrips.
🚀 #WinUITableView has reached a new milestone! 📦 10,000+ NuGet downloads ⭐ 250+ GitHub stars 🤝 10+ contributors Used by @windowsdev and @UnoPlatform developers around the world — thank you #WinUI, #DotNet, and #OpenSource community for your support and feedback! 🙏
.NET 10 just dropped - again. Faster code, lower cloud bills, and AI built right in. But sure, you can stay on .NET 6 and live dangerously. 😏 Read why this might actually be “the one.” hubs.li/Q03Q_DdK0 #dotnetconf #dotnet #visualstudio
I love the simplicity of working with .http files in Visual Studio instead of external tools like Postman these days. What tool(s) do you use? #dotnet
My opinion on API testing tools would mean more if I was hostile towards Microsoft ... apparently 🤦🏻♂️ All I said was - "I love the simplicity of working with .http files in Visual Studio instead of external tools like Postman these days." #dotnet
🥳¡Gran PRIMICIA en DevTalles! 🆕¡Completo el NUEVO curso #dotNET: Arquitectura limpia y #Blazor! ©️¡Aprenderás desarrollo web Fullstack con C#, Blazor, .NET Core y más! Accede YA por $14(USD), cupón de #Descuento BLAZOR25 por lanzamiento exclusivo en: 👉🏻cursos.devtalles.com/courses/netful…
Ready to build next-gen AI apps with .NET? Catch the replay of #VSLive's AI and .NET: Building Intelligent Applications. Learn how to: ✅ Harness Azure to scale AI workloads ✅ Integrate AI into existing apps ✅ Use samples & templates to start today ✅ Prepare for what’s next in…
Get ready for #DotNETConf 2025! We’re celebrating with prizes, giveaways & full .NET 10 support in ComponentOne! Join us: bit.ly/35f9WhW #DotNet #DotNet10 #Microsoft #VirtualEvent #Developers #Coding #WebDevelopment
Now it’s already powering real projects — from wallets to integrations and backend services. Bridging Web3 and production engineering — that’s what Ton.NET is about. Check it out 👇 github.com/Dzeta-tech/Ton… #TON #dotnet #Web3 #blockchain #opensource
github.com
GitHub - Dzeta-tech/Ton.Net: Modern .NET SDK for TON blockchain targeting API compatibility with...
Modern .NET SDK for TON blockchain targeting API compatibility with official JavaScript SDKs - Dzeta-tech/Ton.Net
Discriminated Unions for C# 15? #dotnet blog.ndepend.com/csharp-unions/
🚨 New from Socket Threat Research: 9 malicious #NuGet packages deliver time-delayed destructive payloads, designed to crash apps and sabotage industrial control systems. Read the full analysis → socket.dev/blog/9-malicio… #dotnet
How does the switch statement work in CSharp? Read more here: devleader.ca/2023/11/16/the… #csharp #dotnet #dotnetcore #beginner #learntocode
Boost your .NET projects with the power of Spargine’s UlidGenerator! Generate ULIDs faster & more efficiently than GUIDs. Explore the code & contribute to the project today! dotnettips.wordpress.com/2024/11/05/boo… #dotnet #OpenSource #ULID #MVPBuzz
AI won’t replace developers. But developers who use AI will replace developers who don’t. New video just dropped 👇 youtu.be/GX0_lozen8M #coding #dotnet #artificialintelligence #ai #SoftwareDevelopment #SoftwareEngineering #tech
youtube.com
YouTube
Does Artificial Intelligence Mean the End for Software Developers!?
Brace yourself, w̶i̶n̶t̶e̶r̶ #dotnet 10 is coming! ⛄️ Let's look at the new capabilities and features we are excited about for the upcoming .NET release in November. Expect passkeys, #opentelemetry additions,TLS for *.localhost, and more. duende.link/qet4wp9 #aspnetcore
🥳¡Gran PRIMICIA en DevTalles! 🆕¡Completo el NUEVO curso #dotNET: Arquitectura limpia y #Blazor! ©️¡Aprenderás desarrollo web Fullstack con C#, Blazor, .NET Core y más! Accede YA por $14(USD), cupón de #Descuento BLAZOR25 por lanzamiento exclusivo en: 👉🏻cursos.devtalles.com/courses/netful…
Boost your .NET Routing with: 1. Use built-in constraints: like int, bool, range, maxLength, or regex to validate route parameters. 2. Custom rules: implement IRouteConstraint & register via ConstraintMap.Add(). #dotnet #webdev #programmingtip
So when you visualize a FlowSynx workflow, you’re actually seeing a live DAG — a map of logic that flows cleanly, safely, and smartly. That’s what makes it powerful 🔥 @flowsynxio #FlowSynx #dotnet #automation #DAG
In this video, Christian Wenz dives deep into Cross-Site Request Forgery (CSRF), a simple yet devastating attack that has plagued web applications for years. Learn what CSRF is, how it works, and how to defend against it in #aspnetcore youtu.be/WUJrKw05YfI #dotnet
youtube.com
YouTube
Prevent Cross-Site Request Forgery
Developers — when it comes to reporting, what’s your biggest challenge right now? Dynamic reporting in ActiveReports .NET lets you adapt reports at runtime without rebuilding layouts — but we’re curious: Which area needs the most improvement in your workflow? #DotNet…
2025-11-05 21:50 - Box2D.NET : Access modifiers (#53) github.com/ikpil/Box2D.NET #gamedev #box2d #dotnet #unity3d #stride #monogame #2d #physics youtu.be/3zkjQ5Ex0-8?si… 출처 @YouTube
youtube.com
YouTube
2025-11-05 21:50 - Box2D.NET : Access modifiers (#53)
Distributed Isolator developmentwithadot.blogspot.com/2025/10/distri… #dotnet #csharp #sandbox #isolation #classic
A Simple State Machine in .NET developmentwithadot.blogspot.com/2025/03/a-simp… #dotnet #csharp #classic
#dotnet #Aspire is most certainly a great tool for on-boarding. new front-end dev running a docker DB, client similator, three back-end APIs. first day!
Luis Quintanilla just dropped a killer post on Microsoft’s new Agent Framework. AI agents for .NET are now as easy to spin up as a web API — and they scale to full workflows with hosting + monitoring built in. Read it here: devblogs.microsoft.com/dotnet/introdu… #dotnet #AI 🚀
Boost your .NET Routing with: 1. Use built-in constraints: like int, bool, range, maxLength, or regex to validate route parameters. 2. Custom rules: implement IRouteConstraint & register via ConstraintMap.Add(). #dotnet #webdev #programmingtip
Is this the best REST API Client in #dotnet? Let's talk about Refit. 👇 Refit is a REST API client library for .NET that allows you to define an API as an interface in your application. With Refit, you use attributes to define HTTP requests, making it a breeze to call…
About to drop my next #dotnet code obfuscator featuring a novel symbol renaming technique with 100% reverser deterrence
“Moving off of TypeScript, 2.5M lines of code” to C# 🔥 news.ycombinator.com/item?id=452771… Anders rn: #dotnet #typescript
Keep EF Core DbContext clean! Use modular IEntityTypeConfiguration<T> classes and ApplyConfigurationsFromAssembly() instead of cluttering the OnModelCreating() DbContext. Benefits: ✅ Cleaner code ✅ Easier testing ✅ Scales better 🚀 #dotnet #efcore #csharp #cleancode
One of the most interesting features in #Dotnet 10: -> Extensions ⬇️ With the .NET 10 extension feature, you can now define extension blocks for any type. It is shaping up to be one of the most exciting updates in recent years - and one of the most underrated gems is the…
🚀 #WinUITableView has reached a new milestone! 📦 10,000+ NuGet downloads ⭐ 250+ GitHub stars 🤝 10+ contributors Used by @windowsdev and @UnoPlatform developers around the world — thank you #WinUI, #DotNet, and #OpenSource community for your support and feedback! 🙏
Introducing "Reachlyst": a new premium #template for the BlazorUI library! 🚀 A stunning, ready-to-use landing page for your SaaS projects. Speed up your development with this powerful Check it out 👇 blazorui.com #dotnet #csharp #ui #blazor #component
Code Coverage available in Visual Studio 2026 Community and Professional Editions 🥳 Nice move Microsoft 👍🏻 #dotnet
My amazing colleagues at JetBrains @matkoch87 @citizenmatt and @mehulharry have just kicked off .NET Days Online 2025 with a keynote🥳 Watch it live: youtube.com/watch?v=Srsnb7… #jbdotnetdays #dotnet
Our @UnoPlatform booth at @BASTAcon Mainz is up and running! Come learn about the most productive #dotnet cross-platform app development solution!
🌟 Exciting News! 🌟 I’m running for the @dotnetfdn board! I would be honored to have your support, and if you're comfortable, a share of this post and recommendation to others in the .NET community. dotnetfoundation.org/board-election… #DotNet #DotNetFoundation #Community
Something went wrong.
Something went wrong.
United States Trends
- 1. Broncos 62K posts
- 2. Bo Nix 17.1K posts
- 3. YEONJUN 147K posts
- 4. Geno 17.5K posts
- 5. $SMILEY N/A
- 6. Sean Payton 4,492 posts
- 7. Kenny Pickett 1,475 posts
- 8. #TNFonPrime 3,917 posts
- 9. Chip Kelly 1,890 posts
- 10. #NOLABELS_PART01 55.7K posts
- 11. Bradley Beal 3,137 posts
- 12. Jalen Green 6,575 posts
- 13. DANIELA 26.6K posts
- 14. Pete Carroll 1,777 posts
- 15. NO LABELS NOVEMBER 20.5K posts
- 16. TALK TO YOU OUT NOW 20K posts
- 17. #criticalrolespoilers 4,080 posts
- 18. Jeanty 6,399 posts
- 19. Troy Franklin 2,381 posts
- 20. Thursday Night Football 6,481 posts