Friday, January 23, 2015

Microsoft Windows 10 Event.

...

Sunday, January 18, 2015

Working in designtime with Data in MVVM

If we develop applications ( XAML based) we have a problem with see the data in design view. Every application become successful when its interface is attractive. If our application is based on internet or any other computational task there is difficulty on make Interfaces without running the application real time. Here is solution for it Use design time data binding which already with the xaml based application  Today we going to develop the...

Tuesday, January 13, 2015

Time Zone clonflictions with Cloud Services .. How to avoid .

There is problems when you are developing applications which based on cloud services. That is , time of your service (servers ) are different than the time that your application. If you are using time stamp based data pulling  from the cloud service you are in big trouble. Here if two basic solutions that you can use in those scenarios 1. Use UTC (absolute) Time (highly recommended) 2. Change time zone of the server according to the ...