Always Developing

always learning | always growing | always paging (37)

Static constructors in C#

Exploring the behavior of static constructors in C#


Read more...


Catering for big numbers with BigInteger

How to work with integer values great than int.MaxValue with BigInteger


Read more...


Controller FromServices change in .NET 7

How the FromServices requirement for controllers is changing in.NET 7


Read more...


Rectangle text selection in Visual Studio

How and why the rectangular text selection is useful


Read more...


checked and unchecked keywords

Using the checked and unchecked keywords to control overflow checking


Read more...