An ORM (Object Relational Mapping) tool is one that is used to abstract the data access logic of your application. You can use ORM to bridge the apparent mismatch between the data and the object ...
Last month, Microsoft announced it would open source more of its .NET programming framework and take it cross-platform to Linux and Mac. The centerpiece of this work is the .NET Core, the development ...
When a company like Microsoft talks about the future of computing, you can expect a fair bit of self-serving market positioning - public software companies need to be careful to sell a vision of the ...
xUnit.Net is an open source unit testing tool for the .Net Framework that provides an easy way to work with data driven unit tests I’ve been using xUnit for quite some time now, and it’s my Unit ...