Iphone App and Azure Web Api
In this post, I would like to share with you How to develop a native cross platform mobile application that interacts with Azure Web service.… Read More »Iphone App and Azure Web Api
In this post, I would like to share with you How to develop a native cross platform mobile application that interacts with Azure Web service.… Read More »Iphone App and Azure Web Api
This topic is discussed the class designation for unit testable. If you were started to write the unit test for your classes recently, definitely you may… Read More »Coding for Unit Testing.
As you know, the new interfaces IReadOnlyCollection<T> , IReadOnlyDictionary<T> and IReadOnlyList<T> had been added to DotNet4.5. The purpose of these interfaces is providing… Read More »What Is ReadOnlyCollection In .Net 4.5?
What’s new for MS Test? The Unit Testing Framework (MSTest) describes Microsoft’s suite of unit testing tools as integrated into some versions of Visual Studio 2005 and later. Similar to NUnit, MSTest… Read More »Consolidation For Microsoft Test And Microsoft Fakes