Author Archives: Adrian Aisemberg

Easy Windows-Phone 7 Navigation

Page navigation in WP7 is crappy: You must pass an instance of System.Uri which must be of UriKind.Relative You cannot pass any object but only strings. If you need to pass some object, you usually pass an id and find … Continue reading

Posted in .NET, WP7 | Tagged , , | Comments Off on Easy Windows-Phone 7 Navigation

CLAP@github

CLAP’s source code is now available on github: https://github.com/adrianaisemberg/CLAP

Posted in .NET, Command-Line | Tagged , | Comments Off on CLAP@github

CLAP: Help and Empty Handlers

Previous post introduced the Global and Help features of CLAP. In this post, a new syntax is introduced to handle Help and Empty handlers. Get It Source code and binaries at github: https://github.com/adrianaisemberg/CLAP NuGet: Install-Package CLAP Help In the following … Continue reading

Posted in .NET, Command-Line | Tagged , | Comments Off on CLAP: Help and Empty Handlers