Simulating A Tab Control in a Windows 8 Application

I was looking through the forums on MSDN today and found someone asking how to implement a Tab Strip Control in Windows 8 Store applications.  They used the Store as an example, wanting functionality that behaves like the OverView, Details, Reviews section. Currently there are no tab controls in Windows 8 and I haven’t seen... Continue Reading →

Exploring the StorageApplicationPermissions

The other day I was researching the different file access scenarios available for Windows 8. I needed the research for my chapter on accessing data in my Windows 8 Book (more on that later). The restrictive sandbox that Windows 8 applications operate in can prove challenging.  To access data outside the sandbox and Windows libraries... Continue Reading →

Windows 8 is Coming….Should I Care?

Recently I have been using the Developer Preview of Windows 8.  Back in September Microsoft announced how developers can build the next generation Windows applications. So Microsoft is trying to revamp its tablet industry while moving their operating system forward. They are developing an operating system that is attempting  unify their operating system across platforms... Continue Reading →

Code Once Use Twice….or More

If you have programed against any of Microsoft’s Xaml based user interface frameworks then you might have heard about the MVVM (Model-View-ViewModel) pattern.  One of the benefits of this pattern is the separation of the view  from the view model.  All of the logic lives in the view model which is then bound to the... Continue Reading →

Why Repositories Matter!

I recently read a blog titled “Architecting in the pit of doom: The evils of the repository abstraction layer”. In it Ayende makes some pretty compelling points as to why you should not use repositories.  In his example he is stating that NHibernate’s ISession and Entity Framework’s Context objects are repositories.  He also states that... Continue Reading →

Create a website or blog at WordPress.com

Up ↑