Tag: .net

LINQ: Dynamic Creation of Query Filters

ASP .NET CORE, Languages & Coding

Sooner or later, each developer has to create data tables with the possibility to sort by columns....
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

Synchronizing database structure between applications

Database administration, Database Optimization & Structure

Anyone who has ever developed applications that use a database has probably faced the problem of updating the database structure when the...
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...
Read More

Sliding Responsibility of the Repository Pattern

Computer Environment, Languages & Coding • 4 Comments

During numerous discussions about the applicability of the Repository pattern, I noticed that people are divided into two groups. In this...
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

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

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

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
Close