Please comment below...
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
- Get started with VS Code using C# and .NET Core by Kendra Havens.
- Hololens app with UrhoSharp : Introduction – Part 1 by Maxime Frappat.
IdentityServer4 RC has been released
https://blogs.msdn.microsoft.com/webdev/2016/09/19/introducing-identityserver4-for-authentication-and-access-control-in-asp-net-core/
https://leastprivilege.com/2016/09/06/identityserver4-rc1/