Tag Archives: Visual Studio

Getting Visual Studio Code Ready for TypeScript

Part 1: Compiling TypeScript to JavaScript This is the first part in a series of blog posts on Getting Visual Studio Code Ready for TypeScript: Compiling TypeScript to JavaScript (this post) Writing Jasmine Tests in TypeScript Why TypeScript? In case … Continue reading

Posted in Technical | Tagged , , | 11 Comments

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 … Continue reading

Posted in Technical | Tagged , , , , , | 1 Comment

Deploy ASP.NET 5 Apps to Docker on Linux

NOTE: This post is part 3 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 … Continue reading

Posted in Technical | Tagged , , , , | 4 Comments

Develop and Deploy ASP.NET 5 Apps on Linux

NOTE: This post is part 2 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 (this post) Deploy … Continue reading

Posted in Technical | Tagged , , , | 36 Comments

Develop and Deploy ASP.NET 5 Apps on Mac OS X

NOTE: This post is part 1 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 (this post) Develop and Deploy ASP.NET 5 Apps on Linux Deploy … Continue reading

Posted in Technical | Tagged , , , | 29 Comments

Simple WCF SOAP-REST Multi-Project Template

Download the source code for this post. I did it again: another multi-project Visual Studio template – this time for a simple WCF service that exposes both SOAP and REST endpoints.  My other REST and SOAP templates are intended as … Continue reading

Posted in Technical | Tagged , , , | Leave a comment

WCF SOAP and REST Multi-Project Visual Studio Templates

Download the code for this post. Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from the Tools-Manage Extensions menu from within Visual Studio 2010. What I like about this … Continue reading

Posted in Technical | Tagged , , , | Leave a comment

Build a Multi-Project Visual Studio Template

Download the code for this article here. (Zip file updated to include source code for VSIX and Wizard projects.) Earlier this year I authored an open-source toolkit, called Simple MVVM Toolkit, to help developers build Silverlight, WPF and Windows Phone … Continue reading

Posted in Technical | Tagged , | 69 Comments

Automatically Upgrading to Visual Studio 2010

I’ve had the need recently to convert a large number of projects from Visual Studio 2008 to Visual Studio 2010.  I was not able to find a tool out there that does this automatically, so I wrote one.  The key … Continue reading

Posted in Technical | Tagged | Leave a comment