#csharp search results
🤓 File-based apps in C# are insane! I love them...my package.json has a script that is simply `dotnet run file.cs`. #javascript 💜 #csharp

heh, learnt a neat trick with namespaces.. don't need to include full namespace in using declaration if I've got the namespace declared on the file scope. #gamedev #indiedev #csharp #monogame

🚀 Thinking of using C# in your startup? Check out this insightful account of a startup journey adopting the language from the beginning! #dotnet #csharp #startup #tech #softwaredevelopment #microsoft 💻👩💻 Read more here: 📝🔗 devblogs.microsoft.com/dotnet/why-we-…

Sometimes when I look at my HtmlForgeX module and how with zero html/zero css/zero js I can create super fancy HTML in #csharp I'm amazed myself. It's just a small test demo I did, and just 5-10 components of like 100.


#WinUITableView on @UnoPlatform now keeps the header row pinned while scrolling 🎉 coming in v1.4! #WinDev #csharp #dotnet #fluentdesign #WinUI github.com/w-ahmad/WinUI.…
👀A sneak peek at Frozen Columns support coming to #WinUITableView! Stay tuned for v1.4 🚀 #WinDev #csharp #dotnet #fluentdesign #WinUI github.com/w-ahmad/WinUI.…
So honored to have been awarded Microsoft MVP earlier this month. Three years ago, I never would've imagined being interviewed by Scott Hanselman, giving talks, and being on podcasts. Thanks to everyone who believed in me! #mvpbuzz #dotnet #csharp #aspire

Blazorise v1.8.4 is out now! 🚀 A smaller release – but packed with quality of life improvements that make a big difference in day-to-day development 👇 Release notes: blazorise.com/news/release-n… #blazor #csharp #devs #components #update 1/4

Workleap's C# coding standard has reached 100 stars in just a couple of days. It seems people like the idea of simply installing a NuGet package to get code style, best practices for perf, quality, and security enforced by default in any IDE and during CI builds! #dotnet #csharp

We standardized our C# code style, fine-tuned hundreds of built-in Roslyn analyzers and MSBuild properties, all bundled into a single reusable NuGet package. No more EditorConfig files! Learn more at medium.com/p/02ff340b4a96 🧵Learnings and benefits in thread... #dotnet #csharp
Fully revamped the tree view 🌳 in .NET Lab (lab.razor.fyi). Now with cursor syncing. Can display syntax, IOperation, and symbol info. #dotnet #csharp #roslyn #dotnetlab

DAY 2 QUESTION 10 Write a program that declares variables for length and width, assigns values, and prints the area of a rectangle. @thcsfoundation @trivesta #coding #dotnet #csharp


Many still see C#/.NET as Windows-only, but that’s changing fast. With .NET MAUI, Blazor, and strong Linux support, cross-platform development opens more opportunities. It’s worth embracing to stay flexible and relevant in today’s diverse ecosystem. #dotnet #csharp
If C# is as productive as we say, why am I seeing fewer .NET job posts? VB ruled the ’90s; today C# hovers mid-pack (compiled-only rankings). What’s Microsoft’s play to reignite demand? Practitioners + hiring managers: weigh in! #dotnet #csharp #MVPBuzz

"그럴 리 없어" → VERIFY "이거 버그 같긴 한데 급하진 않음" → CHECK912 "이건 지금 터짐" → CHECK911_THROW 🚨 나만의 방어 유틸 5종 세트 공개 😎 blog.popekim.com/ko/2025/10/11/… #CSharp #Assert #DefensiveProgramming #코딩밈
Usa "optional chaining" en C# para evitar null checks repetitivos: var length = person?.Address?.Street?.Length #CSharp #OptionalChaining #OneDevTipADay
DTO Vs Entity in .NET #dto #dotnet #csharp #dotnetcore #netcore #aspnet #aspnetcore #Coding #developer #python #sql #mysql #FolloForFolloBack

🚀 Thinking of using C# in your startup? Check out this insightful account of a startup journey adopting the language from the beginning! #dotnet #csharp #startup #tech #softwaredevelopment #microsoft 💻👩💻 Read more here: 📝🔗 devblogs.microsoft.com/dotnet/why-we-…

Many still see C#/.NET as Windows-only, but that’s changing fast. With .NET MAUI, Blazor, and strong Linux support, cross-platform development opens more opportunities. It’s worth embracing to stay flexible and relevant in today’s diverse ecosystem. #dotnet #csharp
heh, learnt a neat trick with namespaces.. don't need to include full namespace in using declaration if I've got the namespace declared on the file scope. #gamedev #indiedev #csharp #monogame

