SQL Server Code-Named "Denali"–CTP3(Community Technology Preview 3) is now available

Microsoft has released CTP3 of SQL Server Code-Named "Denali". You can download the files from Download SQL Server "Denali" CTP3  (You will Microsoft File Transfer Manager) Express Edition of the same is available from below link Download SQL Server "Denali" Express CTP3 Read the below blog as well for more information http://www.jamesserra.com/archive/2011/07/sql-server-denali-ctp3-now-available/

Read more โ†’

Kinect SDK for Windows–Quick Starts

Microsoft Research has released BETA of Kinect SDK for Windows a while ago. Which provides a set of drivers and managed API’s for develop applications that will utilize the Kinect for motion sensing technologies or applications. Download the 32-bit or 64-bit version of the Kinect for Windows SDK at http://research.microsoft.com/kinectsdk MSDN Channel 9 have a […]

Read more โ†’

Apple Push Notifications Service API & C#

To start with Apple Push notifications I would have to first explain what is Push Notifications? In normal mobiles Push services are often based on information preferences expressed in advance. This is called a publish/subscribe model. A client might "subscribe" to various information "channels". Whenever new content is available on one of those channels, the […]

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 โ†’