Visual Studio (11)

First Hours with Visual Studio Code on Mac and Windows
29 April 2015 · 3 minutes read

Today is one of those awesome days if you build stuff on .NET platform. They announced bunch of stuff during Build 2015 keynote and one of them is Visual Studio Code, a free and stripped down version of Visual Studio which works on Mac OS X, Linux and Windows. Let me give you my highlights in this short blog post :)

Using "Ctrl+Enter, Enter" Instead of "Ctrl+., Enter" for C# Quick Actions on Visual Studio 2015 Preview
13 November 2014 · 2 minutes read

One of the new features of the Roslyn based code editor is Quick Actions. Let's see how you can use Ctlr+Enter, Enter combination instead of Ctrl+., Enter :)

Debugging ASP.NET vNext Beta Builds with Visual Studio 14 CTP 3
5 October 2014 · 2 minutes read

Visual Studio CTP 3 has launched a while back and I was expecting to have trouble working with ASP.NET vNext beta builds. I was partially right. I wasn’t able to run the web application from Visual Studio. However, it’s still possible to debug the application and I have a workaround for you :)

Replace the Default Server of OwinHost.exe with Nowin in Visual Studio 2013
27 September 2013 · 4 minutes read

This post will show you how to you can replace the default server of OwinHost.exe with Nowin in Visual Studio 2013

Good Old F5 Experience With OwinHost.exe on Visual Studio 2013
9 September 2013 · 5 minutes read

With Visual Studio 2013 RC, we are introduced to a new extensiblity point: External Host. This gives us the F5 experience Wwth OwinHost.exe on VS 2013 and this post walks you through this feature.

Working with IIS Express Self-signed Certificate, ASP.NET Web API and HttpClient
23 October 2012 · 4 minutes read

We will see how to smoothly work with IIS Express Self-signed Certificate, ASP.NET Web API and HttpClient by placing the self-signed certificate in the Trusted Root CA store.

Visual Studio 11 Beta Code-Named "Juneau" SQL Server Database Project - Quick Overview
7 April 2012 · 4 minutes read

Quick Overview of Code-Named "Juneau" SQL Server Database Project which is one of the most awesome features of Visual Studio 11 beta

Make The Visual Studio Extensions Compatible With Visual Studio 11 Developer Preview
7 December 2011 · 3 minutes read

Do you use Visual Studio 11 Developer Preview and miss your extensions? Well, I do! Especially, ADO.NET C# DbContext Generator. We'll see how to make them compatible with Visual Studio 11 Dev. Preview

Unit Testing With xUnit.net for ASP.NET MVC Web Applications - Part 1
16 October 2011 · 3 minutes read

In this blog post, we will see how we set up our environment for xUnit.net Unit Testing Framework. This is the first blog post of the blog post series on Unit Testing With xUnit.net for ASP.NET MVC.

How to Detect Errors of Our ASP.NET MVC Views on Compile Time - Blow up In My Face Theory
29 September 2011 · 3 minutes read

We will see How to detect errors of our ASP.NET MVC views on compile time inside Visual Studio.

File By File Deployment Process with MSDeploy Inside Visual Studio
5 March 2011 · 2 minutes read

Have you ever used 'MSDeploy' inside Visual Studio 2010 and wished a nice process bar while publishing a web application? There is even a better way!