by Leon Cullens
30. April 2012 16:00
In this little post I explain why I think that you'll need to start developing for Windows 8 if you want to be part of the next big thing. Here are four good reasons, ordered by increasing importance. More...
by Leon Cullens
22. April 2012 02:49
Two years ago I started my first company, called Tweakplanet, a simple company that provides software development services to customers. Recently I began a new start-up with my best friend, under the banner of 'SixTwelve'. This taught me a lot of things, but mostly how to work cost-effectively. Here are some great tips for anyone who wants to start her own business. More...
by Leon Cullens
11. April 2012 20:05
I recently made a very important decision in my life. I came to the conclusion that going to college is getting me nowhere since it only stops me from developing myself. I also came to the conclusion that I don't like working for clients. Clients can be a real pain in the ass and I usually have to build boring, simple stuff according to the client's vision. In this short post I'll explain my current plans.More...
by Leon Cullens
18. March 2012 16:28
This tutorial will show you how to keep your entities and your views clean by translating entities to viewmodels. It is a good practice to do this because it keeps your files clean, it avoids certain security problems and it's more flexible, as you will read in this article. The examples are using C# and ASP.NET MVC, but the concept is pretty generic and can be applied to virtually every programming language or framework. More...
by Leon Cullens
27. February 2012 22:52
I recently saw Scott Guthrie's presentation of ASP.NET MVC 4 on the TechDays in the Netherlands. How showed us a couple of very interesting features that are new to ASP.NET MVC 4. Here are the coolest features that you will definitely love. More...
by Leon Cullens
22. February 2012 21:52
Now that we've come to an end you hopefully have a good understanding of how to make your software testable, how to write unit tests, what the best practices are and what TDD is. Unit testing proves itself as a very valuable technique to constantly validate if your software is still working (regression testing) and it enables you to automate a large part of your testing process. However,More...
by Leon Cullens
22. February 2012 19:34
Now that you probably have a good grasp on the basics of unit testing, you probably want to see some examples that put all of this knowledge together. This chapter will do just that; I built a little simple ASP.NET MVC 3 application that allows us to withdraw money from an account, deposit money on an account and transfer money to another account. I kept everything very simple, ignoring lots of best-practices to keep the unit testing as easy as possible. More...
by Leon Cullens
22. February 2012 18:34
Now that you know what test-first means and how you can build a testable architecture, you are ready to start writing some real unit tests. This chapter will explain what kind of assertions you have, how a good unit test is set up and more. More...
by Leon Cullens
11. February 2012 16:48
In order to be able to test your software without applying many dirty hacks, you have to embrace a couple of architectural patterns that allow you to isolate the pieces of code that you want to test. I will explain a few principles that are crucial if you want to build good, testable software. More...
a82a732e-9d67-41d3-aece-5b056dae2510|1|5.0
Tags: testing, unit testing, MVC, dependency injection, MVP, MVVM, WPF, Ninject, StructureMap, Autofac, Adapter, wrapper, repository, architecture
Testing
by Leon Cullens
7. February 2012 21:40
As a software engineer I can't live without a computer. I use it for my work, I use it for hobby projects, for blogging, for social networking, for entertainment, and lots of other things. However, I also can't live with them because of various reasons I will explain in this little rant. More...