The Microsoft Band SDK Preview gives developers access to the sensors available on the Band, the ability to create tiles on the Band and send notifications to these tiles for their applications. Microsoft released it’s first SDK preview for developers.

 

Using the SDK you will now be able to build app for iPhone, Android and Windows Phone integrating Microsoft Band features. To know more about the SDK preview and downloadable links, read more.

Published by on under DZone | Microsoft Band

It’s Tuesday again and as I mentioned last week, it’s time to share top 5 links on Microsoft platform which includes few big announcements too. Above the fold you will find announcement on Handwriting in OneNote for iPad, followed by various other posts on Azure Machine Learning and BigData.

 

This blog post has been composed with the help of Microsoft. Share your views/opinions to Microsoft about the links shared below by dropping a line at the comment section.

Published by on under Azure | BigData

Schedule tasks are often require to do some clean ups, fetch some records from internet and/or update the live tile/lock screen. There might be some other requirements too. If you want to add schedule tasks in your Windows and/or Windows Phone runtime apps, here you go.

 

In this post, let’s keep it generic and learn, how to create schedule task in universal windows apps. At the end, share your feedback to improve. Don’t forget to share in your network.

Published by on under Win8Dev | WinDev

Microsoft in DevCenter documentation confirms Windows Phone 8.1 GDR 2 (aka. Update 2) with set of new and updated features, while the Windows 10 Technical Preview for phones released last week. So, expecting a new update to Windows Phone 8.1 handsets before Windows 10.

 

In this blog post, sharing the new/updated features set and some useful links to get further details. Continue reading.

Published by on under DZone | News

With help of Microsoft, I am sharing top 5 news with you on Microsoft platform. This is the first post on this channel and I hope you will like it over the period. Please share your views on these topics below, which will be shared to the team over time.

 

Above the fold, Microsoft Research makes touch develop tool as open source. Read more to find out the top 5 posts. Don’t forget to share your views/feedback.

Published by on under DZone | JavaScript

Microsoft first introduced “Cortana” in Windows Phone 8.1 and now integrating with Windows OS. Going with Windows 10 (build: 9926 onwards), you will see her assisting you in your desktop, tablet versions too. Though it is currently in development stage for Windows 10, not all the functionalities work properly.

 

In this blog post, we will discuss how to activate Cortana in Windows 10. Also we will see, how to activate touch free “Hey Cortana”. A short video tutorial can be found at the end of the post.

Published by on under Tips | Win10Tips

Microsoft updates the “Phone Insider” app with a new name “Windows Insider” and ability to login with Microsoft account, moving one step forward to release Windows 10 Technical Preview for Windows Phone in February 2015. This new build will be available to users registered for Windows Insider program.

 

In this post, I am just sharing the link and few screenshots of the app. The Windows 10 Technical Preview build for Windows Phone yet to come in February.

Published by on under News | Windows

Microsoft released Windows 10 Technical Preview release build: 9926 for the people registered under Windows Insider Program. This January 2015 release adds new features including Cortana support, enhanced UI and a set of other stuffs.

 

Find the steps mentioned below to download the Windows 10 (build: 9926) to try the new features coming in Windows 10. Also, ISO links are available for offline installation.

Published by on under DZone | News

Visual Studio 2015 and .NET 4.6 came up with another new feature (more precisely an enhancement) for C# 6.0 named “Dictionary Initializer”. It’s not a new thing but now you will be able to map the key/indexer directly at the time of dictionary object initialization.

 

Today in this blog post, we will discuss about this with an example. Don’t forget to read the other new features which I posted earlier. Links can be found in this post.

 

Published by on under .Net | C# 6.0

Yesterday, 6th January 2015, Telerik introduced a new developer program called “Telerik Developer Experts”, announced few months ago by Burke Holland (Director of Developer Relations). Today I am pleased to announce that, I am also part of this program as Telerik Developer Expert.

 

In this post, sharing a little about the program, few links etc. Thank you John Bristowe, Burke Holland and Telerik for nomination and consideration.

