Languages & Coding

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....
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 and other applications like SQL Server,...
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....
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 application with support for npm, Webpack, and...
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...
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 functional constructions in C#. We can go...
Read More

Specification Design Pattern in C#

Basics of C# • One Comment

In computer programming, the specification pattern is a particular software design pattern, whereby business...
Read More

SOLID: Single Responsibility Principle

Computer Environment, Languages & Coding

In this article, I will try to describe one of the famous principles of the object oriented...
Read More
Close