🆆🅷🅰🆃 🅸🆂 🅲🅷🅰🆁🅰🅲🆃🅴🆁 🅴🅽🅲🅾🅳🅸🅽🅶? When dealing with words in CSharp, we capture them as a type called a string. A word is made up of letters, and a string is made up of individual characters. However, in programming, we need to have ways to represent this data with respect to bytes. ASCII encoding allows us to map 256 characters to a single byte. But what a small world that would be, right? For this reason, we have other encoding types we can use! Check out the article: https://bgh.st/jftwy8 #csharp #dotnet #programming
C# String Encoding Explained
More Relevant Posts
-
C++20, C++17, and Move Semantics by Nicolai M. Josuttis is the featured bundle on Leanpub! C++20, C++17, and MoveSemantics - The Complete Guides Link: https://lnkd.in/gYwcVixH #CAndCpp #books #programming
To view or add a comment, sign in
-
I used to write if/else blocks everywhere. 🤔 Then I discovered C# pattern matching and never looked back. 👨💻 5 real before/after examples in the carousel above. No theory. Just code. 🧠 Which tip was new to you? Let me know below. #csharp #dotnet #cleancode #programming #dev
To view or add a comment, sign in
-
👉 Most developers get confused between these 3 👇 var vs dynamic vs object in C# 🔹 var Type decided at compile time Strongly typed Safer and faster 🔹 dynamic Type decided at runtime No compile-time checking Flexible but risky 🔹 object Base type of all types Needs casting Safe but requires conversion 💡 Simple idea: 👉 var = safe & smart 👉 dynamic = flexible but dangerous 👉 object = general but needs casting 📌 Example: var x = 10; dynamic x = 10; x = "Hello"; object x = 10; int y = (int)x; 💬 Which one do you use most in your code? 👉 I’m sharing .NET concepts daily to make learning simple. #dotnet #csharp #backend #softwaredevelopment #learning #programming
To view or add a comment, sign in
-
-
Quick insight: C++26 compile-time reflection continues progressing, enabling powerful introspective code structures. Update: https://lnkd.in/gmXPypX4 From object-oriented familiarity, this unlocks cleaner designs. C++26 reflection progress exciting? Anticipations? #CPP #CPlusPlus26 #Reflection #ModernCpp #Programming
To view or add a comment, sign in
-
Quick insight: C++26 compile-time reflection continues advancing for powerful introspective code structures. Update: https://lnkd.in/gmXPypX4 From object-oriented familiarity, this unlocks cleaner designs. C++26 reflection progress exciting? Anticipations? #CPP #CPlusPlus26 #Reflection #ModernCpp #Programming
To view or add a comment, sign in
-
Quick insight: C++26 compile-time reflection continues advancing for powerful introspective code structures. Update: https://lnkd.in/gmXPypX4 From object-oriented familiarity, this unlocks cleaner designs. C++26 reflection progress exciting? Anticipations? #CPP #CPlusPlus26 #Reflection #ModernCpp #Programming
To view or add a comment, sign in
-
📚 New article just published on SYUTHD! 🔖 Clean Architecture in .NET 10: Mastering C# 14 Discriminated Unions for Type-Safe Error Handling 🏷️ Category: C# Programming 📖 Full article → https://lnkd.in/g6DJeM36 👉 Follow our page for more tech tutorials: https://lnkd.in/gsJDptPM 💬 Telegram: https://t.me/nisethtechno 👍 Facebook: https://lnkd.in/gsKv3Dyn #CProgramming #Tech #Tutorial #Programming #TechBlog #2026
To view or add a comment, sign in
-
🚀 Simplify ADO.NET StreamRows ... Benchmarking ADO.NET vs UkrGuru.Sql for fast row streaming & list loading in .NET. Super simple side‑by‑side code + BenchmarkDotNet results. Check it out 👇 🔗 https://lnkd.in/dt6vUR5K #dotnet #csharp #sql #benchmark #programming
To view or add a comment, sign in
-
-
Day 6 of 30 — One keyword that saves you 30 lines of boilerplate 🧹 C# Records changed how I model data in .NET. No more manual Equals(), GetHashCode(), or ToString() overrides. When to use Records vs Classes — full breakdown in the image 👇 Are you using Records in your projects yet? Drop your use case below 👇 #CSharp #DotNet #CleanCode #SoftwareEngineering #Programming
To view or add a comment, sign in
-
-
Day 1 of 30 — C# tip that cleaned up my codebase overnight 🧹 I used to write 5-line null checks. Then I found ?? and ??=. Saved me hours of boilerplate and made code reviews much smoother. Full breakdown is in the image below👇 Which of these do you already use — and what null-handling trick do you swear by? Drop it below 👇 #CSharp #DotNet #CleanCode #SoftwareEngineering #Programming
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development