Explore >> Select a destination


You are here

conradakunga.com
| | www.jeremymorgan.com
16.5 parsecs away

Travel
| | In this article we'll explore Unit testing in .NET Core
| | vannevel.net
17.0 parsecs away

Travel
| | With the release of Visual Studio 2015 RC, we also received the pretty much final implementation of the Diagnostics implementation. This SDK allows us to create our own diagnostics to help us write proper code that's being verified against those rules in real-time: you don't have to perform the verification at a separate build-step. What's more is that we can combine that with a code fix: a shortcut integrated in Visual Studio that provides us a solution to what we determine to be a problem.
| | carlosschults.net
17.2 parsecs away

Travel
| | This post is part of a series. See all the articles in the series.Today I bring you another post to help you get started with C# unit testing. I've already c...
| | www.java-tv.com
92.9 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.