#dotnet ผลการค้นหา
AI agents, simplified. Meet Microsoft Agent Framework: ✔ Minimal setup ✔ Multi-agent orchestration ✔ Built-in hosting & monitoring Start small, scale confidently, and keep it all in your favorite .NET ecosystem. Start building → msft.it/6016svaSo #dotnet 🤖

Code Coverage available in Visual Studio 2026 Community and Professional Editions 🥳 Nice move Microsoft 👍🏻 #dotnet

I'm going to keep sharing posts like this ⬇️ from Reddit and elsewhere until more devs KISS!!! #Dotnet ... and yes, we are over-abstracting our projects.

About to drop my next #dotnet code obfuscator featuring a novel symbol renaming technique with 100% reverser deterrence

New .NET @nanoFramework IoT bindings released: • ADC128D181 (ADC) • DRV8825 (stepper driver) • XPT2046 (touch controller) Bring sensors, motors & touch to .NET embedded in C#. 👉 github.com/nanoframework/… #dotnet #IoT #nanoFramework

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…

#dotnet LINQ performance benchmark ⬇️ Seen this earlier on LinkedIn, a somewhat contrived benchmark perhaps but still quite indicative of performance improvements from .NET version to version.

Modernize apps. Move to Azure. Faster. GitHub Copilot can: ✅ Refactor legacy code ✅ Upgrade .NET frameworks ✅ Automate Azure migrations ✅ Generate IaC + pipelines Modernization without the pain. #Azure #DotNet 🔗 msft.it/6019sL64v

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…

“Moving off of TypeScript, 2.5M lines of code” to C# 🔥 news.ycombinator.com/item?id=452771… Anders rn: #dotnet #typescript

Me trying to bring balance to a Stored Procedure v Entity Framework debate on my LinkedIn yesterday ⬇️ #dotnet I prefer Entity Framework for sure, I like to keep as much as possible consolidated on the app side. However I will 100% reach for a stored procedure should it be a…

#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!

AI writes code. You make it great. 💡 The new #dotnet blog shows how devs can master reviewing AI-generated code—boosting quality, speed, and team impact. Tips on naming, testing, error handling & more: 👉 msft.it/6014sFzek

I'm looking for fellow #dotnet developers! | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄| | Let's #Connect ! | |__________| \ (•◡•) / \ / ——…
Thanks to everyone who packed my .NET + C# on AWS IoT session out at #AWSCommunityDaySouthAfrica2025! Loved .NETifying AWS - @nanoFramework FTW on constrained devices. Huge thanks to the team and sponsors. #dotnet #IoT #ESP32 #community #dotneteverywhere #lamda #dynamodb

In #dotnet, I think local functions are often overlooked. It's been around since C# 7. Take a look! 😀 #softwaredevelopment #learn #code #tech

Want to start building AI-powered agents in your apps? In this .NET AI Community Standup session, we walk through the fundamentals of the Microsoft Agent Framework with #dotNET. PLUS, we learn to design, orchestrate, (cont) msft.it/l/6018s49AI

