Bug And Fixbugandfix.com·Sep 24, 2023How to Access Private members in C# - 12https://youtu.be/zNgGbZTdFcQDiscuss·65 readsc sharp
Pratik MaliforThe 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...DiscussLinuxc 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·620 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.1K 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·330 readsShort and handy for C# DevelopersC#