Tag Archives: IISExpress

Week roundup

Last week recap and links: Using Fusion Log Viewer to Debug Obscure Loader Errors by Scott Hanselman. Needed to solved exception while debugging 64 bit website. Debugging VS2013 Websites Using 64-bit IIS Express, solved the issue I needed Fusion Log … Continue reading

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

First look at OData

I’ve heard about OData back in 2012 but never used it. Now I might have a use case for OData and want to explore it. Below are the parts of my sample WCF DataService project. Every part has the exceptions … Continue reading

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

Week 16 roundup

Last week recap an links: Connect to iisexpress website from inside a Hyper-V machine using this post about how to connect to a local web service from the Windows Phone 8 Emulator Enable the SSH on you synology and use … Continue reading

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

My Maintainable Automated UI Tests

Original post By Mehdi Khalili on 9 Oct 2013 hereI just modified it to best suit my needs. Mehdi Khalili uses Selenium webdriver to do an automated UI test. The key of the post is to see the test code … Continue reading

Posted in Test | Tagged , , , , , , , | 3 Comments