Languages & Coding

Implementing Timer and Counter of Loaded Strings on Web Form

Computer Environment, Languages & Coding

During the development of reporting forms, a user wanted to see the process of data loading from...
Read More

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 with the new platform. This fatal flaw...
Read More

New Features of C# To Be Expected Soon

Basics of C#, Languages & Coding • One Comment

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...
Read More

Execute Powershell in SSIS Using C#

Business intelligence, Languages & Coding, PowerShell, SSIS

Introduction PowerShell is a Shell included in Windows to automate tasks in the operative system...
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

Using npm, Webpack, and TypeScript to create simple ASP.NET Core web app

Computer Environment, Languages & Coding • 2 Comments

Introduction I write this tutorial primarily to demonstrate how to quickly create a simple...
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 .NET performance was problematic. And...
Read More

LinqToSolr – use LINQ to obtain data from Solr

Languages & Coding

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...
Read More

Functional C#

Basics of C#, Languages & Coding • 3 Comments

C# is a multi-paradigm programming language. Recently, the course has been set towards new...
Read More
Close