My Recent Weblogs
-
Adopting Event Sourcing in SaaS using Windows Azure
This blog post was originally published at http://blog.aditi.com/cloud/adopting-event-sourcing-saas-windows-azure/. People in the enterprise application development and strong attachment with relational world feel ill-chosen when suggesting to adopt event sourcing. There are some reasons for that. This blog post specifies you the candidate places in SaaS development using Windows Azure where event sourcing…
-
Book Review – See What I Mean – O’Reilly
For techies, this book might not be the regular lunch. It is my long wish to express my learning through mind-friendly way like comics and videos. Couple of years before, I used Pixton.com and written a blog post https://udooz.net/blog/2010/12/wcf-sts-federation-claims/. After that, I simply left that direction due to lack of comic…
-
Book Review: Python for Data Analysis by Wes – O’Reilly
Python getting become the heart of data analysis works. You can see variety of books taught machine learning, data analysis and big data processing based on Python. To get into that world, this book is the basic to learn Python ecosystem for data analysis. Pandas is one of the notable…
My Code Project Articles
-
Custom Controls in Win32 API: The Painting
Understanding the basics of custom control painting and avoiding the trap of control flicker.
-
Custom Controls in Win32 API: Visual Styles
Paint your control consistently with standard/common controls, using the visual styles API.
-
MVC Complex Model Postback: Bind Field to JSON string
MVC Complex model postback: bind field to JSON string