Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Coding</span>

An Introduction to Test Driven Development in C#

A 10 Minute introduction to test driven development and unit testing using NUnit and C#. Produced as part of the Readify Developer Network. Aditional resource: Improving Application Quality Using Test-Driven Development (TDD) Demystifying Extreme Programming: Test-driven programming Bug Busters – Test Driven Development in .NET

Expert to Expert: Erik Meijer and Bertrand Meyer – Objects, Contracts, Concurrency, Sleeping Barbers

Bertrand Meyer is a programming language guru, computer scientist and arguably the uncle of object oriented programming Smiley. Bertrand created the Eiffel programming language. Eiffel is an object-oriented language that is based on a fixed set of powerful principles like Design by Contract and Command-Query Separation. It’s a very powerful …

Google I/O 2008 – Building an Android Application 101

This session is a practical introduction to building Android applications using the SDK and developer tools. We’ll walk through building a non-trivial application and use it as the basis for discussing the various facets of the Android application framework. Related resources Android official website Develop Android applications with Eclipse tutorial …