AltCover (code coverage for #Dotnet built in #fsharp) status update This year I've had less time free to get into code-mode, and what I've had has been mostly taken up with keeping ahead of library updates and the net10.0 previews. Most of the hiccups from the previews have been…
Novo vídeo no Canal .NET -> Injeção de Dependências em ASPNET Core: entendendo na prática -- Link: youtube.com/watch?v=RUAygS… C/ @ionixjunior #dotnet #csharp #aspnetcore #aspnet #di #dependencyinjection #windows #macos #linux #canaldotnet #cortes #cortescanaldotnet

Explore the benefits of using code-behind in Blazor. This approach simplifies your component logic, enhances readability, and promotes reusability. #Blazor #dotnet #aspnet isaacl.dev/gt6
#dotnet devs. what are some well established dotnet repos with code standards, .editorconfig, analyzers that would suit an enterprise org? zero alloc hints are probably not the main goal here :)
Have you tried Shiny Mediator in your .NET apps? Our newest v5 beta is working towards being fully AOT/Trim compliant which means speed! Give it a try & send us your feedback! shinylib.net/mediator shinylib.net/release-notes/… nuget.org/packages/Shiny… #dotnet #dotnetmaui
.NET 8 introduced performance improvements that make it one of the fastest frameworks out there✅ #dotnet #backend
Completed the Commonwealth Bank Software Engineering Simulation (Forage) ✅ Enhanced backend (C#, .NET, MongoDB) & frontend (React, Redux, TS). Practiced unit testing (xUnit) + Git workflows. #CSharp #React #DotNet #SoftwareEngineer #Forage

Are you ready to dive into AI agents with .NET? 🚀 The latest .NET AI Community Standup is here, breaking down the Microsoft Agent Framework. youtube.com/watch?v=KDxi3N… #dotnet #agentframework #ai
youtube.com
YouTube
.NET AI Community Standup - Getting Started with the Microsoft Agent...
Discover how to automate document workflows with Combo Charts, one-line watermarks, smarter splitting, and sharper PDFs in Xceed Words for .NET 5.1. Check out the developers guide: zurl.co/KM3EI #XceedWords #dotnet #developer #documentautomation

Things That Caught My Attention Last Week - October 3 bit.ly/47b8cX0 #dotnet
New .NET @nanoFramework IoT bindings released: • ADC128D181 (ADC) • DRV8825 (stepper driver) • XPT2046 (touch controller) Bring sensors, motors & touch to .NET embedded in C#. 👉 github.com/nanoframework/… #dotnet #IoT #nanoFramework

Passwordless authentication is gaining momentum. The upcoming release of #dotnet 10 comes with built-in passkey support! In this post, we look at the new #Blazor project template and how it adds secure authentication using passkeys. duende.link/37egw9f #identity #webauthn
The coolest terminal UI app using #cSharp & #dotNET? 🤯 Want to see what @nickchapsas is cooking? Dive in: prgress.co/47oLLgZ

Want to start building AI-powered agents in your apps? In this .NET AI Community Standup session, we walk through the fundamentals of the Microsoft Agent Framework with #dotNET. PLUS, we learn to design, orchestrate, (cont) msft.it/l/6018s49AI

Boost your .NET collections with Span<T> & MemoryExtensions! 🚀 Learn how to slash memory allocations & boost performance in common tasks like sorting, searching, and reversing. Check out the benchmarks in my latest article! dotnettips.wordpress.com/2024/10/15/sup… #dotnet #performance #MVPBuzz
⚡️ Result Types and Exceptions in Software Design 🏷️ #devdigest #dotnet #net devdigest.today/goto/4957
🛡️ Secure ASP.NET Core APIs with Rate Limiting! Prevent overloads & boost performance—100 req/min limit with HTTP 429. #dotnet #aspnetcore #ratelimiting #apidev ottorinobruni.com/how-to-use-rat…
About to drop my next #dotnet code obfuscator featuring a novel symbol renaming technique with 100% reverser deterrence

I'm going to keep sharing posts like this ⬇️ from Reddit and elsewhere until more devs KISS!!! #Dotnet ... and yes, we are over-abstracting our projects.

the X algorithm needs some #dotnet no wonder this app is so slow and buggy, all that Scala and Java... Elon must start the re-write ASAP

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…

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…

“Moving off of TypeScript, 2.5M lines of code” to C# 🔥 news.ycombinator.com/item?id=452771… Anders rn: #dotnet #typescript

#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!

AI writes code. You make it great. 💡 The new #dotnet blog shows how devs can master reviewing AI-generated code—boosting quality, speed, and team impact. Tips on naming, testing, error handling & more: 👉 msft.it/6014sFzek

#dotnet LINQ performance benchmark ⬇️ Seen this earlier on LinkedIn, a somewhat contrived benchmark perhaps but still quite indicative of performance improvements from .NET version to version.

The Aspire team is cooking up a new (All) option for the console logs page. Want everything at once? (All) gives you all resource logs in one view 🚀 #dotnet #aspire

MrBeast says he will put 10 #Dotnet influencers in a house for a month and whoever doesn't post about screaming architecture gets 1 million dollars


‘Trusted Publishing’ is now available on NuGet.org! 🚀 Publish packages more securely with short‑lived OIDC tokens. No more key management! 🔒See the blog to get started: aka.ms/nuget/oidc-blog ✨ #NuGet #dotnet

Something went wrong.
Something went wrong.
United States Trends
- 1. $CHA 1,156 posts
- 2. #TORQSports N/A
- 3. Nancy 89K posts
- 4. Supreme Court 126K posts
- 5. Argentina 456K posts
- 6. Waddle 5,085 posts
- 7. #TWICExVictoriasSecret 35K posts
- 8. #VSFashionShow 56.4K posts
- 9. #PokemonGO 3,916 posts
- 10. Banish 1,546 posts
- 11. Malcolm Brogdon 4,876 posts
- 12. TWICE LIGHTS UP VSFS 33.8K posts
- 13. jihyo 43.2K posts
- 14. SCOTUS 40K posts
- 15. #LoveIsBlind 4,419 posts
- 16. Olave 4,041 posts
- 17. Big Balls 31.4K posts
- 18. Biker Boyz N/A
- 19. Voting Rights Act 42K posts
- 20. Martha 22.9K posts