Blog
-
Introduction to Design Patterns
A pattern describes a recurring problem that occurs in a given context and, based on a…
-
The Future of the Web Stack: OWIN and ASP.NET vNext
The ASP.NET Framework has been around for over ten years, and the platform has enabled the…
-
Enterprise configuration management
Almost every application requires some form of configuration information. This information can be as simple as…
-
BoundedContext – DDD
Earlier in the article Software Architecture Patterns we briefly discussed domain driven design. In this article we…
-
Software Architecture Patterns
Extreme Programming (XP) is one of the more well known Agile methodologies. It is a programmer-centric…
-
Cloud Computing
You’re probably using cloud computing right now, even if you don’t realize it. If you…
-
TPL Dataflow – Concurrent Programming
TPL Dataflow is an in-process actor library on top of the Task Parallel Library enabling more…
-
Actor Model
An actor is an isolated, independent unit of compute and state with single-threaded execution. The actor…
-
WPF Multithreading
WPF have the concept of the UI thread and background (or secondary) threads. Code on a…
-
Sandbox AppDomain Creation
Application domains provide a unit of isolation for the common language run-time. Creating Sandbox environment to isolate…
-
Host Website programmatically including apppool
The Powershell reads the sample json file and setup your website based on information in json…
-
Validate SSIS package on server
SSIS server validation Any change in database schema will break the associated SSIS package. Generally each…