#csharp search results
Which language did you start with? #cplusplus #csharp #java #js #javascript #python #php #ruby #programming #coding #developer
Python vs C++ vs C# Speed Comparison #Cplusplus #CSharp #Python #PythonProgramming #Coding #Programming
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
EF Core: Setup for different environments. github.com/karenpayneoreg… github.com/karenpayneoreg… #efcore #csharp
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
Explore union types in C# 15 devblogs.microsoft.com/dotnet/csharp-… #csharp #dotnet
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
When you were just starting out coding, what did you struggle with in C#? #csharp
C# in Unity 2026: Features Most Developers Still Don’t Use darkounity.com/blog/c-in-unit… #csharp #unity #dotnet
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 I accidentally made the fastest C# CSV parser bepis.io/blog/turbo-csv… #csv #csharp #dotnet
bepis.io
How I accidentally made the fastest C# CSV parser
(with certain files under certain conditions)
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,
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
備忘録 #CSharp #WinUI3 【WinUI3】WinUI3を使うのに必須ないろいろ qiita.com/inco-cyber/ite…
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
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
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
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
🤖 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
Formatear código en C# es conseguir que el proyecto sea más legible, mantenible... Más: nattia.dev/net-formatear-… #CSharp #DotNet #CodigoLimpio #CleanCode #DesarrolloSoftware #Programacion #Backend #VisualStudio #Mantenibilidad #CalidadDeCodigo #Automatizacion #Nattia
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
Which language did you start with? #cplusplus #csharp #java #js #javascript #python #php #ruby #programming #coding #developer
✨ 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
✨ 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
EF Core: Setup for different environments. github.com/karenpayneoreg… github.com/karenpayneoreg… #efcore #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
✨ 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
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
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
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
🖼️ 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
Something went wrong.
Something went wrong.
United States Trends
- 1. Virginia N/A
- 2. SPLC N/A
- 3. Texas N/A
- 4. Marcus Smart N/A
- 5. Wemby N/A
- 6. Scoot Henderson N/A
- 7. Sengun N/A
- 8. Pizza Hut N/A
- 9. Devin Williams N/A
- 10. Rockets N/A
- 11. #LakeShow N/A
- 12. #DaredevilBornAgain N/A
- 13. Celtics N/A
- 14. #WWENXT N/A
- 15. Ayton N/A
- 16. Blazers N/A
- 17. Jake LaRavia N/A
- 18. Fairfax N/A
- 19. Dave Mason N/A
- 20. Kevin Durant N/A