Browse by Tags
All Tags »
MANGO (
RSS)
Hello everyone Today I will show you how you can keep track of bugs in TFS through the windows phone True at the beginning it sounds like those who really need it ... But everyone who works from home, without connecting to the office need it! or just some one that want to know what remains to do Of course the guide is basic, and it demonstrates just how to get the data from TFS SERVER but of course you can also update the server data (next post), and possible also to obtain data on all employees...
i changed a little bit the Gui from the old post, i add Textbox and a button and now it look like this: i add this 2 functions: private void GoBtn_Click(object sender, RoutedEventArgs e) { ServiceReference1.SearchServiceClient _client = new SearchServiceClient(); ServiceReference1.SearchRequest sr = new SearchRequest(); ...
Hello everyone Today the blog will discuss how to create GIS windows Phone application using Bing Maps, First you must register at Bing developer site for downloading the water mark of the Bing link: http://www.bing.com/developers/appids.aspx after you registered opened VS 2010 and select windows Phone application: We add the component side bing map we add listbox of cities for now (next post we'll see how we do it with just the address with only a textbox!!) Add to listbox four cities (you can...