#dotnet 검색 결과
Feeling smart today? Prove it 😏 Join the Secret Decoder Challenge at #dotNETConf. Clues. Codes. Chaos. Prizes. Your brain deserves some cardio. 🧠💪 hubs.li/Q03S9rP10 #dotnet
LINQPad 9 now supports file-based apps in #dotnet 10. You can run these .cs files directly via dotnet run! linqpad.net/linqpad9.aspx
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
Congrats to @jodydonetti on his new @dometrain course! Looking forward to going through it this weekend. #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
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
Entity Framework 10 has an analyzer which warns if concatenation is performed within a "raw" SQL method invocation like below: #dotnet
Huzzah! Left = COLRv1, Right = SVG Both rendered from different tables in the same font. @SixLabors Fonts v3 will support both! #dotnet #oss
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
⬇️ "A small detail, but one that makes your data logic precise and predictable" ... apparently. #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
📣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
Adapter Pattern in .NET – Decouple External Libraries and Wrap APIs for Easier Testing Learn how a simple pattern can save you hours of refactoring and reduce technical debt ottorinobruni.com/adapter-patter… #dotnet #csharp
Prizes. Speakers. .NET 10. We’re sponsoring DotNETConf 2025 and can’t wait to share the latest in ComponentOne! Don’t miss it: bit.ly/35f9WhW #dotNETConf #DotNet #DotNet10 #Microsoft #VirtualEvent #Developers #Coding #WebDevelopment
How many hours a week do you spend exporting reports or invoices to PDF — manually? What if Document Solutions for PDF, a .NET PDF API library, could handle that in seconds, straight from your .NET app? #DotNet #PDF #Microservices #Exporting #Reports #Invoices #Coding…
We are thrilled to be a sponsor of #dotnetconf 2025! Join developers around the world for three days of the latest in .NET Don't miss it register free at dotnetconf.net #dotnet #dotnetconf #developercommunity #opensource
Have you heard of the Mediator Pattern? Read more here: devleader.ca/2023/11/20/exp… #csharp #dotnet #designpatterns #mediator
🥳¡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…
🚀 New article alert! "dotNetDave's Faster or Not! 🏎️ Early Return in .NET Methods" - Does early returning boost performance? I break down the benchmarks and reveal if it’s faster or not. Check it out! 👇 dotnettips.wordpress.com/2024/11/07/dot… #dotNet #Performance #CodingTips #MVPBuzz
11/ What’s your take? React or Angular for your next enterprise project? Drop your opinion below — let’s discuss. #DotNet #Angular #EnterpriseDevelopment #ScalableArchitecture #TechConsulting
Never trust user input! 🛡️ 1. Use .NET validation: [Required], [Range], [EmailAddress]. 2. Create Custom rules: Use ValidationAttribute or IValidatableObject. 3. For complex logic, try FluentValidation. ✅ #dotnet #webdev #programming
ICYMI: (07/09/2025): "Simplify Your .NET Development with Aspire." RTs and feedback are always appreciated! jjg.me/4kqEWio #Aspire #NET #dotnet #Development #ASPNET #Containers
Advancing from .NET backend to full-stack excellence 🚀 Completed Module 4: Control Structures & Loops in Microsoft’s Full-Stack Developer Certificate on Coursera. Strong logic, cleaner code, better systems ⚙️ #DotNet #CSharp #Microsoft #Coursera #FullStackDeveloper
Just completed Module 3: Algorithms, Flowcharts & Data Types from Microsoft’s Full-Stack Developer Certificate on Coursera 🎯 Strong logic = stronger systems 🔥 #Microsoft #Coursera #FullStackDeveloper #BackendDeveloper #CSharp #ASPNetCore #CodingJourney
Manage temp files effortlessly in your .NET projects with Spargine’s TempFileManager! 🚀 Create, track, and clean up temp files automatically with IDisposable. Perfect for testing & benchmarking. Check it out! dotnettips.wordpress.com/2025/04/30/boo… #dotNET #Csharp #Coding #Spargine #MVPBuzz
🚀 Boost your C# string performance! 🚀 Benchmark results show that using a character in Contains() is 3.57x faster than using a string. Check out the details and optimize your code. dotnettips.wordpress.com/2024/05/08/str… #dotnet #dotnet8 #MVPBuzz #CodePerformance
🔥 New roast just dropped: I refactor bad code and eardrums. 🤘 From .NET to full-stack face-melter — I’m the only dev who deploys and stage dives. Read it before GitHub bans me. #dotnet #MVPBuzz #RockYourCode #dotNetDave dotnettips.wordpress.com/2025/04/30/roc…
Boost your .NET projects with Spargine’s IEnumerable extensions! 🚀 Explore powerful methods for enhanced performance & utility. Contribute and check out the source on GitHub or NuGet! dotnettips.wordpress.com/2024/10/27/boo… #dotnet #opensource #csharp #Spargine #MVPBuzz
🗄️ Integrate SQLite into .NET Console Apps with C# & VSCode! 🚀 Fast, lightweight database for your CLI tools. #dotnet #sqlite #csharp #vscode #database ottorinobruni.com/how-to-integra…
Boost your .NET projects! Discover how Copilot's new slash commands transformed performance in Spargine by up to 1,360x. Learn more about these enhancements and how you can apply them. dotnettips.wordpress.com/2024/07/28/boo… #dotNET #VisualStudio #CodingTips #Copilot #CodePerformance
Did you know I've written over 80 articles on code analysis at dotNetTips.com? 💡 Learn how to build faster, more reliable apps and services! Check it out: bit.ly/DotNetTipsCode… #dotnet #RockYourCode #CodeAnalysis #MVPBuzz
Announcing nanoFramework.IoT.Device.DnsServer — a DNS server library now available for .NET @nanoFramework ! 🎉 Run DNS on your MCU to enable features like .local name resolution, captive portals, device discovery, and more. #dotnet #IoT #embedded #dns
LINQPad 9 now supports file-based apps in #dotnet 10. You can run these .cs files directly via dotnet run! linqpad.net/linqpad9.aspx
#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!
About to drop my next #dotnet code obfuscator featuring a novel symbol renaming technique with 100% reverser deterrence
Security isn’t optional—it’s essential. The new .NET Security Group helps devs tackle vulnerabilities, share knowledge, and build safer apps together. 🔐 Dive in here: msft.it/6016sfnXO #CyberSecurity + #dotnet = stronger code 💪
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 🚀
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…
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/6010sWrPs
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
Dig into hundreds of the small but meaningful and compounding performance improvements since .NET 9 that make up .NET 10’s story. Learn more, msft.it/6012sfA34 #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
Congrats to @jodydonetti on his new @dometrain course! Looking forward to going through it this weekend. #dotnet
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
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…
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
🌟 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
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 🚀
Entity Framework 10 has an analyzer which warns if concatenation is performed within a "raw" SQL method invocation like below: #dotnet
Something went wrong.
Something went wrong.
United States Trends
- 1. LINGORM HER AND HERS FANCON 384K posts
- 2. #BUNCHITA 1,473 posts
- 3. Frankenstein 82.5K posts
- 4. #KirbyAirRiders 1,907 posts
- 5. Giulia 15.6K posts
- 6. taylor york 8,879 posts
- 7. Tulane 4,475 posts
- 8. Supreme Court 183K posts
- 9. Aaron Gordon 5,058 posts
- 10. #SmackDown 48.1K posts
- 11. #TheLastDriveIn 4,025 posts
- 12. #River 4,877 posts
- 13. Brown Jackson 5,715 posts
- 14. Pluribus 31.4K posts
- 15. Justice Jackson 6,116 posts
- 16. Connor Bedard 3,215 posts
- 17. Gozyuger 2,289 posts
- 18. Russ 14.4K posts
- 19. Tatis 2,246 posts
- 20. Northwestern 5,142 posts