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 »
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 »
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 »
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 »
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 »
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 »
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 »