Keep IIS Express alive after stopping web application

I faced a situation when IISExpress stops after I stop my debugging session. Not always convenient especially if I want to tweak/adjust some html/javascript »

Be Technically Prepared For The Demo

Yesterday I was doing a demo for one of our customers in their office. Nowadays Wi-Fi is a dime a dozen and usually companies have dedicated »

HOWTO: Setup TFS git project

Open up Team Explorer. Click on Connect. And choose a server (either available or add some new one). Let's click on Servers and add some brand »

HOWTO: SendGrid and Azure

Go to Your Azure Account https://manage.windowsazure.com Go to "MarketPlace" and click on "New" Choose "App Services" Select "SendGrid" Choose Your plan and Review »

Resuming my Octopress blog from Windows environment

It's time to resume my blog. At the moment I'm working in Windows environement and I found these two articles really helpful for me: How to »

The missing Lines method in .NET

In my .NET project I needed a method to split a multi-line string into multiple lines. Ruby has such a method out of the box. Here »