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 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 readingThe key thing is to returnĀ the Real 404 HTTP status codeĀ and avoid any solution that replaces 404 with 301. This is completely wrong and has the potential to do damage to your site.
Continue readingIf you haven’t been programming in visual studio for long, chances are you haven’t heard about code snippets. A code snippet is actually coding that you can quickly insert into the…
Continue reading