LINQ queries and C# Methods
As we discussed last time, LINQ is a technology that integrates querying capabilities directly into the C# language. As you might imagine, that means LINQ queries can be returned from…
Continue readingAs we discussed last time, LINQ is a technology that integrates querying capabilities directly into the C# language. As you might imagine, that means LINQ queries can be returned from…
Continue readingLINQ is a shorthand for Language Integrated Query, which is a technology for integrating capabilities for querying data directly into the C# language. What does that mean? Well, in short,…
Continue readingStarting today, we will have another Category: Tech. In this category, we will amuse ourselves with the Tech Tips&Tricks for everyone, not just IT professionals. It is our hope to…
Continue readingYou might think that this will be another post about virtualisation using Parallels Desktop or similar software. Well, it will not. However, unfortunately, it will also not completely deliver what…
Continue readingEven if .NET Core – or simply .NET is the new standard and recommended way to build Web Apps, sometimes you might want or need to create an ASP.NET MVC5 Project that is based on .NET Framework.
Continue reading