Developer Review – Mobile Design Pattern Gallery, Theresa Neil, O’Reilly

Tweet Introduction After her notable “Designing  Web Interfaces”, Theresa Neil come up with the UI pattern gallery for Mobile applications.  In this book, she lists out excellent set of UI design patterns  under nine different categories like Navigation, Forms, Tables & Lists, etc. In Detail This book has 10 chapters with one Appendix.  The first [...]

Synchronous, Async and Parallel Programming Performance in Windows Azure

Tweet This post discusses the performance benefits of effectively using .NET TPL  when doing I/O bound operations. Intent When there is a need for non-synchronous programming pattern (asynchronous and/or parallel) in Azure applications, the pattern of choice must be based on the target VM size we have chosen for that app and the type of [...]