DCSIMG
Services - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Services (RSS)
Windows Phone 7 - Location Service and Bing Maps
Tweet Over the last two posts I’ve talked about Microsoft pubCenter ads into your Windows Phone 7 application and Accelerometer Sensor for Windows Phone 7 all as part of a very long series I’m planning to write on Windows Phone 7 in order to help you write cool and useful applications for Windows Phone 7. In this Post I’ll talked about Location Service and Bing Maps. Location Service – I’ll show how to receives data from the Microsoft Location Service and displays the geographic coordinates of the...
Power Tools for Microsoft VS 2010 users – Innovative software that saves time and money
Power Tools for Microsoft VS 2010 users – Innovative software that saves time and money Sela Technology Center is proud to announce the release of our unique software development productivity power tools for the Microsoft ALM environment: SCRAT , WTM and WIMBI .  All products are well proven and based on our deep understanding of client requirements for Development and Testing activities using Microsoft VS 2010. About SCRAT - MIGRATION : SCRAT tool enables the most time efficient and cost effective...
Access Token With C#
Last week I had a task to build a tool that can control IIS and Services in another computer in different domain. Performing IIS reset or control Services status in different computer is easy, but when the computer belongs to a different domain those actions becomes quite complicated. So I found that create an dynamic Access Token is the best way to accomplish those actions. An access token is an object that describes the security context of a process or thread. The information in a token includes...