#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

davidpine7's tweet image. 🤓 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

自習 次のアクション #Unity #Csharp

kosa4416's tweet image. 自習
次のアクション
#Unity #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

binary_eyes's tweet image. 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-…

nickproud's tweet image. 🚀 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-…

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

asimmon971's tweet image. 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.…



Still building 🙃🙃 #csharp #gamedev @unity

OldguardGaming_'s tweet image. Still building 🙃🙃
#csharp #gamedev @unity

Changing game driver state #gamedev #indiedev #csharp #code

binary_eyes's tweet image. Changing game driver state
#gamedev #indiedev #csharp #code

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.

PrzemyslawKlys's tweet image. 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.
PrzemyslawKlys's tweet image. 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.

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

OldguardGaming_'s tweet image. Good morning Dev and Gamers 
We keep building regardless❤️🎮
#csharp #unity #gamedev #indiedev #2dgames

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

Blazorise's tweet image. 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

ننفذ مشاريع البرمجة المرئية بلغة #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


自習 次のアクション #Unity #Csharp

kosa4416's tweet image. 自習
次のアクション
#Unity #Csharp

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…

Mike_E_angelo's tweet image. 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


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

nickproud's tweet image. 🚀 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-…

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

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

🚀 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

ankitsharma_007's tweet image. 🚀 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

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

hanaaaaaachiru's tweet image. AssetBundleを解析してくれるMCP ServerをOSSとして公開しました!
「AssetBundleに含まれるテクスチャの一覧を教えて」といった質問をgemini-cliやcopilot agentでできるようになります

セットアップも設定ファイルを編集するだけですので是非お試しくださいmm
#csharp
github.com/hanachiru/Asse…

every time I type `dotent` into my terminal #dotnet #fsharp #csharp

Jimmy_Byrd's tweet image. every time I type `dotent` into my terminal

#dotnet #fsharp #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

davidpine7's tweet image. 🤓 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

Yah this is C# #dotnet #csharp

davidfowl's tweet image. Yah this is C#

#dotnet #csharp

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

OldguardGaming_'s tweet image. Good morning Dev and Gamers 
We keep building regardless❤️🎮
#csharp #unity #gamedev #indiedev #2dgames

Did you know you could do this in C#? #dotnet #csharp

HassanRezkHabib's tweet image. Did you know you could do this in C#?

#dotnet #csharp

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

asimmon971's tweet image. 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

We’re about to take C# to the next level. Look out Python 👀 #dotnet #csharp

davidfowl's tweet image. We’re about to take C# to the next level. Look out Python 👀

#dotnet #csharp
davidfowl's tweet image. We’re about to take C# to the next level. Look out Python 👀

#dotnet #csharp

自習 次のアクション #Unity #Csharp

kosa4416's tweet image. 自習
次のアクション
#Unity #Csharp

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

asimmon971's tweet image. 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



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

DevLeaderCa's tweet image. Regex is powerful for pattern matching, but what about performance?

Read more here:
devleader.ca/2024/04/08/csh…

#CSharp #DotNet #Regex #Performance

Still building 🙃🙃 #csharp #gamedev @unity

OldguardGaming_'s tweet image. Still building 🙃🙃
#csharp #gamedev @unity

Microsoft MVP for Developer Technologies (.NET) を受賞しました。 日頃よりYouTubeやブログを応援してくださっている皆さま、本当にありがとうございます。 これからもC#に関する情報発信を続けていきますので、よろしくお願いいたします。 #MVP #dotnet #CSharp

prota_csharp's tweet image. Microsoft MVP for Developer Technologies (.NET) を受賞しました。

日頃よりYouTubeやブログを応援してくださっている皆さま、本当にありがとうございます。

これからもC#に関する情報発信を続けていきますので、よろしくお願いいたします。

#MVP #dotnet #CSharp

💡 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

dotnetES's tweet image. 💡 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

Loading...

Something went wrong.


Something went wrong.


United States Trends