Tag Archives: TDD

Citcon Paris 2009

By Paul Lorena Continous Integration is one of the base in Agile development, this suppose to deploy the tests and run them to verify all the functionality of your application. Beyond this very restrictive technical aspect, there is a strong … Continue reading

Posted in TDD, Test driven development | Tagged , | 1 Comment

INotifyPropertyChanged

By Paul Lorena 3 days ago I was developing a function to detect any change in the property of one specific class, the .NET framework has a quite interesting interface, very appropriate to my expectation. Let’s see how to implement … Continue reading

Posted in Development, TDD | Tagged , | 3 Comments

01. TDD Project : HP48 Emulator in Csharp (Codename : ARISTON)

By : Paul LorenaObjective:- Create a HP48G emulator in CSharp using the TDD (Test Driven Development) methodology.- Use best practices for the development, i.e.: design patterns, DOO (Design Object Oriented principles). Technical Specification- This project is open source- This project … Continue reading

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