I added a C# code executor to my Blazor app using Roslyn scripting. You can write C# code directly in the browser, hit run, and see the results instantly. Added timeouts, caching, and safety checks so it doesn't blow up 😅 Let me show you how it works 👇 #dotnet #csharp

Need to filter large datasets in #CSharp? 🧵 Master the use of DataTable filters with examples, logical operators, and more! 💡 Clean, efficient data handling starts here. 🔗 Read more: educba.com/c-sharp-datata… #DotNet #DataTable #CodingTips #CodeNewbie #SoftwareDev #LearnCSharp

Apagar el editor por hoy, pero no las ganas de seguir creando. #FinDeSemana #CleanCode #CSharp #Dev #JGDev

プログラミングもっとやりたい!と3月から教室にも通っている小3息子。 興味に合わせてやっていこうスタイルの先生で、ロボット、Python、C♯など、いろいろ提案してくださって、自分でやることを決めたい息子はすごく楽しそう✨ 今はSQLとC♯である図鑑を制作中 #プログラミング #SQL #csharp #小学生

🤓 File-based apps in C# are insane! I love them...my package.json has a script that is simply `dotnet run file.cs`. #javascript 💜 #csharp

Playing with some AI samples from Microsoft.Extensions.AI docs github.com/dotnet/extensi… #dotnet #csharp #ai

🚀 We’re hiring C# Developers @Celonis India! 🇮🇳 Join us to build scalable .NET apps, write clean code & make a real impact. We’re looking for engineers (IC2 & IC3) with 3–9 years of experience in C# & .NET. #DotNetJobs #CSharp #Hiring



Good morning Dev and Gamers We keep building regardless❤️🎮 #csharp #unity #gamedev #indiedev #2dgames

So honored to have been awarded Microsoft MVP earlier this month. Three years ago, I never would've imagined being interviewed by Scott Hanselman, giving talks, and being on podcasts. Thanks to everyone who believed in me! #mvpbuzz #dotnet #csharp #aspire

Workleap's C# coding standard has reached 100 stars in just a couple of days. It seems people like the idea of simply installing a NuGet package to get code style, best practices for perf, quality, and security enforced by default in any IDE and during CI builds! #dotnet #csharp

We standardized our C# code style, fine-tuned hundreds of built-in Roslyn analyzers and MSBuild properties, all bundled into a single reusable NuGet package. No more EditorConfig files! Learn more at medium.com/p/02ff340b4a96 🧵Learnings and benefits in thread... #dotnet #csharp
Sometimes when I look at my HtmlForgeX module and how with zero html/zero css/zero js I can create super fancy HTML in #csharp I'm amazed myself. It's just a small test demo I did, and just 5-10 components of like 100.


💡 Tip C# ❌ Evita concatenar strings con bucles (puede ser lento y complicado) ✅ Usa string.Join para unir colecciones de forma rápida y limpia 🚀✨ ¡Haz tu código más eficiente y legible! 👏 #csharp #dotnet #devtips #programacion


Regex is powerful for pattern matching, but what about performance? Read more here: devleader.ca/2024/04/08/csh… #CSharp #DotNet #Regex #Performance

This is the size of scroll bar when you're reading @stephentoub 's blog about performance improvements in .NET 10! #dotnet #csharp

Something went wrong.
Something went wrong.
United States Trends
- 1. Auburn 42.3K posts
- 2. Brewers 59.4K posts
- 3. Georgia 66.2K posts
- 4. Cubs 53.9K posts
- 5. Kirby 22.5K posts
- 6. Michigan 61.8K posts
- 7. Hugh Freeze 2,972 posts
- 8. Kyle Tucker 3,022 posts
- 9. #GoDawgs 5,316 posts
- 10. #ThisIsMyCrew 3,128 posts
- 11. Boots 49.8K posts
- 12. Amy Poehler 2,973 posts
- 13. Gilligan 5,213 posts
- 14. Jackson Arnold 2,097 posts
- 15. Tina Fey 2,044 posts
- 16. Nuss 5,628 posts
- 17. #MalimCendari3D 2,923 posts
- 18. Sherrone Moore 2,015 posts
- 19. Arizona 40.9K posts
- 20. #MagicBrew 11.9K posts