#csharp search results

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

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

#python #csharp #java

Looking for a quick way to share CSharp snippets? Read more here: bgh.st/yii9jm #dotnet #csharp #dotnetfiddle #dotnetcore

DevLeaderCa's tweet image. Looking for a quick way to share CSharp snippets?

Read more here:
bgh.st/yii9jm

#dotnet #csharp #dotnetfiddle #dotnetcore

How does MediatR fit into Clean Architecture? Read more here: bgh.st/48kni3 #DotNet #CSharp #CleanArchitecture

DevLeaderCa's tweet image. How does MediatR fit into Clean Architecture?

Read more here:
bgh.st/48kni3

#DotNet #CSharp #CleanArchitecture

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.



How can we use NUnit to test ASP.NET Core? Read more here: bgh.st/6x2ddl #ASPNET #DotNet #CSharp #Testing

DevLeaderCa's tweet image. How can we use NUnit to test ASP.NET Core?

Read more here:
bgh.st/6x2ddl

#ASPNET #DotNet #CSharp #Testing

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…

If you’re building AI agents in .NET, don’t miss this 👇 Today, @rdiazconcha breaks down middleware in 𝐌𝐢𝐜𝐫𝐨𝐬𝐨𝐟𝐭 𝐀𝐠𝐞𝐧𝐭 𝐅𝐫𝐚𝐦𝐞𝐰𝐨𝐫𝐤 - the backbone of intelligent workflows. ⏰ 12:00 PM ET | 09:30 PM IST 📽️ Live streaming: youtube.com/watch?v=wfxPI6… #CSharp

CsharpCorner's tweet image. If you’re building AI agents in .NET, don’t miss this 👇

Today, @rdiazconcha breaks down middleware in 𝐌𝐢𝐜𝐫𝐨𝐬𝐨𝐟𝐭 𝐀𝐠𝐞𝐧𝐭 𝐅𝐫𝐚𝐦𝐞𝐰𝐨𝐫𝐤 - the backbone of intelligent workflows.

⏰ 12:00 PM ET | 09:30 PM IST 
📽️ Live streaming: youtube.com/watch?v=wfxPI6…

#CSharp

From sprites to HUD text to debug lines Velaptor's rendering system is built to let you draw anything in 2D, fast. ⭐ github.com/KinsonDigital/… 📄 docs.velaptor.io #gamedev #csharp #dotnet


Inflating component arrays in the registry. #gamedev #indiedev #csharp #code #programming

binary_eyes's tweet image. Inflating component arrays in the registry.
#gamedev #indiedev #csharp #code #programming

What's the WebApplicationFactory used for in ASP NET? Read more here: bgh.st/f0vnh8 #ASPNET #DotNet #CSharp #Testing

DevLeaderCa's tweet image. What's the WebApplicationFactory used for in ASP NET?

Read more here:
bgh.st/f0vnh8

#ASPNET #DotNet #CSharp #Testing

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,

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,

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

What is CQRS and how might it fit into Clean Architecture? Read more here: bgh.st/9qk4pu #DotNet #CSharp #CleanArchitecture

DevLeaderCa's tweet image. What is CQRS and how might it fit into Clean Architecture?

Read more here:
bgh.st/9qk4pu

#DotNet #CSharp #CleanArchitecture

Take any raw/text/binary file, encrypt it using polymorphic encryption and put it in your #C #CPP #CSharp #VB #Delphi #Java #JavaScript #Python #Ruby #AutoIt #Powershell #Haskell #FASM #MASM source code stringencrypt.com/extension-for-… #hacking #hacker #encryption #ITSecurity #shellcode


#java #csharp : Records y Value Types vs Records y Structs emanuelpeg.blogspot.com/2026/05/java-v…


C#で「ローカル変数の再代入を禁止したい」と思ったので、Roslyn Analyzerを書きました。 PureSharpで、 ・ローカル変数の再代入禁止 ・純粋関数の宣言と検査 をコンパイル時にチェックする話です。 #CSharp #dotnet #Roslyn #Qiita qiita.com/loach/items/16…


Rearranging PDF pages in C# doesn’t need complex logic. With IronPDF, Load → set page order → CopyPages() → done. Reorder, swap, or remove pages using a simple index array, no manual handling. Tutorial - hubs.ly/Q049-cG10 #IronPDF #DotNet #CSharp


