The following tutorial for a very simple scenario, Dev Magic Fake produced to provide complex scenarios, but this tutorial just a beginning and introduction in how to use Dev Magic Fake, for comple...
The reasons for creating and naming Dev Magic Fake
The main reason for creating this framework is my team members and my managers. Whenever I told any developer on my team to do something as an abstraction and not to worry about the other layers, t...
Dev Magic Fake Released on CodePlex
Finally I released the beta version of Dev Magic Fake framework, Dev Magic Fake framework is an open source project that provide faking activity so we can complete our application without need to w...
Hello world TFS SDK
First, this was a very easy task, but it was my first task with the TFS SDK and WIQL (Work Item Query Language). In this post, I will create and retrieve work items using the TFS API and WIQL. To ...
How to fix the path can't be more than 260 character error in TFS
I read a good article on how to do that, I just document this information, thanks Tarun Arora for pointing to this post and thanks scott.rudy To fix the long path you can create a drive on your co...
Creates test cases from test methods using tcm.exe
Tcm.exe is an application that can be used to creates test cases from test methods, we can also run test cases with associated automation test instead of using the user interface so it can be run ...
Service Accounts and Dependencies in Team Foundation Server
For long time TFS service account one of the very important topic in TFS installation and maintenance, so I will just mention them and give the link for TFS 2010 on MSDN to be always remember them ...
MVC 3 Dependency injection with Unity 2.0 Video
I just created a video that explains the new feature of MVC3 IDependencyResolver, which makes Dependency Injection (DI) easier with MVC .NET. I used the Unity 2.0 DI framework to inject Service A a...
How to control all the TFS services from one place
We can use the TFSServiceControl command to manage, stop or start all of the services and application pools Visual Studio Team Foundation Server uses. For example, we use this command when backing ...
How to isolate layers and other libraries using Moles in Unit Testing?
Moles is one of the mocking frameworks for isolating dependencies and other layer's classes. I used to work with the Moq framework and it was very good, but with Moles you can do some things that I...
