Craft of Budapest (conference summary)
by Gáspár on April 30, 2014
Last week I attended Craft 2014 conference in Budapest. Here is my short summary about it.
Git for code reviews
by Gáspár on February 5, 2014
Have you ever considered git as a collaboration tool to discuss code issues or alternative solutions? Me neither. My colleague,Viktor, has conducted a code review recently and used git for supporting it. He quickly won me for this idea and let me share it.
Enable .NET 4.0 WCF hosing in IIS 8
by Gáspár on January 23, 2014
I still receive quite a lot of hits to my blog post from 2009 on hosting WCF in IIS 7. At that time we used .NET 3.5 and I had a Windows 7 machine with Visual Studio 2008. The time has passed since then and many things changed, but sometimes you still need to host […]
SpecFlow tips: input and output files
by Gáspár on January 20, 2014
Integration tests have to deal with file system files from time to time, even if the system under test does not use the file system. You might have test input files or generated logs, traces or other output files that you generate during the test execution. Handling such files is not too hard, but there […]