These are weird times. Today, I created my first .NET app (Workspace Jarvis) implementing Dependency Injection and Service Architecture with Blazer MAUI. Wow! #csharp #dotnet #fullstack


Why C#/.NET for enterprise AI? Because robust infrastructure demands performance and type safety for production-ready AI. OpenMono Agent leverages .NET for deep ecosystem integration and terminal-native control, with upcoming mobile and VS Code extensions. #AI #DevOps #CSharp


Massive C# & .NET bundle live on Humble Bundle right now Full disclosure: I usually find building things faster than reading about them, but for a "pay what you want" deal on a library's worth of books, this is hard to beat Check it out: humblebundle.com/books/c-and-ne… #DotNet #CSharp


Looking for a quick way to share CSharp snippets? Read more here: bgh.st/yii9jm #dotnet #csharp #dotnetfiddle #dotnetcore

DevLeaderCa's tweet image. Looking for a quick way to share CSharp snippets?

Read more here:
bgh.st/yii9jm

#dotnet #csharp #dotnetfiddle #dotnetcore

Day 6/90: Loops and iteration. Today's hinge point was clear value shapes so the C# code still reads like a contract when the endpoint or workflow grows. #CSharp #DotNet The debugging path got shorter. The design felt easier to review. It finally stopped feeling like boilerplate.


been digging into Microsoft.Extensions.AI and wrote up what I learned. if you're adding AI to a .NET app, this is the abstraction layer that keeps your code clean when providers change. IChatClient, middleware pipelines, model routing, full working example — it's all in there



Manage temp files effortlessly in your .NET projects with Spargine’s TempFileManager! 🚀 Create, track, and clean up temp files automatically with IDisposable. Perfect for testing & benchmarking. Check it out! dotnettips.wordpress.com/2025/04/30/boo… #dotNET #Csharp #Coding #Spargine #MVPBuzz

realDotNetDave's tweet image. Manage temp files effortlessly in your .NET projects with Spargine’s TempFileManager! 🚀 Create, track, and clean up temp files automatically with IDisposable. Perfect for testing & benchmarking. Check it out! 
dotnettips.wordpress.com/2025/04/30/boo…
#dotNET #Csharp #Coding #Spargine #MVPBuzz

Interesting pattern, generating a logging source for context statically if trying to log from a null object. #gamedev #indiedev #csharp #code #programming

binary_eyes's tweet image. Interesting pattern, generating a logging source for context statically if trying to log from a null object.
#gamedev #indiedev #csharp #code #programming

🚀 C# 15 kommt. @ChristianNagel zeigt auf der #bastacon, was nach C# 14 zählt: 🧩 Union Types 🔍 Pattern Matching ⚡ Runtime Async 📅 28.09. - 02.10.2026 | BASTA! |📍Mainz 🔗 basta.net/net-framework-… #dotnet #csharp #CSharp15 #SoftwareDevelopment

BASTAcon's tweet image. 🚀 C# 15 kommt.

@ChristianNagel zeigt auf der #bastacon, was nach C# 14 zählt:

🧩 Union Types
🔍 Pattern Matching
⚡ Runtime Async

📅 28.09. - 02.10.2026 | BASTA! |📍Mainz

🔗 basta.net/net-framework-…

#dotnet #csharp #CSharp15 #SoftwareDevelopment

The real magic of project management: converting 'it'll take a week' into 'completed by tomorrow'. 🪄😉 #AiHaHaLol #aigenerated #csharp #programmermemes #dotnetdeveloper #programmerjokes #programmerproblems #techjokes

AiHaHaLol's tweet image. The real magic of project management: converting 'it'll take a week' into 'completed by tomorrow'. 🪄😉 

#AiHaHaLol  #aigenerated  #csharp  #programmermemes  #dotnetdeveloper  #programmerjokes  #programmerproblems  #techjokes

or just someone on the same journey — let’s connect and grow together.Drop a if you’re also learning .NET or backend development.What’s one thing you wish you knew earlier when you started with .NET?#dotnet #csharp #asp #mvc #backend #RESTAPI


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