Published by on under Achievements | News

C# 6.0 came with another new feature along with Visual Studio 2015 and .NET 4.6. Now you will be able to write await operations in catch {} and finally {} blocks too. This will help many developers to do certain async operations when they encounter any exceptions or want to do async clean-ups in finally block.

 

Today in this blog post, we will discuss about this new feature. Don’t forget to read the other new features which I posted earlier. Links can be found in this post.

Published by on under .Net | Async

“Time and Tide wait for none” – seriously, how the year passed through and a new journey is going to start with fresh hope, fresh expectation by forgetting the past and thinking ahead. Thanks to all my friends, family members, blog followers and other known/unknown persons with whom I am connected virtually.

 

The year 2014 is over. We did many things in 2014 and let us do more in the coming year and deliver our best to our work. Thanks for all your support and feedback to my articles.

Published by on under Greetings |

Is your Internet Explorer crashing when you are trying to debug your Silverlight application from Visual Studio but runs perfectly when running without debug option set? This might be due to an update that Microsoft pushed recently via Windows Update service.

 

If you faced the same, this post will guide you to resolve it at the earliest. Continue reading to learn about the trick to resolve this. Share it with your friends. This might help them too.

Published by on under InternetExplorer | Silverlight

Did you explore the latest of C# 6.0? It brought another new feature called “Expression-bodied function members” which will allow you to write expression bodies for properties, methods etc. instead of writing statement blocks. Thus reducing the code.

 

Today in this post, we will discuss about the new feature “Expression-bodied function members”. Read more to learn about it. Don’t forget to share the feature links in your network.

Published by on under .Net | C# 6.0

Microsoft released a new beta app named “Gestures Beta” for Lumia Windows Phone devices which enables you to interact with your phone device in different useful ways. If activated, you can gesture to manage your calls and silence your alarms.

 

In this post, sharing more information about the app and the link to download the app from the Windows Phone Store. Use it and share your feedback to Microsoft.

Published by on under DZone | Lumia

C# 6.0 brought another great new feature named “Exception Filters” along with Visual Studio 2015 and .NET 4.6. If you didn’t try yet the preview version of the new IDE, go and grab it to get your hands dirty with the new features before it actually releases.

 

Today in this post, we will discuss about the new feature “Exception Filters”. Read more to learn about it. Don’t forget to share the feature links in your network.

Published by on under .Net | C# 6.0

Team JetBrains released the RTM version of ReSharper 9.0, a very popular productivity tool for the developers using Visual Studio IDE. The new release supports Visual Studio 2015 Preview and C# 6.0, along with many other new features and improvements.

 

In this post, going to share the 30-day trial version link which you can download to try the new bits. Also sharing the link towards the features. Continue to read more.

Published by on under .Net | CSharp

C# 6.0 brought a set of most useful features with Visual Studio 2015 Preview and .NET 4.6. If you didn’t yet explore the features, check out the embedded links within this post to learn what’s coming with it. Download the preview to get your hands dirty before you use in production.

 

Today in this blog post, we will discuss about a new feature called “null-conditional operators”, which will actually improve your productivity. Let’s start with it.

Published by on under .Net | C# 6.0

Visual Studio 2015, .NET 4.6 and C# 6.0 came up with lot many features. If you didn’t try the new IDE, download the preview version in a non-production environment to get your hands dirty with it. You will definitely love the new features.

 

Today in this post we will learn about another new feature called “nameof” expression which will surely solve most of the problems a developer faces when playing with properties and notifications.

Published by on under .Net | C# 6.0

Did you download the new Visual Studio 2015 IDE? If not, try the preview version before it actually releases and start improving your coding skills with the forthcoming IDE from Microsoft. Today we are going to explore another new feature of C# 6.0 coming with this release.

 

Let’s continue the series “What’s new in C# 6.0?” and show you what’s coming with C# 6.0 in terms of string interpolation/string concatenation.

Published by on under .Net | C# 6.0