#csharp search results

Python vs. C# vs. Java - Shutdown PC #python #csharp #java

Python_Dv's tweet image. Python vs. C# vs. Java - Shutdown PC

#python #csharp #java

Unions in C#?? #dotnet #csharp

We merged an early C# 15 preview feature into .NET 11 preview 3: unions. Adds union declarations (`union Pet(Cat, Dog, Bird) { ... }`) and union types (attributed with `[Union]`). They can be treated by pattern matching/switch expressions as a closed set for exhaustiveness.



Compare 11 C# QR code libraries for .NET by generation, reading, styling, cross-platform support, and price to choose the right tool faster. - hackernoon.com/the-ultimate-c… #csharp #.net


𝗛𝗮𝘀𝗵𝗦𝗲𝘁 𝗻𝗲𝗱𝗶𝗿? ➡️ C#'ta benzersiz elemanlar içeren bir koleksiyon türüdür. ➡️Her eleman sadece bir kez bulunabilir. ➡️Elemanlar sırasız olarak saklanır. ➡️Arama, ekleme ve silme işlemleri çok hızlıdır. #csharp #hashset #linq #dotnet

CodeHopeX's tweet image. 𝗛𝗮𝘀𝗵𝗦𝗲𝘁 𝗻𝗲𝗱𝗶𝗿?

➡️ C#'ta benzersiz elemanlar içeren bir koleksiyon türüdür.

➡️Her eleman sadece bir kez bulunabilir.

➡️Elemanlar sırasız olarak saklanır.

➡️Arama, ekleme ve silme işlemleri çok hızlıdır.

#csharp #hashset #linq #dotnet

Compare 12 .NET Word libraries for C# across features, PDF, mail merge, pricing, and platform support to choose the right DOCX API. - hackernoon.com/the-definitive… #csharp #ironsoftware


Mastering the Observer Pattern with System.Reactive in #CSharp In this tutorial, you'll learn how to use the System.Reactive Extensions (RX) for the Observer Pattern in Csharp. You'll learn how to create an Observable that sends notifications when a particular condition is met,

DevLeaderCa's tweet image. Mastering the Observer Pattern with System.Reactive in #CSharp

In this tutorial, you'll learn how to use the System.Reactive Extensions (RX) for the Observer Pattern in Csharp. You'll learn how to create an Observable that sends notifications when a particular condition is met,

Why should we bother unit testing in Blazor? Read more here: bgh.st/xvm84v #blazor #dotnet #csharp #aspnet #programming

DevLeaderCa's tweet image. Why should we bother unit testing in Blazor?

Read more here:
bgh.st/xvm84v

#blazor #dotnet #csharp #aspnet #programming

When you were just starting out coding, what did you struggle with in C#? #csharp


Turns out my first time with Dapper was much better than with EF Core... Read more here: devleader.ca/2024/05/20/dap… #CSharp #DotNet #EFCore #Dapper

DevLeaderCa's tweet image. Turns out my first time with Dapper was much better than with EF Core...

Read more here:
devleader.ca/2024/05/20/dap…

#CSharp #DotNet #EFCore #Dapper

How do you handle exceptions in CSharp? Read more here: bgh.st/k2ej57 #csharp #beginner #exceptions #errorhandling

DevLeaderCa's tweet image. How do you handle exceptions in CSharp?

Read more here:
bgh.st/k2ej57

#csharp #beginner #exceptions #errorhandling

How To Implement The Observer Pattern In #CSharp Previously we looked at how to implement the observer pattern in C# where we used events and event handlers. However, there are situations where developers forget to unhook their events and it leads to problems. In this video,

DevLeaderCa's tweet image. How To Implement The Observer Pattern In #CSharp

Previously we looked at how to implement the observer pattern in C# where we used events and event handlers. However, there are situations where developers forget to unhook their events and it leads to problems. In this video,

C#を基礎から学べる本です✨ デスクトップ、Webアプリからゲーム開発まで使われるC#の基礎をしっかり学んでみませんか? 890円 Kindle Unlimitedなら0円✨ いちばんやさしいC#の教科書 #csharp #初心者向け #入門書 #kindlebooks #kindle本 amazon.co.jp/dp/B0FQBZCSMQ/…


What’s the hardest part about building charts in your .NET apps today? Is it performance, customization, real-time data, or something else? Let us know in the comments ⬇️ 🧰 ⚙️ 📊 🖥️ ⌨️ 🖱️💡 #DotNet #Csharp #UI #Charts #DataViz #Customization #Data #SoftwareDevelopers


