GitHub for Windows Users
If your project is stored only on your disk, then you are in for trouble when the disk fails. Even...
Modular WPF Application using Caliburn.Micro and Castle.Windsor
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...
Steps to Reduce Code Size after Use of Strategy Pattern
This article features a few tricks to reduce the size of the code resulting from the use of the ‘strategy’ pattern. As you can deduce...
Single IoC Container in the HTTP-request: Web API vs. OWIN Middleware
In this article, I am going to provide you with a working solution that allows you to have a single...
SSAS: Attention, Accuracy, and All the Benefits
This article is about working with Microsoft Analysis Services and a little bit about the repository on Microsoft SQL...
EFFECTIVE CODE REVIEW: Uprooting Source Code Defects
Preface In software development, a small coding error can result in a critical vulnerability that may lead to malfunction of an entire...
Best FREE SQL Server Tools for Database Developers and Administrators!
This article comprehensively lists the best SQL Server FREE tools for database developers and...
Lightweight Code Review
This is the third article in a series of articles that describe code review process. In this part, we will have a look at the lightweight...
EFFECTIVE CODE REVIEW: Formal Approach to the Process
Formal Approach to Code Review This is the second article in a series of articles that describe the whys and hows of the code review...