Thursday, 21 October 2010 07:26
by Anupama
Udaipur is one of the most popular tourist destination of Rajasthan, it is also known as white city. It has so many shimmering lakes that it is also known as city of lakes. Once you are here you will have opportunity to see scenic beauty, lakes , awesome temples, historical sites and forts.
Thursday, 14 October 2010 09:22
by Anupama
This is very straight forward, when your object need to share some variable values then make them static. There will be only one memory allocation to that variable which will be accessible for all objects. For more clarity in c#, you can't access static members using object. You can access it by using class name.
Tuesday, 12 October 2010 08:16
by Anupama
Basic interview question of .net framework part 2
Friday, 8 October 2010 08:39
by Anupama
Calling web service on Android is possible with KSOAP2 (ksoap2-android-assembly-2.4-jar-with-dependencies.jar) or you can write you own soap message formatter and can make http call using android apache http classes.