Posted on: 5/27/2011 2:05:00 PM | Views : 649

Hope you already downloaded Windows Phone 7.1 Mango Beta Tools as I mentioned in my last post here
Today I am going to talk about DeviceNetworkInformation API with small demo. This API is exposed with the new toolset and very useful especially when you need to check various things related to Mobile Operator. Let's have a look in more depth about this API.
What this API does ? :
This API helps you to identify and know more about Network capabilities by which one can identify Availability of Network, Availability of Roaming Data and WiFi Network etc. How to make use of this in your Windows Phone 7.1 app its totally your call and it is dependent on your Application Requirement. So I will leave this "Where to use" part to you.
Structure of DeviceNetworkInformation API :
DeviceNetworkInformation is a stat ...

Go to the complete details ...