Problem: How do we allow the consumer of a repository method to specify which child entities to load in the query results? Solution: Click blog post to read more!
ASP.NET CORE and Kendo Grid
I have a lot of experience working with kendo grid in ASP MVC so I was definitely not expecting any surprises wiring up a simple grid with a remote data source in ASP.NET core. Well I was wrong 😛 Here is my view: And my controller action: In ASP MVC those two would… Continue reading ASP.NET CORE and Kendo Grid
.NET Core Generating Test Data
I am doing work for a healthcare client and because of the highly sensitive nature of their data I wanted to find a way to generate test data that would be pretty close to the real world. Here is how I did it I hope you find it helpful: The first step is to get… Continue reading .NET Core Generating Test Data
