Archives
- April 2013 (1)
- February 2013 (1)
- January 2013 (4)
- December 2012 (1)
- November 2012 (1)
- October 2012 (4)
- August 2012 (2)
- July 2012 (2)
- June 2012 (2)
- May 2012 (3)
- March 2012 (1)
- February 2012 (2)
- July 2011 (1)
- May 2011 (1)
- April 2011 (4)
- March 2011 (1)
- February 2011 (1)
- December 2010 (3)
- September 2010 (1)
- July 2010 (1)
- June 2010 (2)
- February 2010 (1)
- January 2010 (1)
- December 2009 (2)
- November 2009 (9)
- October 2009 (1)
- September 2009 (3)
- May 2009 (2)
- April 2009 (1)
- October 2008 (2)
What I am writting about
Category Archives: Software Architecture
Modern Enterprise Applications – Native Application vs. Mobile Web
In my recent post, A Mobile Web Strategy, I covered some of the architectural decisions that go into build a mobile website. I glazed over the process of choosing whether to a mobile web application or build a native application. … Continue reading
Posted in HTML5, Mobile, Modern Application, Software Architecture, UX, Windows 8, WP7, WP8
1 Comment
Modern Enterprise Applications – A Mobile Web Strategy
In my last post, Modern Enterprise Applications, I started to look at what it takes to build a modern enterprise application. Technological advances have added complexities to building enterprise application. The expectations of enterprise users has changed. They expect to … Continue reading
Posted in HTML5, Modern Applicaiton, Silverlight, Software Architecture, User Experience, Windows 8, WP8
4 Comments
Modern Enterprise Applications
Each day technology advances, along the way the definition of an enterprise application has changed. In the olden days enterprise applications would be installed on a users machine with possibly some backend services for aggregating data. These applications had to … Continue reading
Posted in Modern Application, Software Architecture, User Experience, UX
1 Comment
To Metro and Back Again: A Developer’s Tale (Part 2)
In my last post, I started a journey to see if I can share data between a WPF application and a Windows 8 Metro application. We left off with the data in the Metro application. According to the map the … Continue reading
Posted in Metro, Software Architecture, Windows 8, WinRT, WPF
Tagged Application, Enterprise, Legacy, Metro, Windows 8, WinRT, WPF
5 Comments
To Metro and Back Again: A Developer’s Tale (Part 1)
Update: Part 2 Hot off the press As most of you know Microsoft is about to release a new operating system. If you have not heard then you should crawl out from under the rock and embrace the future of … Continue reading
Posted in Enterprise Application Block, Metro, Software Architecture, Windows 8, WPF
Tagged Application, Enterprise, Legacy, Metro, Windows 8, WinRT, WPF
2 Comments
Windows 8 in the Enterprise
Microsoft recently released the Release Preview of Windows 8 on their way to a final release later in the year. This new reimagining of Windows is the most radical change to Windows in a long time. There has been a … Continue reading
Posted in Software Architecture, Windows 8
8 Comments
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. … Continue reading
Everything Goes in Cycles
Recently a colleague of mine at BlueMetal Architects presented to the following trend image: State of The Environment I find it funny how these things go in cycles. It is like the cycle of Client/Server –> Desktop –> Distributed. If … Continue reading
Posted in HTML5, Software Architecture, Windows 8, WP7
1 Comment
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. … Continue reading
Posted in .NET, C#, Software Architecture, Windows 8, WP7, WPF
Leave a comment
Controlling Silverlight Child Windows Using MVVM
A while ago I wrote a post called “Silverlight Child Window With MEF and MVVM Light” where I laid out an approach on how to implement a child window in Silverlight while following MVVM. Some of the challenges of using … Continue reading
Posted in .NET, C#, MVVM, MVVMLight, Software Architecture
3 Comments