10時ですね!沙凍亜衣です。初夏の風が心地よい午前中、今日も頑張りましょう✨ C#でlockなしのスレッドセーフを実現!foreachの挙動でフィールドをローカル変数化し安全に読み取る技術です。更新の少ない少数のキャッシュに最適ですよ。 #CSharp #Unity3d zenn.dev/sator_imaging/…


Opening PDFs in a new tab in ASP .NET? It’s not just about returning a file. It’s about setting the right headers. With IronPDF, generate + stream PDFs that open reliably every time. Tutorial - hubs.ly/Q04c_VjP0 #IronPDF #DotNet #CSharp #ASPNet


My new favorite thing of today #csharp

midtayfan's tweet image. My new favorite thing of today #csharp

C# 15 is finally bringing first-class Union types in .NET 11 Preview 3 ​Say goodbye to 'OneOf' workarounds and manual switch-on-type patterns. This is a massive win for building safer, more expressive domain models in complex enterprise architectures. ​#DotNet #CSharp


How do you handle exceptions in CSharp? Read more here: bgh.st/k2ej57 #csharp #beginner #exceptions #errorhandling

DevLeaderCa's tweet image. How do you handle exceptions in CSharp?

Read more here:
bgh.st/k2ej57

#csharp #beginner #exceptions #errorhandling

Módulo 10: Mini reto de encapsulamiento #csharp #programadores #programacióndesdecero


I just published Part 2 of my .NET reflection performance series, this time focusing on CSV export and its real-world cost. 👉 dev.to/gramli/net-ref… #dotnet #csharp #performance #benchmark #csv


New from Jiří Činčura: NtpTick, a lightweight C# NTP client that shows off spans and inline arrays while keeping time tidy. A clean API for precise time queries, with NTS on the roadmap. #csharp #dotnet bbb.dev/s2onkatgal


I still use class when I need complex behavior or specific legacy requirements, but for 95% of API payloads? Records all the way. What’s your take? Still holding onto classes for DTOs, or have you made the switch? Let me know below! 👇 #CSharp #DotNet #CleanCode


Aprende a programar desde cero con C#, Microsoft .NET y WPF ⏱️ 51.6 hours ⭐ 4.43 👥 37,587 🔄 Mar 2026 💰 $14.99 → 100% OFF comidoc.com/udemy/aprende-… #CSharp #DotNet #WPF #udemy

comidoc's tweet image. Aprende a programar desde cero con C#, Microsoft .NET y WPF

⏱️ 51.6 hours
⭐ 4.43
👥 37,587
🔄 Mar 2026
💰 $14.99 → 100% OFF

comidoc.com/udemy/aprende-…

#CSharp #DotNet #WPF #udemy

yFiles for @Avalonia EAP 3 is here! ✨ Now with full support for Avalonia 12. Note: We’ve shifted focus from Avalonia 11—let us know if you still need it! Together, we’re building something better. 🚀 Try the EAP: yfiles.com/the-yfiles-sdk… #AvaloniaUI #DotNet #CSharp


Speed up .NET CI by sharding tests with Meziantou.ShardedTest, a tool that picks stable shards and runs only what each job needs. #dotnet #csharp bbb.dev/n23ve1499w


💥 El 90% de devs usa LINQ mal… y pierde performance 😱 🚨 Si repites cálculos en tu query, estás haciendo trabajo doble 🔥 Usa let y optimiza TODO 👉 1 cálculo 👉 + rendimiento 👉 + claridad 👉 NetUniversity.org #dotnet #csharp #LINQ #EFCore


Null check性价比极高——一条 if (obj != null) 能替你省下堆栈溢出和神秘 NRE。养成习惯:先校验,再操作。#CSharp #Backend


🤖 KI in .NET nicht nur testen, sondern sauber bauen? Im KI & .NET Camp der #bastacon zeigt Dir Rainer Stropek, wie Du OpenAI, MCP und moderne .NET-Features für robuste Anwendungen kombinierst. 📅 08. – 09. Juni 2026 | Online 👉 basta.net/ki-mit-dotnet-… #dotnet #CSharp #OpenAI


Intelligent data access with EF core with C# ebook available: leanpub.com/ASPNETCSharp Or amazon.com/dp/B0GQHT2Q2N #csharp #ai

ProgrammingCCC's tweet image. Intelligent data access with EF core with C# ebook available:
 leanpub.com/ASPNETCSharp

Or

amazon.com/dp/B0GQHT2Q2N

#csharp #ai

