DCSIMG
C# - or ben shmueli

or ben shmueli

Press any key to continue, where's the any key? - Homer.S

Browse by Tags

All Tags » C# (RSS)
Get Tfs Items to Windows Phone using WCF
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...
Windows Phone GIS using Bing-Maps part 2
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();         ...
Windows Phone GIS using Bing-Maps
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...
Posted: Mar 28 2012, 10:17 PM by orbens | with no comments
תגים:, , , ,
Make our own Asp.net Moblie Web Site
Hi , At times like ours that every day a new mobile device release and a variety of resolution is growing every day and (around 7), also we want to build one site that you could see him same for all these sizes. And if I come and tell you that there is a solution, even very easy to do, not only solve the problem with the seven resolutions, also a solution that you can see on your home computer and Tablets very well (not perfect but still worth ...) furthermore, the site can be done in asp.net and...