Beginning Kinect .NET Development With Kinect SDK

I found some cool resources for learning Kinect Windows Development. Official Kinect SDK Download http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/ The tutorial series of basic fundamentals is below Installing and using the Kinect sensor: here Camera fundamentals: here Skeletal Tracking fundamentals: here Audio fundamentals: here Depth data directives: here Nice blogs about Kinect SDK – Windows Development. http://blogs.msdn.com/b/eternalcoding/archive/2011/08/20/10174036.aspx http://channel9.msdn.com/coding4fun/kinect/Kinect-gestures-and-Business-Analyzer-for-Dynamics-GP http://abhijitjana.net/2011/09/14/development-with-kinect-net-sdk-part-i-installation-and-development-environment-setup/ […]

Read more โ†’

Microsoft Visual Studio 2011 & .NET Framework 4.5 Developer Preview

Microsoft has released the Microsoft Visual Studio 2011  11 & .NET Framework 4.5 Developer Preview,  for MSDN subscribers. This is so cool, soon we can have VS2011 or may be 2012. Using Developer Preview, developers will have early access to upcoming major products from Microsoft. Thanks! Microsoft. Also Expression Blend 5 Developer Preview available for […]

Read more โ†’

Visual Studio LightSwitch 2011 RTM–Final–Released

Microsoft has released Visual Studio Lightswitch 2011 RTM(Release to Manufacture). Visual Studio LightSwitch is the newest edition of the Visual Studio family and is the simplest way to build business applications for the desktop and the cloud. For the end-user developer this means you can quickly create professional quality business applications with minimal code. For […]

Read more โ†’

Introducing Telerik RadDataServiceDataSource

Most of the .NET developers would be well aware of what is Telerik RAD(Rapid application Development) controls. Telerik RAD controls are for those developers/organization which want to build Rapid applications with minimal effort. If you spend 6 weeks on developing a control that implements certain features necessary for business, which still need to go through […]

Read more โ†’

Sending Apple iOS Push notifications using C#

I was in a search for finding solution in C# or .NET which would allow me to send iOS Push notifications from C#. Ideally this needs to be a service/scheduler that will send push notifications periodically. Since iOS is a closed platform, I was wondering whether we can create anything like that using .NET. My […]

Read more โ†’