🧩 C# bekommt neue Typen? @rstropek zeigt auf der #bastacon, was geplante Unions für modernes .NET bedeuten. 🦀 Inspiration aus Rust 🔍 Pattern Matching 🛠️ Besseres API-Design 📅 28.09. - 02.10.2026 |📍Mainz 🔗 basta.net/net-framework-… #dotnet #csharp #SoftwareArchitecture

BASTAcon's tweet image. 🧩 C# bekommt neue Typen?

@rstropek zeigt auf der #bastacon, was geplante Unions für modernes .NET bedeuten.

🦀 Inspiration aus Rust
🔍 Pattern Matching
🛠️ Besseres API-Design

📅 28.09. - 02.10.2026 |📍Mainz

🔗 basta.net/net-framework-…

#dotnet #csharp #SoftwareArchitecture

.NET Framework 4.7から.NET 10までのLINQ速度比較が面白い。 ランタイムの進化でコード変更なしにLINQの実行速度が大幅改善されている。 移行コストに見合うパフォーマンス向上が見込める。古い.NETで動いてるプロジェクトは検討の価値あり。 qiita.com/hyukix/items/d… #CSharp #エンジニア転職


2/109 - My roadmap 🚗 Log: • typing.io • Videos 13-19 of MS C# Playlist #100DaysOfCode #CSharp 加油~

aoao_dev's tweet image. 2/109 - My roadmap 🚗
Log: 
• typing.io
• Videos 13-19 of MS C# Playlist
#100DaysOfCode #CSharp
加油~

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

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

#python #csharp #java

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

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

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…

𝗛𝗮𝘀𝗵𝗦𝗲𝘁 𝗻𝗲𝗱𝗶𝗿? ➡️ 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

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

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

"𝘂𝘀𝗶𝗻𝗴" bloğu nedir? ➡️IDisposable arayüzünü implemente eden nesnelerle kullanılır. ➡️İki scope arasında işlem yapar. ➡️Scope bitişinde işlemleri dispose eder. ➡️Db bağlantısı, Stream / MemoryStream, HttpClient vb. gibi işlemlerde kullanılır. #csharp #dotnet #using

CodeRealX's tweet image. "𝘂𝘀𝗶𝗻𝗴" bloğu nedir?

➡️IDisposable arayüzünü implemente eden nesnelerle kullanılır.
➡️İki scope arasında işlem yapar.
➡️Scope bitişinde işlemleri dispose eder.
➡️Db bağlantısı, Stream / MemoryStream, HttpClient vb. gibi işlemlerde kullanılır.

#csharp #dotnet #using

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

🚀 C# 15 kommt. @ChristianNagel zeigt auf der #bastacon, was nach C# 14 zählt: 🧩 Union Types 🔍 Pattern Matching ⚡ Runtime Async 📅 28.09. - 02.10.2026 | BASTA! |📍Mainz 🔗 basta.net/net-framework-… #dotnet #csharp #CSharp15 #SoftwareDevelopment

BASTAcon's tweet image. 🚀 C# 15 kommt.

@ChristianNagel zeigt auf der #bastacon, was nach C# 14 zählt:

🧩 Union Types
🔍 Pattern Matching
⚡ Runtime Async

📅 28.09. - 02.10.2026 | BASTA! |📍Mainz

🔗 basta.net/net-framework-…

#dotnet #csharp #CSharp15 #SoftwareDevelopment

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

Yes, #dotNET 10 is here, & #ASPNETCore got a massive productivity boost! 🚀 From single-file #CSharp applications to the highly anticipated field keyword, @AssisZang breaks down the biggest changes. See how these updates will streamline your daily dev workflow:

Telerik's tweet image. Yes, #dotNET 10 is here, & #ASPNETCore got a massive productivity boost! 🚀

From single-file #CSharp applications to the highly anticipated field keyword, @AssisZang breaks down the biggest changes. 

See how these updates will streamline your daily dev workflow:

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

C# empieza a abrazar una idea que otros lenguajes llevan años disfrutando: Discriminated Unions. Analizamos la implementación dentro de C# en el vídeo de abajo #csharp #backenddev

NetMentorTW's tweet image. C# empieza a abrazar una idea que otros lenguajes llevan años disfrutando: Discriminated Unions. 

Analizamos la implementación dentro de C# en el vídeo de abajo  

#csharp #backenddev

Loading...

Something went wrong.


Something went wrong.