An Introduction to Scrum

07. July 2015 Scrum 0
Definition Scrum is a framework within which people can address complex adaptive problems, while productively and creatively delivering products of the highest possible value. Scrum employs an iterative, incremental approach to optimize predictability and control risk. Scrum helps organizing teams and get work done more productively with higher quality. Scrum is about the interactions and ...

How to Redirect WCF SOAP Services using WCF Routing Service

09. June 2015 Tutorial, WCF 0
There are scenarios where you want to forward calls to a service to another service based on its contents, the action invoked, the address, or etc. For more info on WCF Routing Service you can refer to the following links: https://msdn.microsoft.com/en-us/library/ee517423(v=vs.110).aspx https://msdn.microsoft.com/en-us/library/ee517422(v=vs.110).aspx https://msdn.microsoft.com/en-us/library/ee517424(v=vs.110).aspx This example demonstrates how you can forward all calls coming to, let’s ...

WF Tutorial, Part 3: Create and host Workflow services

16. February 2015 Workflow Foundation 11
This tutorial is the third part of Dispatcher Timer Windows Workflow Foundation tutorial series. << Create a simple Workflow This tutorial demonstrates how to create a simple Workflow Service and host it in a Web Application. This sample is using Visual Studio 2013 with .NET 4.5.1. The example simply gets a value as the service ...

How to generate scripts automatically in SQL Server

20. December 2013 SQL Server 0
In this article I’m going to explain how you can generate CRUD (Create, Retrieve, Update, and Delete) statements and other queries such as create database, tables, and etc. automatically using SQL Server Management Studio. There are different ways to achieves these. Imagine we have a simple table called Students as below.   Generate CRUD queries  ...

Everything About Windows Workflow Foundation (WF)

The DispatcherTimer Windows Workflow Foundation (WF) Tutorial provides you with basic and solid understanding of what WF is and how you can use it in different kind of applications. Tutorial An Introduction to Windows Workflow Foundation Create a simple Workflow Create and host Workflow services Please subscribe to the blog on any other new topics ...

WF Tutorial, Part 2: Create a simple Workflow

15. December 2013 Workflow Foundation 15
This tutorial is the second part of Dispatcher Timer Windows Workflow Foundation tutorial series. << An Introduction to Windows Workflow Foundation Create and host Workflow services >> Download the sample project In this tutorial I’m going to show you how you can create a very simple Workflow application to ask the user’s name and greets her ...

Windows PowerShell Tutorial

06. December 2013 PowerShell, Tutorial 3
In this tutorial the basics of Windows PowerShell is explained with examples. Only read this article if you need a fast going-through Windows PowerShell basics and if you don’t have time to read the great tutorial by Jesse Hamrick on PowerShell Pro which this article is mostly based on. This article is mostly useful from ...