💻 Las union types están llegando finalmente a C# y esto cambiará tu forma de modelar datos. Gracias a ellas podrás definir tipos que solo pueden ser uno de varios casos específicos, lo cual garantiza que tu código sea mucho más robusto 👉 devblogs.microsoft.com/dotnet/csharp-… #CSharp


Python vs. C# vs. Java - Shutdown PC #python #csharp #java

Python_Dv's tweet image. Python vs. C# vs. Java - Shutdown PC

#python #csharp #java

✨ NOW on Community Day at .NET Conf 2025 ✨ Godot for C# Developers: From Console Apps to Playable Prototypes 4:00 PM - 4:30 PM PST Join us LIVE ➡️ msft.it/6014tJXPM Follow the conversation: #dotNETConf #CSharp

VisualStudio's tweet image. ✨ NOW on Community Day at .NET Conf 2025 ✨
Godot for C# Developers: From Console Apps to Playable Prototypes
4:00 PM - 4:30 PM PST
Join us LIVE ➡️ msft.it/6014tJXPM
Follow the conversation: #dotNETConf #CSharp

✨ NOW on Community Day at .NET Conf 2025 ✨ GitHub Actions DevOps Pipelines as Code using C# and Cake SDK 12:00 AM - 12:30 AM PST Join us LIVE ➡️ msft.it/6018tJkdk Follow the conversation: #dotNETConf #DevOps #CSharp #GitHubActions

VisualStudio's tweet image. ✨ NOW on Community Day at .NET Conf 2025 ✨
GitHub Actions DevOps Pipelines as Code using C# and Cake SDK
12:00 AM - 12:30 AM PST
Join us LIVE ➡️ msft.it/6018tJkdk
Follow the conversation: #dotNETConf #DevOps #CSharp #GitHubActions

✨ NOW on Community Day at .NET Conf 2025 ✨ C# Features you need: Habits you want 5:00 PM - 5:30 PM PST Join us LIVE ➡️ msft.it/6019tJkGh Follow the conversation: #dotNETConf #CSharp

VisualStudio's tweet image. ✨ NOW on Community Day at .NET Conf 2025 ✨
C# Features you need: Habits you want
5:00 PM - 5:30 PM PST
Join us LIVE ➡️ msft.it/6019tJkGh
Follow the conversation: #dotNETConf #CSharp

✨ NOW on Community Day at .NET Conf 2025 ✨ Retro Meets Modern: Commodore 64 live coding with C# and .NET 9+ 6:30 AM - 7:00 AM PST Join us LIVE ➡️ msft.it/6019tJXr5 Follow the conversation: #dotNETConf #CSharp

VisualStudio's tweet image. ✨ NOW on Community Day at .NET Conf 2025 ✨
Retro Meets Modern: Commodore 64 live coding with C# and .NET 9+
6:30 AM - 7:00 AM PST
Join us LIVE ➡️ msft.it/6019tJXr5
Follow the conversation: #dotNETConf #CSharp

✨ NOW on Community Day at .NET Conf 2025 ✨ One Question, One Answer: Designing Seamless AI Agents with C# 1:30 AM - 2:00 AM PST Join us LIVE ➡️ msft.it/6013tJFD1 Follow the conversation: #dotNETConf #AI #CSharp

VisualStudio's tweet image. ✨ NOW on Community Day at .NET Conf 2025 ✨
One Question, One Answer: Designing Seamless AI Agents with C#
1:30 AM - 2:00 AM PST
Join us LIVE ➡️ msft.it/6013tJFD1
Follow the conversation: #dotNETConf #AI #CSharp

𝗛𝗮𝘀𝗵𝗦𝗲𝘁 𝗻𝗲𝗱𝗶𝗿? ➡️ C#'ta benzersiz elemanlar içeren bir koleksiyon türüdür. ➡️Her eleman sadece bir kez bulunabilir. ➡️Elemanlar sırasız olarak saklanır. ➡️Arama, ekleme ve silme işlemleri çok hızlıdır. #csharp #hashset #linq #dotnet

CodeHopeX's tweet image. 𝗛𝗮𝘀𝗵𝗦𝗲𝘁 𝗻𝗲𝗱𝗶𝗿?

➡️ C#'ta benzersiz elemanlar içeren bir koleksiyon türüdür.

➡️Her eleman sadece bir kez bulunabilir.

➡️Elemanlar sırasız olarak saklanır.

➡️Arama, ekleme ve silme işlemleri çok hızlıdır.

#csharp #hashset #linq #dotnet

An example for iterating a dictionary by deconstructing KeyValuePair with meaningful variable names rather than using Key-Value, which makes code easier to read. #dotnet #csharp github.com/karenpayneoreg…

