Connect() 2015 Videos Available

Microsoft’s Connect() conference last week included not only the keynote with the announcements but more than 60 individual breakout sessions on technologies from Azure to Office365.  Those videos are available now for streaming on Channel 9.  The format for the videos include several Q&A sessions with the keynote speakers such as Scott Guthrie, Anders Hejlsberg,…

Visual Studio Code Goes Open Source and more from Microsoft Connect() 2015

Microsoft is holding it’s 2015 Connect() virtual conference today which was kicked off by a lengthy keynote from Scott Guthrie.  In the keynote there were several new announcements including a sneak peek into Visual Studio 2015 Update 1, new features in Visual Studio Code, and a new model for getting Microsoft developer tools.  Here’s an…

WintellectPowerShell Now on the PowerShell Gallery

Getting and installing modules is easier than ever with the PowerShell Gallery and PowerShellGet. Instead of downloading and extracting files into your PowerShell modules directory, a simple call to Install-Module takes care of everything for you. Today I’ve published my WintellectPowerShell module. Now you can install and get started setting up Visual Studio to access…

Microsoft Connect() Virtual Conference Preview

Last year Microsoft reached out to developers via a global virtual conference aptly named Connect().  During that conference they announced the .NET Open Source initiatives for Linux and Mac and also revealed the Visual Studio Code editor for Windows, Mac, and Linux.  This year’s conference promises more revelations with keynotes and presentations from developer favorites like…

Quick Tip: Add Developer Command Prompt Here

While it’s certainly not a new trick, it’s often useful to be able to get to a development command prompt quickly from File Explorer.  You can add that feature easily using the INF files published by Daniel Cazzulino on GitHub. To install the Developer Command Prompt Here context menu, just download the package from GitHub,…

Visual Studio Code Updated

Microsoft has released an update to their multi-platform code editor Visual Studio Code.  This release brings improvements in documentation, PHP snippets, and support for Roslyn based quick fixes. Documentation improvements include better organization and additional information about how to extend VS Code. Since VS Code was released there have been a large number of questions…

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…

Turn off the Attach Security Warning Dialog in Visual Studio

How many clicks has this dialog eaten out of your life? The idea for the warning is good because, you know, SECURITY. However, if you’re developing web apps or anything running in IIS, this gets old by the thousandth time you click the Attach button. It’s easy to turn off with an undocumented registry key.…

Azure Bits #3 – Adding a Message to an Azure Queue

In Azure Bits #2 – Saving the Image to Azure Blob Storage, we were able to save our image to Azure Blob Storage and verify that this all went according to plan after re-publishing our site to Azure. In this Azure Bit, we will take a look at the Azure Queue service and we will…

Deploy ASP.NET 5 Apps to Docker on Azure

NOTE: This post is part 4 of a series on developing and deploying cross-platform web apps with ASP.NET 5: Develop and Deploy ASP.NET 5 Apps on Mac OS X Develop and Deploy ASP.NET 5 Apps on Linux Deploy ASP.NET 5 Apps to Docker on Linux Deploy ASP.NET 5 Apps to Docker on Azure (this post)…

Microsoft Continues Push To Win Over Developers at Build 2015

Microsoft’s CEO Satya Nadella took the stage at Build 2015 today and with a little help from his Microsoft colleagues made the strongest pitch yet for why all developers should build apps for Windows 10. Build 2015 kicked off with a bang today as the three hour long keynote showcased Microsoft’s continued emphasis on empowering…