Commanding within DataTemplates in MVVM!
A quick post about setting commands within DataTemplates when using the MVVM pattern! When you are inside a DataTemplate the DataContext is changed to the … Read More »Commanding within DataTemplates in MVVM!
A quick post about setting commands within DataTemplates when using the MVVM pattern! When you are inside a DataTemplate the DataContext is changed to the … Read More »Commanding within DataTemplates in MVVM!
The ADO.NET team recently came up with a new concept in OR mapping called “Code First” model in Entity Framework 4.0 In addition to supporting… Read More »Introducing Code First Entity Framework 4.0!
Just created a sample to showcase EF 4.0 Code First approach..it so happens that the app made to showcase uses the MVC 3.0 pattern with… Read More »ASP.NET MVC , Razor and Validations!!
This month’s Tech net magazine has quite a useful article on “Cost architecting” your azure deployments. We had written something on the same lines here.… Read More »Optimizing your Azure Deployments for Cost and Performance!
Are you sure your ISV has kept these simple pointers in mind when deploying your multi-module app on AWS?? Instance Addressing All Amazon EC2 instances… Read More »Save some bucks on AWS with these pointers(Part 1)
I’ve seen a couple of developers fumble with a LOT of Code when asked to implement a 2-3 level Master –detail form. So we put… Read More »Multiple Level Master Detail Binding in WPF(XAML)
So you are done for the day and stop your EC2 Instance. But are you sure you want to “stop” and not “terminate” it? What’s… Read More »Do you want to Stop or Terminate your EC2 instance?? What happens to your backup??
Ready to deploy your application on the Amazon Cloud? You told your service integrator to provision a machine and put up your app. Did you… Read More »Gearing up for AWS EC2:- Step 1. Decide your backup!
Frustrated that your ServiceRouting code doesn’t work on Azure? Forget deployment..it doesn’t even work on the development fabric?? Thanks to Christian Weyer for pointing us… Read More »Azure tip:- WCF 4.0 ServiceRouting in Azure?
While working on a recent assignment related to establishing and optimizing duplex communication with Silverlight and WCF,we learnt quite a lot of new concepts like… Read More »Improving WPF/Silverlight- WCF Communication!