Follow us on X (Twitter)  Like us on Facebook  Connect with us on LinkedIn  Subscribe to our YouTube Channel  Subscribe to our WhatsApp Group

Microsoft announced that, today they released the new Windows 8 operating system to the Windows 8 OEM and manufacturing partners. Side-by-side they also announced the general availability of Windows Store today for the MSDN Subscribers.

 

This is the first step towards the general availability of Windows 8 to the consumer and everyone is now looking for the date (26th October 2012) when it will be available for general public.

Published by on under News | Win8

Finally the “MCTS: Microsoft Silverlight 4 Development (70-506) Certification Guide” book authored by Johnny Tordgeman is available in the market. I was the Technical Reviewer of this book along with Evan Hutnick, who works as a Developer Evangelist at Telerik.

 

In short, this book will provide all that you need to know to pass the Microsoft Silverlight 4 dev exam (70-506). Find more about this book and publisher link to buy it online.

Published by on under Book | Certification

While working with the XNA Framework in Windows Phone 7 application, you might face an exception which says “Invalid Operation Exception” with a message “FrameworkDispatcher.Update has not been called”.

 

This exception generally occurs when you are working with the sound effects. In this post, we will discuss about this exception and the solution to fix it.

Published by on under Tips | WP7

As declared in June, Nokia rolled out “Camera Extras” for Windows Phone 7.5 Lumia devices. To get this application, you must upgrade your phone OS to 7.10.8773.x which was released in US and China from 22nd June and all other countries during various time frame of July.

 

The Camera Extras includes “Smart Group Shots”, “Action Shots”, “Panorama” and “Self-Timer” showcased for Windows Phone 8. Continue reading to get more info and download link.

Published by on under Lumia | Lumia800

This post is with response to a question asked by my friend Abhimanyu. Yesterday he asked me whether it is possible to test the Windows Phone app on computer by installing in emulators?

 

I answered him personally but thought to write a post on the same with proper steps so that, if you want to deploy any Windows Phone XAP file in your emulator to test it, this post will guide you.

Published by on under Tips | WP7

If you are ASP.Net developer, you might be aware of the AdRotator control. The AdRotator control is used to display a sequence of ad images from an XML file which stores the ad information in proper format.

 

But if you want to use the same in a non-asp site, how can you develop it? Exactly, I was looking for such answer for one of my friend and later found a solution which uses plain JavaScript to build the adrotator in a simple HTML page. A simple knowledge of JavaScript coding can help you on this. In this post, I will share the same code with you. So, if you want to implement it, you can take direct reference from here.

Published by on under JavaScript | Tips

For last two days we learnt about the new attributes named “CallerMemberName” and “CallerLineNumber” introduced in CSharp 5.0.

 

Today in this post we will learn about another attribute named “CallerFilePath” which has been newly included in C# 5. Tune in to know about it with a simple example to trace the development issues that one source file can generate.

Published by on under .Net | C# 5.0

Yesterday we discussed about “CallerMemberName” attribute. If you didn’t read it, you can find it here: “What’s New in C# 5.0 - Learn about CallerMemberName Attribute”.

 

Today we will discuss about another attribute named “CallerLineNumberAttribute” that has been newly added in latest CSharp version i.e. C# 5.0. Tune in to learn about it’s feature and uses to trace our development issues. Don’t forget to ask your queries and leave a comment below if this post was helpful for you.

Published by on under .Net | C# 5.0