MUGH Developer Day–January 2012

Microsoft User Group Hyderabad invites you to the Developer Day on Sunday, January 29th 2012.   Register for this event for FREE @ http://mughdeveloperday01.eventbrite.com Here is the agenda: Timing Topic Speaker 09:30 to 10:00 Registration 10:00 to 11:00 Coding for Fun with Kinect Abhijit Jana, Microsoft 11:00 to 12:00 I Love HTML5 Shravan Kumar, Thomson […]

Read more โ†’

CSSCop for Visual Studio – FxCop for StyleSheet

CSSCop makes it easy to adhere to best practices for writing stylesheets. It catches common errors that affect browser compatibility and much more. You can think of it as FxCop for stylesheets. CSSCop for Visual Studio tries to help us write better CSS, by making sure we remember all the right vendor specific properties or that […]

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