Tag: c#

.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

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

Why Using Unit Tests is a Great Investment into High-Quality Architecture

Database development, Testing • 2 Comments

I have decided to write this article in order to show that unit tests are not only a tool to...
Read More

Precise Computation of CLR Object Size

Computer Environment, Languages & Coding

I think many developers have been wondering: How many bytes does an object instance take in managed code? What’s the limit for a CLR...
Read More

Comparing Objects by Value. Part 6: Structure Equality Implementation

Database administration, Database Optimization & Structure

We have already analyzed peculiarities of structs of the .NET framework that represent Value Types when comparing objects by value –...
Read More

Comparing Objects by Value. Part 5: Structure Equality Issue

Computer Environment, Languages & Coding

In my previous publication, I described the fullest and the most correct way to compare objects by...
Read More

Comparing Objects by Value. Part 4: Inheritance & Comparison Operators

Computer Environment, Languages & Coding

In the previous article, we analyzed how to compare objects by value on a particular example with the Person class that includes:...
Read More

Comparing Objects by Value. Part 3: Type-specific Equals and Equality Operators

Computer Environment, Languages & Coding

In Part 1 and Part 2, we have analyzed how to modify a class to compare objects by value. Now, we will explore a type-specific...
Read More

Common Examples of SSIS Expressions and Variables

Business intelligence, SSIS

Introduction This article helps to enrich the functionality of SSIS. It is possible for example to...
Read More
Close