November 12th , I will be presenting at Developer Conference 2011 Organized by Microsoft User Group Kolkata (KolkataGeeks) . Developer Conference is the premier technical event for technology professionals at Kolkata interested in learning, connecting and exploring latest Microsoft technologies. This is also going to be community Launch event for Office 365. So be there and enjoy the flavor of cutting edge Microsoft technologies.
Here is the presentation slide that we have used during our session at Developer Conference 2011, Hyderabad on 1st October. During the session I started with very fundamentals of Kinect devices and Kinect .NET SDK. I have shown how much easy it was to code with Kinect .NET SDK and developed different application with Kinect Camera, 3D Depth and Skeleton Tracking. In the next step, captured images using Kinect when it was detecting any Skeleton and uploaded the same on live Azure Blob Storage and added some information on Azure Queue Storage. After that Jebarson took it forward and shown how Push notification can be placed in between Azure and Windows Phone 7 to notify the subscribed user when some photo been captured, uploaded to the Azure and then the image is shown in your WP7 Device after successfully authentication.
The 12th edition of Microsoft Virtual Tech Days – being held on 28th to 30th Sept 2011. I’ll be presenting a session on Web Developer Trackand will talk about “Tune Your ASP.NET Application Using Visual Studio 2010 Profiler” on 29th Sept 2011 from 1:45pm – 2:45pm (IST) . Application Performance is very much critical for any business so, tuning and analyzing application’s performance is must needed for any application. In this Session we will learn how we can use Visual Studio 2010 Profiler to Tune ASP.NET Web Application with different approaches like Sampling ,Instrumentation and other profiling strategy. We will learn about details application execution process, object allocation, call trees which help tune the performance of the application and how instrumentation can helps to get those details by injecting a marker in the underlying code base of application . We will also learn how we can use profiler with web load testing, profiling application from IIS, Profiling with IIS Express, Compare different profiling reports and finally will look inside some JavaScript Profiling.