News

With Blazor, you can write your web applications using C# and .NET and run that code wherever you want. That's exciting for us, and we want others to learn how to use Blazor as well. While its initial ...
The Data Science Lab Gaussian Process Regression from Scratch Using C# GPR works well with small datasets and generates a metric of confidence of a predicted result, but it's moderately complex and ...
Using WebDriver with Visual Studio testing tools In practice much of your test code will depend on well-structured HTML and CSS, for example using element labels to navigate to forms and then fill ...
Understand the pitfalls of using enumeration types in the domain layer of your .NET applications and the advantages of using record types instead.