Sample application for Microsoft PixelSense? - pixelsense

Do you guys came across any sample application (i need source code of the app) for Microsoft PixelSense in web?

Guys after googling lot i have collected few useful links to start coding on surface environtment.
http://channel9.msdn.com/pdc2008/PC17/#Page
http://ctlabs.blogspot.com/search/label/Surface
http://robertbunn.wordpress.com/2009/04/18/converting-wpf-apps-to-surface-apps-part-1/
http://www.aboutmicrosoftsurface.com/features-of-microsoft-surface.php
if you guys come across any useful post for surface please post your answers.

You will need the Surface SDK 1.0 which is not available thru an official source.

You can now download the Surface SDK with sample applications from the Surface Partner site. If you have access to the Surface Community site there are more advanced applications without source there.

Related

Has anyone got new doc of Microsoft Power Apps?

I'm searching for a new documentation / guide of Microsoft Power apps because some function won't work and I had a lot of error using old syntax..so Can someone has got any Guide of Power apps 2023.
Thanks Very much
I tried functions and Patches using old synthax but It won't work.
I need a 2023 guide for Power Apps
This is the official Microsoft "Learn" page for Power Apps - for ClearCollect:
Collect, Clear, and ClearCollect functions in Power Apps
This link always has the latest version of PowerApps - https://learn.microsoft.com/en-us/power-apps/

I want to use Yandex api translate but

I saw the terms, It's not clear for me if It's for business(ads) or not.
I want if someone can confirm my doubts for me.
If It's not for business can anyone show me other free apis...
Use Microsoft Text Translate API
Microsoft Translator Text API
It has free 2m character translation/month on its free tier
See Pricing Details here
And if you are developing your application in android. Might as well help me debug this since I'm trying to create an MS Translator on android. :)
MS Translator for Android

Evernote API in Unity3D

Since I haven't got any response on the Unity3d or Evernote forums, I'll try it here.
The last year I have worked a lot with Unity3D, mostly because the good integration with the Vuforia Augmented Reality library and the fact that publishing for multiple platforms is a piece of cake.
Now I want to show notes in an AR setting and am looking at the Evernote API for this. I couldn't find anything about using this with Unity, I can see why this is not the most common combination.
My question is: do you think I can access the Evernote API through Unity? If so, how should I do this? Or is it for this purpose perhaps wiser to make (parts of) the application with Eclipse/xCode?
Hope to hear from you!
Link to Evernote API: http://dev.evernote.com/doc/
The Evernote API has a C# SDK which you should be able to call through Unity. In terms of how to do it, you will probably need to download the SDK and follow the instructions yourself. Their github seems like a good starting point.
One thing to note is that Unity's .Net library for mobile clients are quite limited and with webplayer you will need to deal with sandbox security issues. But start with the standalone build first and see how you go

TFS 2010 API Resources

Does anyone have any good resources for working with the TFS 2010 API? I specifically looking at how to create, read, update and delete work items.
Please see the Team Foundation Server 2010 SDK on MSDN Code Gallery. More content will be coming on-line for the RTM release, but you should find enough there to get you started. Contact me know if you have any questions.
Shai Ratan's blog has a huge wealth of examples. They're 2008 but 99% still relevant.
www.tfsexamples.com has 2008 examples, but still relevant
WorkItemManager class from a TFS OS project I'm currently working on called Spruce, which is ASP.NET MVC 3 front end for TFS workitems. The class illustrates a large portion of what you need, although no deleting examples. WorkItemSummary in that class is simply a scaled down WorkItem object.
BacklogItemHandler from the Scrum Dashboard project on codeplex also has a lot of good examples of how to use the API.

Custom Presence with UCMA 2.0 and OCS 2007

I have recently started working with Unified Communication Managed API 2.0 (UCMA) and Office Communication Server(OCS) 2007. I have a need in my app that I have to create custom presence for my users? Has anyone of you guys done this before and can point me in right direction?
There is not much documentation out there regarding this, so I am struggling here.
Thanks
I've not done any work with the 2.0 API yet, but these posts may be useful for you:
Joe Calev's Weblog (apologies if you've already seen them)
Also, there might be some useful nuggets in here (its V1 but some of the concepts are similar):
UCMA 1.0 Sample app
Ok I got the Answer.
We have to execute couple of stored procedures on OCS side to add those custom presence there.
Then we can publish to those presence just like every other ones!