#dotnet ผลการค้นหา
.NET wins. #dotnet
I'm in love. A JavaScript server that serves static files out of a public directory and routes everything else to an index.html SPA style
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
People waking up in 2025 realizing that C# is modern, runs cross platform, and is fast AF news.ycombinator.com/item?id=459204… #dotnet
Exciting partnership: @AvaloniaUI is working with @flutterdev to bring Impeller, Flutter’s next-generation GPU renderer, to .NET. A major step forward for cross-platform performance and open-source collaboration. hubs.li/Q03SjBJF0 #dotnet #OSS
Create and run tests without slowing your flow, so you can ship faster with fewer bugs. .NET + Visual Studio 2026 + GitHub Copilot. Preview available in VS 2026 Insiders starting today. #dotnet #VisualStudio #githubcopilot #dotnetconf
📝 Did you know that .NET 8 and .NET 9 reach End of Support on November 10, 2026? ❗ Begin your upgrade to #dotNET 10 today. Heroku is providing immediate support and help so you can immediately use all the new features: sforce.co/48awG1V
#Aspire running locally a distributed system is kinda beautiful to see, specially some dependency tree. The code so far github.com/kelvinrfr/dotn… (just few experimentation but want to go further here) #dotnet
.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
This team is just amazing! Few of the many awesome folks prepping for tomorrow's .NET Conf. #dotnet #visualstudio #aspire #dotnetconf
Looking forward to the release of .NET 10, watching #dotnetconf and sharing my session "Let's create an MCP Server from our .NET tool - and improve our SQL scripts with Copilot" #dotnet #mcp #mvpbuzz
⬇️ "A small detail, but one that makes your data logic precise and predictable" ... apparently. #dotnet
Entity Framework 7 roundtrip optimization ⬇️ #dotnet This was a nice optimization which removed superfluous transactions if the amount of rows to insert was less than or equal to the batch size (42 with SQL Server provider).
#dotnet .slnx format maturity? I seen this question on Reddit earlier. I'm pretty sure this format is ready to go. Anyone using it yet?
Upgrade to Templates Pack v7.13, CLI or VSIX, for Aspire integration with .NET MAUI versions 8, 9, and 10. dotnet new mauiapp -o MyApp --aspire #dotnetmaui #dotnet #csharp #Android #iOS #macOS #Windows #Aspire #aspnetcore #DevOps #Azure #iPhone #VS2026 egvijayanand.in/2025/10/29/int…
Just blogged: C# 14: More Implicit Conversions for Span<T> and ReadOnlySpan<T> #csharp #dotnet #mvpbuzz anthonygiretti.com/2025/11/22/c-1…
What a week at #Live360! Thanks to all the .NET devs who stopped by to chat about bringing enterprise GIS to Blazor apps. Your enthusiasm for ditching JavaScript while building powerful maps was incredible. Can't wait to see what you build! #dotnet #Blazor #webdev #GIS
Join us at the #Mississauga #DotNet User Group Nov 27th for @elbruno's presentation on all of the new announcements from #dotNETConf. meetup.com/mississauganet…
#SQLServer 2025 reaches GA. Resource limits have been raised in both the Standard and Express editions, offering greater value to customers. Native JSON support and built-in RegEx are standout features for developers. #dotnet #csharp #SQL #AI techcommunity.microsoft.com/blog/sqlserver…
⚡️ Google’s Antigravity IDE ignites VS Code fork debate 🏷️ #devdigest #dotnet #net #microsoft #ide #vscode #visualstudio devdigest.today/goto/5131
News from the .NET 10 launch - #dotnetMAUI receives updates centered on quality, performance & developer productivity. The updates fill in missing details in cross-platform workflows and refine long-standing platform behavior issues. 🔗 bit.ly/4ob9ff0 #dotnet #InfoQ
Migrating to #dotNET 10 can be a breeze if you have a guide by your side! Check out this easy-peasy tutorial by Remigiusz Zalewski! 👇 prgress.co/48kJ9RL
💻 ¡Aprende #dotNet #FullStack y más, con esta prueba de mi curso! Revisión del proyecto 👉 youtu.be/NT1TOws6yoQ ¡Conoce más con esta pequeño vistazo a sus lecciones y obtenlo completo en la academia #DevTalles!
youtube.com
YouTube
[S3/L4] .NET Fullstack: Arquitectura limpia al frontend y blazor -...
Testing boundaries, and some AOE skills, my instant and cone abilities seem to be broken though 🥺 I guess I'll debug later, it is Friday and I'm not thinking enough 😆 Really love how "simple" this is with some LLM help + F# #dotnet #fsharp #monogame
🔥 ¡Estudiemos este framework de desarrollo web para .Net! ¡Aprende #dotNET Fullstack: Arquitectura limpia al frontend y Blazor, con Teddy Paz! 👉🏻youtube.com/playlist?list=… 👨🏻🏫👨🏻💻 Conoce más con esta pequeña prueba del curso, ¡Y recuerda que puedes obtenerlo completo en nuestra Web!
🚀 Boost your .NET projects with "FastStringBuilder" in Spargine! Reduce memory allocations and supercharge string operations with a pooled StringBuilder. Check out performance gains and more! 🔥 dotnettips.wordpress.com/2025/05/14/boo… #dotnet #CSharp #performance #openSource #Spargine #MVPBuzz
Embark on a journey through Microsoft's IDE evolution, from Visual Basic to Visual Studio. Discover how these tools shaped the way we develop applications. Read more. dotnettips.wordpress.com/2024/05/19/fro… #MVPBuzz #VisualStudio #dotnet
🚀Boost your .NET projects! Simplify and secure configuration with Spargine's Config Class for .NET. Tackle misconfigurations, improve reliability, and easily manage app settings—all with strong typing and XML serialization. Ready to try? dotnettips.wordpress.com/2024/11/19/boo… #MVPBuzz #dotnet
🚀 Optimize your .NET code with a simple change! Switch from BitConverter.ToString() to Convert.ToHexString() for a 4.12x performance boost and reduced memory allocation. 🧑💻 dotnettips.wordpress.com/2025/02/19/mic… #DotNet #CSharp #CodeOptimization #Performance #MVPBuzz
This is a (useful) tangent: I use a combo of HTMX, AlpineJS, TailwindCSS and DaisyUI to knock out most frontend libs I'll ever need, then just use #Dotnet as my backend. If I'm without dotnet, then, as mentioned in this thread, I used Vite. But my current strat is taking those…
Also, the point of the repost is to demonstrate: a) #dotnet can do it, but typesafe b) and with less dependencies c) and more speed You need to try it. I've been using it for years, and it's fast, even in hot reload.
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…
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…
This team is just amazing! Few of the many awesome folks prepping for tomorrow's .NET Conf. #dotnet #visualstudio #aspire #dotnetconf
Exciting partnership: @AvaloniaUI is working with @flutterdev to bring Impeller, Flutter’s next-generation GPU renderer, to .NET. A major step forward for cross-platform performance and open-source collaboration. hubs.li/Q03SjBJF0 #dotnet #OSS
About to drop my next #dotnet code obfuscator featuring a novel symbol renaming technique with 100% reverser deterrence
#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!
Here are the .NET 10 RC2 #Android APK sizes for #dotnet new project Comparing release build sizes for ARM64 (default, AOT & CoreCLR) : • Pure .NET Android • #dotnetmaui • #unoplatform • #avaloniaui
.NET wins. #dotnet
I'm in love. A JavaScript server that serves static files out of a public directory and routes everything else to an index.html SPA style
“Moving off of TypeScript, 2.5M lines of code” to C# 🔥 news.ycombinator.com/item?id=452771… Anders rn: #dotnet #typescript
#Aspire running locally a distributed system is kinda beautiful to see, specially some dependency tree. The code so far github.com/kelvinrfr/dotn… (just few experimentation but want to go further here) #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
Something went wrong.
Something went wrong.
United States Trends
- 1. Caleb Love 2,947 posts
- 2. Mamdani 475K posts
- 3. Marjorie Taylor Greene 73K posts
- 4. Sengun 8,787 posts
- 5. Reed Sheppard 3,914 posts
- 6. Suns 21.4K posts
- 7. Morgan Geekie N/A
- 8. Norvell 3,570 posts
- 9. Lando 49.5K posts
- 10. Kerr 5,292 posts
- 11. UNLV 2,269 posts
- 12. #SmackDown 48K posts
- 13. Collin Gillespie 4,128 posts
- 14. #DBLF2025 13.7K posts
- 15. Blazers 4,081 posts
- 16. Wolves 16.8K posts
- 17. The View 99.7K posts
- 18. Rockets 16.9K posts
- 19. Florida State 10.9K posts
- 20. #LasVegasGP 76K posts