Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active September 27, 2016 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/3459f8817743bffaa26a5dd58682fe9e to your computer and use it in GitHub Desktop.
Save bleroy/3459f8817743bffaa26a5dd58682fe9e to your computer and use it in GitHub Desktop.
Tips for the Week in .NET

Please comment below...

Mocking on .NET Core

Three major .NET mocking frameworks now have official pre-releases with .NET Standard support:

  • FakeItEasy (nuget feed from AppVeyor CI builds)
  • Moq. Note that there is another "moq.netcore" package from the ASP.NET team's MyGet feed. It is an obsolete private fork meant to unblock testing in the early days before Moq had releases that support .NET Standard. Consumers of the "moq.netcore" package should switch to use the latest official Moq package.
  • NSubstitute

Xamarin App of the Week: SpeechCentral

.NET

Xamarin

@RehanSaeed
Copy link

@devlead
Copy link

devlead commented Sep 21, 2016

@AndyButland
Copy link

@KyleBanks
Copy link

Unity 2D: Checking if a Character or Object is on the Ground using Raycasts

https://kylewbanks.com/blog/unity-2d-checking-if-a-character-or-object-is-on-the-ground-using-raycasts

@virendrad
Copy link

@cmendible
Copy link

A simple step by step sample showing how to run ASP.Net Core on Docker: Step by step: ASP.NET Core on Docker

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment