Md Maruf Howladermarufhow.hashnode.dev·11 hours agoValue Type vs Reference Type ⚡ Structure Can Make Your Code Super Fast!Value types and Reference types are two different ways data is handled in memory. Here’s a simple explanation with examples : Value Types: A value type stores the data directly in the memory allocated for the variable. When you assign a value to a va...Discuss·1 likevalue types
Peter Vopetervo92.hashnode.dev·Feb 28, 2024.NET Target Framework and C# Language: A SummaryIntro This article plays as a summary on 2 concepts in the .NET Ecosystem: Target Framework and C# Language. Target Framework Whenever you create a .NET project, either as a class library, a test suite, a web assembly, or a web API server, etc., you ...Discuss·27 readsdotnet
Bug And Fixbugandfix.com·Sep 24, 2023How to Access Private members in C# - 12https://youtu.be/zNgGbZTdFcQDiscuss·77 readsc sharp
Pratik MforThe Tech Deckthetechdeck.hashnode.dev·Sep 1, 20236 Must-Have Linux Tools for C# DevelopmentC# has become one of the most popular and powerful programming languages over the last decade. Initially constrained only to Windows environments, C# was ported to Linux and macOS in recent years, opening up whole new possibilities. For programmers w...Discuss·50 readsLinuxc sharp
Bug And Fixbugandfix.com·Jul 20, 2023Interfaces are so yesterday in C# 12It seems creating Interface is so yesterday in C# 12! Please do not be shocked because I am going to dispute what most of you/us have done so far!. https://youtu.be/5su7NDb9nqE I am going to say: Interfaces are not necessary in C# anymore!. Huh ?. ...Discuss·510 readsC#
Bug And Fixbugandfix.com·Jul 18, 2023C# 12 Interceptors ! An insane feature !Visual Studio 17.7 Preview 3 and .NET 8 Preview 6 continue the evolution of C# 12. I am personally happy with all the new features in .NET 8 and C#12 except for one of them! Let me tell you which one and then explain why. https://youtu.be/TDwaBVMhd3A...Discuss·3 likes·1.2K readsC#
Bug And Fixbugandfix.com·Jul 18, 2023Detect a language from a string in C#.NETLet's say you have a simple string in any language as your business forces you to let the client enter so you need to detect the language of the respected string at run time. We might have the varity of ways to solve solve this problem , but as a laz...Discuss·1 like·625 readsShort and handy for C# DevelopersC#