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

Transparent Data Encryption and Always Encrypted

Database administration, Security

If you need to store confidential data in your database, you can use data encryption. SQL Server supports encryption with symmetric keys,...
Read More

Single IoC Container in the HTTP-request: Web API vs. OWIN Middleware

Containers, Tools & technologies

In this article, I am going to provide you with a working solution that allows you to have a single dependency container (IoC container)...
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...
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

SSAS: Attention, Accuracy, and All the Benefits

Tools & technologies

This article is about working with Microsoft Analysis Services and a little bit about the repository on Microsoft SQL...
Read More

Introduction to Temporary Tables in SQL Server

Database development, Tables • One Comment

A temporary table in SQL Server, as the name suggests, is a database table that exists temporarily...
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

Why Multiple JOINs are bad for Query or Do Not Get in the Way of Optimizer

Database administration, Performance Tuning, SQL Server

Recently, I came across an application that generated DB queries. I understand that there is...
Read More
Close