Domain-Driven Design is quite a new approach to model complex business applications. It helps all stakeholders involved in a software development project to find a common communication ground. It provides … Continue reading “How to use Domain-Driven Design to better understand the business”
Lync client available for Windows Phone other mobile platforms follow soon
Microsoft has just released their long-awaited Lync mobile client for Windows Phone. It’s available for download in the marketplace. A version for iPhone, Android and Symbian will be available in … Continue reading “Lync client available for Windows Phone other mobile platforms follow soon”
Managing software projects interactively using scrum
Too many software projects are not (fully) successful. Depending on the research source used, you will find that 30 up to 70% of the IT projects fail to some extend. … Continue reading “Managing software projects interactively using scrum”
Proudly reviewing 5 Goyello years
November 29, 2006 we almost missed our plane to Gdansk. Because of the traffic jams and the very fact that Cologne/Bonn Airport appeared to be a bit further than we’ve … Continue reading “Proudly reviewing 5 Goyello years”
Key challenges in Agile implementations
Agile methodology was supposed to be a solution to solve all of our problems. But it looks like it’s not. Some issues appear when companies start to implement Agile in … Continue reading “Key challenges in Agile implementations”
Entity Framework Invalid Operation Exception – a bug or developer’s bad design?
One day one team had some strange problem while adding certain entities to the database through Entity Framework. Each time, they got an exception telling that, “The changes to the … Continue reading “Entity Framework Invalid Operation Exception – a bug or developer’s bad design?”
How to get Lync working on Mac [updated]
Early September the good news started spreading among Microsoft Office fans who are for whatever reason using a Mac. Microsoft announced the release of Lync for Mac. Lync is Microsoft’s … Continue reading “How to get Lync working on Mac [updated]”
Fast face detection by Apple in iOS
Apple together with the Core Image Framework for iOS5 and Lion 10.7 introduces a really cool and easy to use face detection API. The face detection technology was bought by … Continue reading “Fast face detection by Apple in iOS”
Three pillars of Unit Tests
Ok, now we know what TDD is all about and how to do TDD. Really? Well, no. In fact we only know how TDD works, but TDD is about writing … Continue reading “Three pillars of Unit Tests”
MVC3 Forms Authentication using strongly typed User Roles
We often need to authenticate users and, depending on their roles, give them access to specific areas. MVC3 gives you a such possibility by means of RolesAdapter. But using RolesAdapter … Continue reading “MVC3 Forms Authentication using strongly typed User Roles”