Tag: .NET

Offline Browser for Windows Phone is released

  Here is some good news: finally my Windows Phone application Offline Browser is available for download in the Windows Phone Marketplace! Offline Web Browser? But who needs that? Well actually i do. To be honest app was created (as many other apps) in order ‘to scratch an itch‘. I’m an old information junkie and while traveling to work i like reading books and surfing the web, but often i don’t have internet connection or its very slow (for example when I’m in the subway). Although there are many excellent E-Book readers for Windows Phone (one of the best is…

Combining Silverlight Navigation Framework and Prism to create MVVM Applications – Introduction

This is introductory post for a series of posts where i will try to tackle the holy grail of MVVM applications - Navigation. To do this I will be using Prism from Microsoft's Patterns and Practices team (Silverlight version - latest drop) combined with Silverlight Navigation Framework and i will build small navigation framework on top of that...