Skip to main content

Search

Items tagged with: CSharp


These days I write a lot of #CSharp code. And the more I write, the more I like the language. Super expressive, super convenient and pleasant both to write and to read. Kudos to #Microsoft.
the only thing I really miss is a keyword for a function start, like "function" in PHP, "func" in Go, "fn" in Rust, "fun" in Kotlin or "def" in Python.


Folks will have to update their “find the syntax issues in this C# code” interview questions thanks to #csharp 12. 😅

#dotnet


I have submitted yet another ticket to the #jetbrains #rider team to make their program #accessible for #blind users. Fellow #csharp #dotnet #developer friends, please share and upport my attempt as I think this is really important.
#a11y
rider-support.jetbrains.com/hc…


The trend in #csharp seems to isolate as much inside a function (thanks #fsharp).

I think it would make sense for #csharp to adopt global functions as a first-class citizen.

It definitely would reduce ceremony for folks using something like the Mediator pattern.

#dotnet


The new "required" keyword in #csharp 11 and #dotnet 7 are pretty cool.

Force consumers of your object to define values for properties. This helps reduce the need for constructor overloads.


#Dev recommendations 6. #RegEx can be a hard topic for every new person starting with #programming. However don’t be scared of them because they are useful and fun! If you struggle to learn #RegularExpressions here are my favorite resources.
1. regex101.com. This website is your all in one toolbox for regular expressions, with tutorials, reference and a very advanced debugger which can visualise the expression’s output. All for free, and with #accessibility for the #blind out of the box.
2. youtube.com/watch?v=r6I-Ahc0HB…
A little course on regular expressions. The teaching is cler and the guy explains everything on the way.
As always, if you have any questions about #RegEx, #csharp #dotnet, #swift or anything else, feel free to ask me!