Archive

Archive for January, 2010

Found A New Agile Community

January 17th, 2010
Urs Enzler

I found a promising community on agile software development created by Kelly Waters.

If you are interested in agile development then check it out (click on banner):


Visit Agile Community

Kelly Waters

 

Uncategorized

Github: failed to push some refs

January 14th, 2010
Daniel Marbach

I’m heavily experimenting with git using github.com. Just in case you’ll ever receive the following error message:

failed to push some refs

Don’t panic as I did! Just need to make a pull request first because there might be changes that we need to pull in. Afterwards it is easy possible to push your changes to github.com. Have fun!

 

Announcement , , ,

Agile UI Development in .NET: Nested Views

January 2nd, 2010
Urs Enzler

Updated: Something went wrong with the code snippets. Now it’s okay.

Today, we”l have a look at nested views in my series on agile UI development in .NET using an extended MVVM pattern (table of contents).

There are two kinds of nested views:

  • contextually nested views and
  • hierarchically nested views (master-detail scenarios)

read more

 

.NET, Agile, Architecture , , , , ,