Tag: c#

Generic Repository Pattern in Entity Framework

Frameworks, Languages & Coding • 2 Comments

A Repository mediates between the domain and data mapping layers, acting like an in-memory domain...
Read More

Modular WPF Application using Caliburn.Micro and Castle.Windsor

Computer Environment, Containers, Tools & technologies

To start with, I want to specify what is meant by a modular application in this article. So, a modular application will be considered an...
Read More

Drilling Down the Visitor Pattern

Basics of C#, Languages & Coding

Recently, I have often had to use the well-known Visitor pattern. I used to ignore this pattern and thought that it simply complicates the...
Read More

Steps to Reduce Code Size after Use of Strategy Pattern

Classes, Code Management, Languages & Coding

This article features a few tricks to reduce the size of the code resulting from the use of the...
Read More

Events and Threads in .NET

Database development, Events

I’d like to tell you straight off that this article will concern not threads in particular, but events in the context of threads in...
Read More

DateTime to DateTimeOffset Transition

Basics of C#, Computer Environment, Languages & Coding

Imagine that you want to convert your system from one state to another. The initial state is when DateTime is used everywhere, both in C#...
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....
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
Close