#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

imgui is reconnected again to the monogame project #gamedev #indiedev #csharp #monogame #imgui

binary_eyes's tweet image. imgui is reconnected again to the monogame project
#gamedev #indiedev #csharp #monogame #imgui

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

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.

🐞 Debugging in C# Debugging = removing bugs from your code! You can do it manually or use tools like Visual Studio’s debugger. Hit F5 to run with debug config. Release config? That’s for performance! #cs_internship #csharp #step2


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

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

Introducing "Reachlyst": a new premium #template for the BlazorUI library! 🚀 A stunning, ready-to-use landing page for your SaaS projects. Speed up your development with this powerful Check it out 👇 blazorui.com #dotnet #csharp #ui #blazor #component

alihangudenoglu's tweet image. Introducing "Reachlyst": a new premium #template for the BlazorUI library! 🚀

A stunning, ready-to-use landing page for your SaaS projects. Speed up your development with this powerful 

Check it out 👇
blazorui.com

#dotnet #csharp #ui #blazor #component

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

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

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

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

I’m sharing the following video, “Smart Conversations: Integrating WhatsApp, Minimal API, and OpenAI,” to create a basic AI conversational agent for WhatsApp, RAG-based, using Minimal API with C#. #CSharp #MinimalAPI #EvolutionAPI #WhatsApp #RAG #DotNet c-sharpcorner.com/article/smart-…


I just launched a new tutorial showing you how to build a Real-Time Day Planner using WPF and C# ✨ Read the full blog: medium.com/p/building-a-r… See the app in action: youtu.be/P0J6JZ73m0Q #WPF #CSharp #DesktopApp #MVVM #Programming

Vecto_Art's tweet image. I just launched a new tutorial showing you how to build a Real-Time Day Planner using WPF and C# ✨ 

Read the full blog: medium.com/p/building-a-r…

See the app in action: youtu.be/P0J6JZ73m0Q
#WPF #CSharp #DesktopApp #MVVM #Programming

🚀 Just published my first public technical article! Introducing Cocoar.Configuration v3.0 — reactive, strongly-typed, and now Type-First configuration for .NET. Read it on Dev.to 👇 dev.to/cocoar/reactiv… @dotnet #csharp #opensource #devcommunity


🚀 Tired of HashSet<T> falling apart in multi-threaded .NET code? Boost Your .NET Projects with ConcurrentHashSet<T> from Spargine—thread-safe, familiar API, and built for performance. Details + NuGet here! #dotnet #csharp #spargine #threadsafe dotnettips.wordpress.com/2025/07/13/boo…


📘『基礎からしっかり学ぶC#の教科書 第4版』は、C# 13対応で文法からしっかり学べる定番入門書。復習問題も充実! amazon.co.jp/dp/4296080431?… #CSharp #プログラミング #本紹介


Have fun with .NET 10: edit App.cs && dotnet App.cs This command opens the file in the CLI editor, and once you save and exit, it compiles and runs the file. Edit is a sleek and lightweight CLI editor—find out more about it here. #dotnet #csharp #Edit egvijayanand.in/2025/05/29/how…


Its a treasure trove for @code & @github #GitHubCopilot quite a few of them are my daily drivers especially from the #csharp and @Azure collections. Also expect a few PRs for those I didn't find there for my tech stack and workflow 😀


In C#10 or older, when creating a struct, have to initialise all field values. If you don't, the compiler will complain. C#11 introduces 'Auto-Default Structs' which will initialise fields for you to default values! #dotnet #csharp #softwaredevelopment #dotnetconf #microsoft

nickproud's tweet image. In C#10 or older, when creating a struct, have to initialise all field values. If you don&apos;t, the compiler will complain.
C#11 introduces &apos;Auto-Default Structs&apos; which will initialise fields for you to default values!
#dotnet #csharp #softwaredevelopment #dotnetconf #microsoft

If you're checking for null in C# by simply writing 'if x is null, set it to y,' there's a better way: The Null Coalescing Operator. Check out my short video showing off this awesome C# feature! 👇 youtube.com/shorts/rVCdKgs… #dotnet #csharp #softwaredevelopment #video

nickproud's tweet card. Null Checks in C# with Null Coalescing Operator

youtube.com

YouTube

Null Checks in C# with Null Coalescing Operator


Je dois créer un peu plus de contenus en Français j'avoue ... Toujours autour de mes sujets favoris #csharp #dotnet #dotnetonaws Let's goooo 🚀💪


ICYMI: (08/16/2023): "Working with the LinkedIn API with C#." RTs and feedback are always appreciated! jjg.me/3KLmxOh #API #LinkedIn #csharp #NET


Have fun with .NET 10: echo Console.WriteLine("Hello World!!!") >> App.cs && dotnet run App.cs #dotnet #csharp #dotnetmaui #aspnetcore #Blazor #Console #CLI #Terminal


What’s new in .NET Discover how the latest #dotnet release redefines developer productivity with faster builds, smarter #CSharp features, and deeper AI integration. Learn why this update sets a new standard for modern app development. is.gd/JjCbF7


imgui is reconnected again to the monogame project #gamedev #indiedev #csharp #monogame #imgui

binary_eyes's tweet image. imgui is reconnected again to the monogame project
#gamedev #indiedev #csharp #monogame #imgui

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

HARUTA_MIPPY's tweet image. プログラミングもっとやりたい!と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

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

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

Introducing "Reachlyst": a new premium #template for the BlazorUI library! 🚀 A stunning, ready-to-use landing page for your SaaS projects. Speed up your development with this powerful Check it out 👇 blazorui.com #dotnet #csharp #ui #blazor #component

alihangudenoglu's tweet image. Introducing &quot;Reachlyst&quot;: a new premium #template for the BlazorUI library! 🚀

A stunning, ready-to-use landing page for your SaaS projects. Speed up your development with this powerful 

Check it out 👇
blazorui.com

#dotnet #csharp #ui #blazor #component

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

🚀 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 &amp;amp; make a real impact.

We’re looking for engineers (IC2 &amp;amp; IC3) with 3–9 years of experience in C# &amp;amp; .NET.

#DotNetJobs #CSharp #Hiring

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

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&apos;m amazed myself. It&apos;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&apos;m amazed myself. It&apos;s just a small test demo I did, and just 5-10 components of like 100.

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

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&apos;ve imagined being interviewed by Scott Hanselman, giving talks, and being on podcasts. Thanks to everyone who believed in me!

#mvpbuzz #dotnet #csharp #aspire

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

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

Still building 🙃🙃 #csharp #gamedev @unity

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

Loading...

Something went wrong.


Something went wrong.


United States Trends