KarenPayneMVP's tweet image. An example for iterating a dictionary by deconstructing KeyValuePair with meaningful variable names rather than using Key-Value, which makes code easier to read.

#dotnet #csharp

github.com/karenpayneoreg…

Here's something I didn't know: If you use variable `as` assignments with a secondary expression (the || in the example) in a structured statement the assignment apparently doesn't carry through closure although it works in the immediate if expression. #dotnet #csharp

RickStrahl's tweet image. Here's something I didn't know:

If you use variable `as` assignments with a secondary expression (the || in the example) in a structured statement the assignment apparently doesn't carry through closure although it works in the immediate if expression.

#dotnet #csharp

Success is not always guaranteed, but if you get something on the screen even if not correct its nice to experiment. I used github.com/LaurenzV/maste… as base to create actual #CSharp render demo github.com/wieslawsoltes/…

wieslawsoltes's tweet image. Success is not always guaranteed, but if you get something on the screen even if not correct its nice to experiment. I used github.com/LaurenzV/maste… as base to create actual #CSharp render demo github.com/wieslawsoltes/…

.NET @nanoFramework ESP32 firmware is now on @EspressifSystem ESP-IDF v5.5.3 (latest official release). Migrated to the latest major version + updated the supporting components, keeping us in sync with upstream Espressif. #iot #dotnet #csharp

nanoFramework's tweet image. .NET @nanoFramework ESP32 firmware is now on @EspressifSystem ESP-IDF v5.5.3 (latest official release).
Migrated to the latest major version + updated the supporting components, keeping us in sync with upstream Espressif.

#iot #dotnet #csharp

VBA to C#: A Developer's Translation Guide for Access Modernization hubs.li/Q047XpfN0 #vba #blazor #csharp #dotnet #mspartner

ddskier's tweet image. VBA to C#: A Developer's Translation Guide for Access Modernization

hubs.li/Q047XpfN0 #vba #blazor #csharp #dotnet #mspartner

Working on a new #CSharp code review tool. The first release should be soon! github.com/deanthecoder/R… #indiedev #avalonia #productivity

deanthecoder's tweet image. Working on a new #CSharp code review tool. The first release should be soon!
github.com/deanthecoder/R…
#indiedev #avalonia #productivity
deanthecoder's tweet image. Working on a new #CSharp code review tool. The first release should be soon!
github.com/deanthecoder/R…
#indiedev #avalonia #productivity
deanthecoder's tweet image. Working on a new #CSharp code review tool. The first release should be soon!
github.com/deanthecoder/R…
#indiedev #avalonia #productivity

🖼️ Rendering an image in Velaptor is surprisingly simple! Load the texture, drop it in a batch, & place it on the screen with just a few lines of C#. No boilerplate nightmare. Just clean, readable game dev. 🚀 🔗 Check it out: docs.velaptor.io #GameDev #dotnet #CSharp

KDCoder's tweet image. 🖼️ Rendering an image in Velaptor is surprisingly simple!

Load the texture, drop it in a batch, & place it on the screen with just a few lines of C#.
No boilerplate nightmare. Just clean, readable game dev. 🚀

🔗 Check it out: docs.velaptor.io

#GameDev #dotnet #CSharp
KDCoder's tweet image. 🖼️ Rendering an image in Velaptor is surprisingly simple!

Load the texture, drop it in a batch, & place it on the screen with just a few lines of C#.
No boilerplate nightmare. Just clean, readable game dev. 🚀

🔗 Check it out: docs.velaptor.io

#GameDev #dotnet #CSharp

So it looks like there's more than one way to compare strings in CSharp, eh? Read more here: devleader.ca/2024/01/01/how… #csharp #dotnet #dotnetcore #beginners

DevLeaderCa's tweet image. So it looks like there's more than one way to compare strings in CSharp, eh?

Read more here:
devleader.ca/2024/01/01/how…

#csharp #dotnet #dotnetcore #beginners

Introducción a Programación de Videojuegos con Unity ⏱️ 1.9 hours ⭐ 4.60 👥 1,688 🔄 Dec 2025 💰 FREE comidoc.com/udemy/introduc… #Unity #GameDev #CSharp #udemy

comidoc's tweet image. Introducción a Programación de Videojuegos con Unity

⏱️ 1.9 hours
⭐ 4.60
👥 1,688
🔄 Dec 2025
💰 FREE

comidoc.com/udemy/introduc…

#Unity #GameDev #CSharp #udemy

Loading...

Something went wrong.


Something went wrong.