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 Windows 10, currently under Technical Preview, came with a new Home Screen when you launch the File Explorer. It pins all your favourite icons, frequent folders, recent files and more to help you easily launch the frequent files/folders from a single place.

 

Today in this post, we will discuss how to configure the Home screen, add or remove icons, organize the tiles properly.

Published by on under Tips | Win10Tips

Finally virtual desktops were added natively in Windows. If you are using Windows 10, you will be able to use it directly. Though all the functionalities not yet available, but it’s good to see it  by default in Microsoft Windows operating system.

 

In this post, today we will be describing more about Virtual Desktop feature and guide you to understand how to work with it. Continue reading and share your thoughts.

Published by on under Tips | Win10Tips

Windows 10 – all you heard about it. Microsoft recently released a Technical Preview version of it to the Windows Insiders opted for it. In this release, there is an option to play with some new features coming into Console Window.

 

Today in this post, we will go thru them and understand what these options actually means. Continue reading and share your views about those cool new features.

Published by on under Tips | Win10Tips

Those who have already installed the Windows 10 Technical Preview might noticed that the Start Screen is no more there by default. Rather, Microsoft placed the old Start menu with additional features like adding Live Tiles into it.

 

In this Tips & Tricks post about Windows 10, we will discuss how to switch between Start menu and Start screen. If you love the Windows 8 like Start screen, you will be able to bring it back.

Published by on under Tips | Win10Tips

Another October for me. The golden moment of my life when I first received the MVP award from Microsoft in the year 2010 and since then continuing it. It’s the 5th continuous year when I received the award from Microsoft for the contributions I have done for the developer community.

 

First three years I was Silverlight MVP, last year it changed to Client Development MVP and this year it changed to Windows Platform Development MVP.

Published by on under Achievements | Awards

Who don’t want to put a link in the apps/games to provide feedback directly to the developer via email? To do this in Windows Phone Silverlight applications was pretty easy. We just had to create the instance of the EmailComposeTask and call the Show() method.

 

But this has been changed a bit in Windows Phone 8.1 RT applications. In this post, we are going to discuss this along with comparison to what has been changed.

Published by on under Windows Phone | Windows Phone 8.1

A big news just shared by Microsoft today for all the developers in Windows Platform. Yes, it’s for both Windows Phone and Windows developers. Dev Center account is now a life time membership and that means, you don’t have to renew your account every year.

 

If you are a dev, you don’t want to miss this opportunity to build for any or both the Windows platforms. Read to find out more on this topic.

Published by on under News | WinDev

You might already know that, Windows Phone 8.1 SDK came with few API changes targeting the Windows Runtime. If you are a developer and looking to launch the phone dialler from your app, this post will help you to know the changes.

 

In this post we are going to discuss “How to programmatically do a Phone Call in Windows Phone 8.1” with a comparison between the API changes.

Published by on under Windows Phone | Windows Phone 8.1

It was the big day for the Kolkata developers and IT Pros, when we organized the first successful event in the city of Kolkata targeting the IT Pros as the audience. Thanks to these vast audience for attending the event and make it successful.

 

Today, I am going to share some snaps and little bit of recap of the event. It was our great pleasure to have Biplab Paul (Program Manager, South Asia MVP Community) among ourselves.

Published by on under Azure | Events

If you don’t have any Wi-Fi router but still want to connect all your devices like laptops, tablets phones etc. to the internet, you can make your laptop a virtual Wi-Fi hotspot and connect all those devices via it. This way you can save your money purchasing a hardware device.

 

In this post, I am going to share a way to create a virtual Wi-Fi hotspot using Connectify. Though a paid version of this exists, but you can use the free version with limited functionalities.

Published by on under Connectify | Tips

Windows Phone 8.1 SDK came with slight changes in it’s API and among them, few changes I already blogged earlier with a comparison to the previous SDK version. If you are looking for Screen Orientation changes, this post will help you.

 

In this post we are going to discuss “How to set the Supported Orientation and Screen Orientation in Windows Phone 8.1” with a comparison between the API changes.

Published by on under CodeProject | DZone

Kolkata Geeks proudly announces “Community Day, Kolkata – August 2014”. It’s an initiative taken by global MVP communities. Like other cities, we are also organizing the event in Kolkata, but In-Person. So, if you are in or near Kolkata, don’t forget to join us.

 

In this post, I am just sharing the agenda, venue and the event details. Join us on the event day to know more about Windows Phone app development.

Published by on under Events | MVP

Few months ago, I wrote a small helper class for all my Windows Phone Silverlight applications, which helped me a lot to store and retrieve data to and from IsolatedStorageSettings. Thus I thought to share the same with you, in case you find it useful.

 

Read more to  find out the code, which you can use freely. Here the only catch is: it works only with the Silverlight type applications.

Published by on under Silverlight | Silverlight5

Windows Phone 8.1 Update (GDR 1) is already there for Windows Phone developers as part of the “Preview for Developers” program. It brought some new features like Live Folders, Apps Corner, Multi-SMS selection and more to empower your daily needs.

 

In this post, sharing about “Apps Corner” in detail to give you a brief on what is coming up next in your Windows Phone 8.1 device, once Microsoft starts rolling out to consumers.

Published by on under Windows Phone | Windows Phone 8.1

Microsoft already started rolling out Windows Phone 8.1 Update (GDR 1) this Monday to the Windows Phone Developers via a preview program called “Preview for Developers”. With this, they also released the new SDK for developers to try out the latest bits in their apps/games.

 

In this post, I am going to share the link to download the Windows Phone 8.1 Update (GDR 1) SDK and the new emulator images.

Published by on under Windows Phone | Windows Phone 8.1

Today Microsoft started rolling out Windows Phone 8.1 Update 1 (aka. GDR 1) only for the developers to try out the latest bits of the upcoming updates. Those who have the “Preview for Developers” bit installed, will only get this update.

 

Read further to know about the latest bits. If you didn’t yet register for this update, it will help you to setup the preview in your device.

Published by on under News | Windows Phone

Sometime we need to export data as Excel report. This can be a plain Console application or a high end desktop and/or web application. You can of course do this using plugins/add-ons but what if you don’t have permission to use any 3rd party assemblies in your application?

 

Okay, in this post we are going to discuss this with help of a simple Silverlight & C# application but logic will be same in other platforms/technologies too. Keep reading.

Published by on under .Net | CodeProject

Microsoft reveals the news… the first update is coming up for Windows Phone 8.1 preview users next week with new features along with Cortana in new markets. This update will be rolling out to users who activated the preview updates in their devices.

 

In this post, sharing some insights about the new features and new markets where Cortana will be available. Read out the post for more details.

Published by on under News | Windows Phone

It happens sometime when we want to schedule shutdown or hibernate our Windows OS after a specific time of interval. If you are an advanced user, you must be aware of schedule shutdown option from a command line.

 

But how to schedule hibernate? In this small tips & trick post, I am going to share you the way to do this from command prompt itself. Continue reading to know the trick.

Published by on under Tips | Windows

Microsoft started rolling out another update to their most awaited phone OS i.e. Windows Phone 8.1 having a build no. 12400 released as Developer Preview. If you did not receive the update notification yet, go to phone settings and force a phone update.

 

Start enjoying the major improvements and functionalities available in Windows Phone 8.1 OS, if you already have WP8 hardware device.

Published by on under News | Windows Phone