ASP .NET CORE

OdataToEntity – an easy way to create .Net Core OData services

ASP .NET CORE, Languages & Coding

When .Net Core was released, the old version of OData ASP.NET Web API turned out to be incompatible...
Read More

ASP.NET Core MVC: Feature Folders

ASP .NET CORE, Languages & Coding • One Comment

The first version of ASP.NET MVC appeared back in 2009, and the platform (ASP.NET Core) was first relaunched last summer. During this time,...
Read More

Type Conversion in .NET

ASP .NET CORE, Languages & Coding

Introduction Such a simple topic as type conversion would seem to be unworthy of the whole article. In C#, there is a suitable operator...
Read More

.NET Managed + C Unmanaged: What’s the Cost?

ASP .NET CORE, Languages & Coding • 2 Comments

When I was programming in C#, I used to send all recursive tasks to an unmanaged C code, since the...
Read More

Hangfire: Task Scheduler for .NET

ASP .NET CORE, Languages & Coding • 2 Comments

Hangfire is a multi-threaded and scalable task scheduler built on client-server architecture on .NET stack (Task Parallel Library and...
Read More

Authorization in ASP.NET Core MVC

ASP .NET CORE, Languages & Coding • 2 Comments

This article describes patterns and methods available in ASP.NET Core MVC. I would like to emphasize that we will explore only...
Read More

Sorting in .NET

ASP .NET CORE, Languages & Coding • 4 Comments

Sorting is a typical task each programmer should be aware of. That’s why this article is...
Read More

The origin of GetHashCode in .NET

ASP .NET CORE, Frameworks, Languages & Coding • One Comment

This article is devoted to the GetHashCode method and the GetHashCode implementation in the .NET Framework. The article also...
Read More

Foreach or For – That is the Question

ASP .NET CORE, Languages & Coding, Performance Tuning • 2 Comments

The discussion about the preference difference between FOREACH and FOR is not new. We all know that FOREACH is slower, but not all know...
Read More

Building Your First ASP.NET Core MVC App

ASP .NET CORE, Languages & Coding

This article helps to get started with ASP.NET Core MVC quickly. It describes how to get the latest...
Read More
Close