:::: MENU ::::

Thursday, April 14, 2016

Today at Build 2016 we released the final version of Visual Studio 2015 Update 2. This release includes everything we shared in the Visual Studio 2015 Update 2 CTP release, as well as Visual Studio 2015 Update 2 RC. Visual Studio 2015 Update 2 has focused on improving performance and reliability and addressing your feedback. Some key scenarios where we have improved performance and responsiveness include...
Hosting your own NuGet Server, particularly when you're a company or even a small workgroup is a super useful thing. It's a great way to ensure that the build artifacts of each team are NuGet Packages and that other teams are consuming those packages, rather than loose DLLs. A lot of folks (myself included a minute ago) don't realize that Visual Studio Team Services also offers private NuGet Feeds for your team so that's pretty sweet....

Wednesday, April 13, 2016

In this article I take a similar approach, except with Microsoft.Extensions.Logging. The key difference in my approach is that I’m testing it from a .NET 4.6 CSPROJ file rather than an ASP.NET Core project. This emphasizes the fact that .NET Core is available for you to consider using immediately—even if you haven’t migrated to ASP.NET Core projects. Logging? Why on earth do we need a new logging framework? We already have NLog, Log4Net, Loggr,...