.Net Maui and testing with xUnit
Testing your .Net Maui project (at least at the time of this post) with xUnit isn’t as straight forward as testing in other .Net project types. So, here i...
Testing your .Net Maui project (at least at the time of this post) with xUnit isn’t as straight forward as testing in other .Net project types. So, here i...
In my early exploration of Razor Pages I had thought of them as a hi-bred of Web Forms and ASP MVC. And several months later I still think of them that way. And...
Every since ASP.Net Core was released I have been chomping at the bit to convert my MVC learning project, Northern Dog Site, to a MVC Core site. I started to do...
The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building...
ASP.Net Core Developer: Today marks the beginning of the next phase of my development career. Actually it’s somewhat of a completion of the circle be...
Note to self: Build 2016 live stream starts next week March 30 – April 1. The agenda isn’t up yet (as of this post) but that as well as other information ...
Finally there is a book dedicated to Windows 10 Development. The book is called “Real World Windows 10 Development“. Apress is the publisher and as...
Syncfusion has over 80 e-books free for the download. It does require that you give them your email address and contact information and they will contact you at...
Note to self: Going forward use DataTable Compute when summing data in a DataTable (C#) I am a little embarrassed to admit the number of times, prior to today, ...
The other day while looking for a book on using patterns in C# effectively I ran across a book titled “C# Players Guide”. The first thing that stood...