#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

🚀 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-…

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

🧠 Code that works isn’t enough — it must be trustworthy. ✍️ By Abhishek Kumar Learn how Unit Testing & Quality Gates make real-world .NET apps reliable. 👉 firstcrazydeveloper.in/2025/10/12/why… #DotNet #CSharp #Testing #FirstCrazyDeveloper #AbhishekKumar
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

#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.…
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.


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

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

🔨 Debugging in Visual Studio? Here's your essential toolkit: 🔷 F5 – Start Debugging 🔷 Shift+F5 – Stop Debugging 🔷 F9 – Set Breakpoint 🔷 Hover – View Data Tips VS Code keeps output in-editor. Visual Studio opens a separate console. #cs_internship #csharp #step2
🧠 Code that works isn’t enough — it must be trustworthy. ✍️ By Abhishek Kumar Learn how Unit Testing & Quality Gates make real-world .NET apps reliable. 👉 firstcrazydeveloper.in/2025/10/12/why… #DotNet #CSharp #Testing #FirstCrazyDeveloper #AbhishekKumar
ننفذ مشاريع البرمجة المرئية بلغة #Csharp أو #Java مع واجهات رسومية أنيقة وواضحة. نكتب الكود كامل مع شرح وملف المشروع الجاهز للتسليم. تصميم احترافي وسهل الفهم، يناسب متطلبات الجامعة ويضمن لك التميز الأكاديمي. #برمجة_مرئية #مشروع_برمجي #طلاب_الحاسب
🔨 Debugging in Visual Studio? Here's your essential toolkit: 🔷 F5 – Start Debugging 🔷 Shift+F5 – Stop Debugging 🔷 F9 – Set Breakpoint 🔷 Hover – View Data Tips VS Code keeps output in-editor. Visual Studio opens a separate console. #cs_internship #csharp #step2
🐞 Debugging is about asking the right questions. Before diving into code, clarify: 🔷What should it do? 🔷What’s happening instead? 🔷Where might it be going wrong? Then challenge your assumptions. Tools like breakpoints, call stack & AI can help. #cs_internship #csharp #step2
C# 14 – What’s New and Why It Matters Discover how #CSharp 14 refines developer productivity with inline arrays, ref fields in structs, and improved interceptors. Learn how these features push #dotnet performance and control to the next level. is.gd/m5AMGa
#横断プログラミングかるた #エンジニア #CSharp #DotNetCore 対応するC#と.NETのバージョンをC#12.0/.NET 8.0→C#14.0/.NET 9.0へ変更します by IT業界向けカードゲーム『横断プログラミングかるた』第2版制作費捻出と販売 camp-fire.jp/projects/88154… #クラウドファンディングCAMPFIRE @YunProJPより
SOLID principles in c# #dotnet #python #csharp #aspnetcore #dotnetcore #AI #article #coding #developer #Java #solid

LiteDB got Vector Search support! This is great! #dotnet #LLM #csharp github.com/litedb-org/Lit…
Yes, @StarbeamOne's solution currently features 194,000 lines of #CSharp and 53,000 lines of #Razor. Notable is the 14,345 files of C#, which means the average file has roughly 13.5 lines of code in it. Fewer lines of code means the less something can go wrong and therefore…

"그럴 리 없어" → 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
プログラミングもっとやりたい!と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

AssetBundleを解析してくれるMCP ServerをOSSとして公開しました! 「AssetBundleに含まれるテクスチャの一覧を教えて」といった質問をgemini-cliやcopilot agentでできるようになります セットアップも設定ファイルを編集するだけですので是非お試しくださいmm #csharp github.com/hanachiru/Asse…


🚀 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

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

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

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.


Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 57.3K posts
- 2. Panthers 56.9K posts
- 3. Ravens 58.1K posts
- 4. Dolphins 41.3K posts
- 5. #KeepPounding 4,980 posts
- 6. Colts 50.4K posts
- 7. Eberflus 6,747 posts
- 8. Drake Maye 16.8K posts
- 9. Rico Dowdle 5,853 posts
- 10. Chargers 47.6K posts
- 11. Steelers 56.7K posts
- 12. Pickens 15.5K posts
- 13. James Franklin 46.1K posts
- 14. Penn State 62.6K posts
- 15. Herbert 12.6K posts
- 16. Saints 57.5K posts
- 17. #Browns 3,790 posts
- 18. Dillon Gabriel 3,286 posts
- 19. Diggs 8,615 posts
- 20. Jets 103K posts