Explore >> Select a destination


You are here

adamstorr.co.uk
| | vannevel.net
13.4 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
15.1 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.claudiobernasconi.ch
13.2 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | boats.gitlab.io
123.2 parsecs away

Travel
| Two posts ago I proposed a particular interface for shipping self-referential generators this year. Immediately after that, eddyb showed me a better interface, which I described in the next post. Now, to tie everything together, its time to talk about how we can integrate this into the futures ecosystem. Starting point: this Generator API To begin, I want to document the generator API I'll be using in this post, which is roughly what followed from my previous post: