It was the nice Friday morning when I woke up and picked up my Lumia 800 to check out the time, mails and tweets. I discovered a small little enhanced feature (possibly a bug) on my device. My device was in charging mode though it was not connected to power cable.

 

First I was not able to believe my eyes but after few minutes, I confirmed that as an issue and took up the camera to record it. Sharing it here…. just enjoy.

Published by on under Lumia | Lumia800

Memory Leakage in applications are most common and a developer maximum time does not care about it. There are various possibilities for Memory leakage and one of them is Events registered in applications which a developer unknowingly forgets to handle.

 

So, what are the cases where that could make problem and are there any proper solutions to tackle down this issue? Let us discuss on this topic today.

Published by on under .Net | Silverlight

It is sometime difficult when you have a bunch of properties exposed from a class and you just need few of them while debugging a code block. Sometimes it becomes even more complex when you have a collection of that class.

 

Is there any easiest way to improve the code debugging in Visual Studio? Yes, there is. In this post we are going to learn this technique if you have never used it yet.

Published by on under DZone | Tips

Microsoft released CTP (Community Technology Preview) version of Visual Studio 2012 Update 2 just few months after the release of Visual Studio 2012 Update 1. This new release comes with the Blend for Visual Studio which now supports all the major project templates.

 

If you are using multiple versions of Expression Blend, it’s time for you to upgrade to this release. Find out more about this release and download links.

Published by on under ExpressionBlend | News

Nokia rolls out the Windows Phone 7.8 update globally to it’s entire set of Windows Phone 7 devices which already have WP7.5 installed. It comes it some new features already available in Windows Phone 8 devices.

 

Among all the features, the most awaited feature that a WP7.5 user want to see in their screen is the all new Start Screen with those small, medium and large icons.

Published by on under Lumia | News

What is Dispatcher object and why to use it in application?” - It’s a common question asked by beginners working in various XAML technologies like Silverlight, Windows Phone etc. I came to such instances many time when the developer has no clue about “Cross Thread Exception”.

 

That is the reason I wanted to publish this post mentioning the use of this Dispatcher object, mainly when you are getting an “Invalid cross-thread access” exception.

Published by on under DZone | Silverlight

“Duck Typing” is not a common interview question but one of the interviewer in a panel may ask you this just to check your knowledge out of the common questionnaire. You might be already answered this in a different question but stucked here.

 

So, what is this “Duck Typing” and how this benefits a C# developer? Ok, let’s start discussing this in today’s blog post and I assume, you will find it interesting.

Published by on under .Net | C# 4.0

Above expectation, Microsoft released the WP7.8 SDK update for the Windows Phone 7 developers who wants to upgrade their apps to target the new WP7.8 OS rolling out after 31st January 2013. This update brings some prominent features like the new start screen.

 

In this post, I am going to share the downloadable links of the new SDK and the instructions to install this SDK update.

Published by on under News | WP7

Many time we need to map objects between UI/Domain or Service/Domain layers. Mapping the objects between them is very hectic. So, are there any simplest mechanism by which I can map two objects? Is there is.

 

There is a AutoMapper class which you can use to map between two objects. This also provides option to do a custom mapping. Let’s begin with it and learn about it today.

Published by on under .Net | AutoMapper

Today while deploying one of my new Windows Phone 7 application to my unlocked WP7 device, I noticed that, it is not deploying it due to connection error though the device is connected properly and able to sync with the Zune Software.

 

Later after doing lots of brain storming I was able to fix the problem and thus sharing the solution here in case you came across similar issue while deploying.

Published by on under WP7 | WP7DEV

In Windows Phone 7, we had four network settings page that we can invoke using the ConnectionSettingsTask. We had no other APIs to launch other settings page but in Windows Phone 8 Microsoft exposed few schemas for invoking these settings pages.

 

In addition to the existing pages, now we have few more as addition. Today in this post we will learn how to open those settings page using proper URI schemes.

Published by on under WP8 | WP8Dev