Implementing Timer and Counter of Loaded Strings on Web Form
During the development of reporting forms, a user wanted to see the process of data loading from...
OdataToEntity – an easy way to create .Net Core OData services
When .Net Core was released, the old version of OData ASP.NET Web API turned out to be incompatible with the new platform. This fatal flaw...
New Features of C# To Be Expected Soon
In April 2003, C# 1.2. was released. Ever since all the versions have had the only major version. Now, if what the official page of...
Execute Powershell in SSIS Using C#
Introduction PowerShell is a Shell included in Windows to automate tasks in the operative system...
ASP.NET Core MVC: Feature Folders
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,...
Type Conversion in .NET
Introduction Such a simple topic as type conversion would seem to be unworthy of the whole article. In C#, there is a suitable operator...
Using npm, Webpack, and TypeScript to create simple ASP.NET Core web app
Introduction I write this tutorial primarily to demonstrate how to quickly create a simple...
.NET Managed + C Unmanaged: What’s the Cost?
When I was programming in C#, I used to send all recursive tasks to an unmanaged C code, since the .NET performance was problematic. And...
LinqToSolr – use LINQ to obtain data from Solr
Due to the fact that in my company, Solr was chosen as a full-text search platform, there appeared a strong desire to simplify the work...
Functional C#
C# is a multi-paradigm programming language. Recently, the course has been set towards new...



