CSRepl is a C# REPL and interactive interpreter hosted on BitBucket. REPL stands for Read-eval-print loop and is a simple, interactive computer programming environment. This blog post introduces CSRepl, the C# REPL and interactive interpreter which I have founded on BitBucket. REPL stands for Read-e... [More]
My advice is that you should listen to .NET Rocks and Hanselminutes podcasts if you work with, or is interested in working with Microsoft .NET. After graduation I started out on my professional career as developer on the .NET stack. As I was new to the platform and tools I began searching for means ... [More]
Manning Publications contacted me asking for my thoughts on a new book titled “Continuous Integration in .NET” by Marcin Kawalerowicz and Craig Berntson. This is my book review. A while ago Manning Publications contacted me through this blog asking for my thoughts on a book that was about to get pub... [More]
I will show how easy it is to isolate your client code from ASP.NET code, using the Moles Isolation Framework, in order to test that your code performs as intended. In the following example I will show how easy it is to isolate your client code from ASP.NET code, using the Moles Isolation Framework,... [More]
How to rename a namespace for all of its classes using ReSharper. Update! You can now find more user tips with the ReSharper user tip tag. Have you ever wanted to rename a namespace but you have too many classes in the namespace that it would be an infeasible hassle changing all of them individually... [More]