Team Foundation Server 2015 Released

Microsoft announced the release of the final version of Team Foundation Server 2015 today which includes numerous improvements in Agile Project Management, a brand new build system, Git support enhancements, and extensibility.  While there are literally dozens of major and minor enhancements, here’s a quick highlight of some of the best. Agile Project Management: The…

Fixing MacBook Pro Windows 10 In Place Upgrade Issues

On my production machine, my Apple MacBook Pro, I did an in place upgrade from Windows 8.1 to Windows 10. I ran into a couple of bumps and got them figured out so I thought I’d post this for others seeing the same problems. That way when combined with the power of Greyskull (AKA internet…

Taming the SplitView Control in Windows 10

Of all the new controls featured in Windows 10, SplitView is perhaps the most emblematic. SplitView makes it easy to implement “hamburger menu” interfaces like the ones featured in Windows 10’s built-in News, Sports, and Photos apps, among others. A hamburger icon consisting of three horizontal bars sits atop a ribbon on the left side…

Where Oh Where Did My Response.SignOut Go in ASP.NET v.Next beta 6?

If you’ve just fought through an update from ASP.NET v.Next beta whatever to beta 6 and now you’re staring down the last few red squiggled lines only to come across this little gem about SignOut no longer existing, I can help you get back to signing out in just a few steps.     AuthenticationManager…

JIT Compiler Bug in .Net 4.6 Discovered

Of course no software is ever released without bugs, and the .Net Framework is no exception.  With .Net 4.6, Microsoft has moved to using a new JIT compiler called RyuJIT that is specifically designed for use with 64-bit systems.  However, Nick Craver at StackOverflow has found that this new JIT compiler has a significant bug…

Exciting New Things in F# 4.0

With the latest news of the release of Visual Studio 2015 some folks may not have realized but included in it is the newest release of F# 4.0. The .NET Blog has also officially announced the RTM. The most exciting thing about this release of F# is that, since F# has been open source for…

Azure Bits #4 – Adding the Azure Web Job

This post’s main objective was originally about completing the initial skeleton of uploading an image from a web page and generating a thumbnail from an Azure Web Job using Azure Blob Storage and Azure Queues, but it turned into a pretty large refactoring in anticipation of having something a bit more realistic to eventually post…

ASP.Net 5 Roadmap Shows A Long Road Ahead

While Microsoft released Visual Studio 2015 and .Net 4.6 earlier this week, it did not include the upcoming version 5 of ASP.Net, an open source and cross platform framework for building next generation web applications in .NET.  Microsoft did however release a roadmap which includes estimated dates for the next series of Beta milestones (currently…

Build an Angular 2 App – Data Binding Syntax

In our previous article about building a simple application in Angular 2, we laid the foundation for moving forward and covered all the very basics about bootstrapping your application. However, it’s more or less a hello world application, and that, has been done already a number of ways. The goal is to build a small…

Angular Benchpress and Performance Tests

Ben Nadel wrote a blog post that explored the performance of rendering a large dataset using Angular (version one) and React. It was a good post and demonstrated the perceptible difference between an Angular 1 application and a React application. The example application (found here) was intended to give a feel for this performance difference.…

Build an Angular 2 App: The Root Component

Build an Angular 2 App: The Root Component Angular 2 is in active development right now, but is still in an alpha state. In fact, at the time of writing this article, the alpha 31 release was just cut. There are a lot of things in flux, but the platform has enough meat on it…

Microsoft Quietly Slips Out Windows 10 RTM Release

Microsoft isn’t exactly known for it’s subtlety but this week’s release of Build 10240 of Windows 10 could be an exception.  While Microsoft hasn’t yet made the announcement, all indications are that Build 10240 is in fact the RTM version of Windows 10 which would be used by manufacturers to preload Windows 10 in time…