Team Foundation Server : Build Automation
This article will focus on achieving build automation using TFS. However, if you want to understand the architecture, configuration, project creation, ...
This article will focus on achieving build automation using TFS. However, if you want to understand the architecture, configuration, project creation, ...
This article will briefly describe the high-level architecture of Team Foundation Server. It will help you understand the different tiers in TFS, their...
I recently faced a situation that my external hard disk that I used as a backup drive started giving me bad sector issues. I ignored the early warnings...
Sometimes the Store application on Windows 8.x gives connectivity error. If you are reading this article, it means you have tried clicking on ‘try agai...
No enterprise application exists without a method, event, delegate and every developer would have written methods in his/her application. While definin...
One of the hot topics of discussion in building enterprise applications is whether one should use JSON or XML based serialization for data serialization and...
In Windows 8, when hosting WCF in a managed application running under a normal user privileges and NetTcp binding, you might get an exception Verify that the...
One of the questions that lot of developers ask is – Is there any difference between string and System.String and what should be used? Short Answer Th...
When running WCF services on Windows 7+ (actually, includes Vista too) operating systems when you write a simple code at the service side to open the service...
There are several approaches in understanding the encoding mechanism. The approach we will take today is to see data conversion and storage using bytes...
About an year ago, I had a chance to work on ASP.NET MVC and Claims-based identities for an enterprise application. Claims-based identity, though...
This is one of my proud moments as my dynamic guide has been mentioned on Channel9 Video Link: http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Apr...
The dynamic keyword, a new addition to Microsoft .NET C# 4.0 language, is believed to change the type binding to a variable from compile time to runtime....
This is continued from the series of articles on TFS. I would recommend you reading two articles if you are new to TFS TFS - Creating an Account & Proj...
This post is continued from TFS – Creating an Account & Projects so if you haven’t read that and are interested in knowing how to create a project in TFS...
Recently did I acquire the key to TFS Preview from Microsoft when I started exploring TFS and its features. Not much is known about the pricing plans, but s...
[slideshare id=16622012&doc=5-stepstooptimizingwcfservices-130219063219-phpapp02]
I am glad that this series has been liked by large audience and even got focus on Channel9 Video and that motivates to continue this series further on. ...
This series on Mock frameworks takes you through Rhino Mocks, Moq and NSubstitute frameworks to implement mock and unit testing in your application. This se...
For those who are following me on Codetails, would know that I am actively blogging (since Nov 2012) on Codetails on all technology stuff. One of the series...
This is one of my proud moments as my Mocking Framework series has been mentioned on Channel9 [allvideogallery profile=2 video=1] Video Link: http://channel9...
Continuing on where we left in the previous post - Understanding Mock and frameworks Part 1 – this post will take a very simple example and illustrate how to...