Enterprise patterns for Windows 8 WinRt and C++
Developing C++ from a C# developers perspective may be a good or bad thing, only time will tell. As a C# developer for WPF I’m accustomed to developing in an enterprise environment where we code for...
View ArticleTypeOf for C++/CX
UPDATED: View THIS BLOG for a new improved TypeOf() commandWriting C++ from a C# developers perspective can be quite challenging at times… I started my “poor mans” IOC container by first creating my...
View ArticleC++/CX - IOC/Dependency Injection
Source Code: <CLICK HERE>Before I officially upload source to my http://PasswordMgr.CodePlex.com site I want to have my MvpVm framework functional (the POC phase has a lot of starting over…). My...
View ArticleC++/CX Interface class not recognized from external project
Microsoft bug submission: https://connect.microsoft.com/VisualStudio/Feedback/details/780859#tabsLearning C++ from a C# developers perspective continues to be a challenge… In C# I can create an...
View ArticleC++/CX WinRt and Windows Phone code sharing
Before EHR certification requirements made the development of EHR applications cost prohibitive, I wrote an EHR program for a medical group. It started as a web application which soon opened up a...
View Article