LINQ: group query results – an Introduction
What is grouped data and why would we want grouped data? Well, for one, grouped data is much easier to analyse. Grouping also enables us conveniently to analyse or summarize…
Continue readingWhat is grouped data and why would we want grouped data? Well, for one, grouped data is much easier to analyse. Grouping also enables us conveniently to analyse or summarize…
Continue readingAs you know, WordPress uses quite a lot of external Resources from the Internet – Plugins for example can be installed directly from your WordPress installation by downloading and installing…
Continue readingWe all love Visual Studio Code. We all love the Terminal. Well, most of us do. So, here’s a nifty little trick how to combine the two to be a…
Continue readingThis blog post will create a simple ASP.NET MVC Site using Entity Framework Core and Identity Framework. And to try to get as close as possible to what is typical…
Continue readingOk, this will be the last of the “easy” LINQ posts, meaning once we’re finished with this, we will be ready to get into the good stuff, like grouping, joining,…
Continue reading