DZone

Showing posts with label DZone. Show all posts

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 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

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

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

Did you try the new Visual Studio 2015 and .NET 4.6? At the time of writing this blog post, it’s still in “Preview” release for the developers to try and report issues. .NET 4.6 comes with C# 6.0 with additional new features expected by developers to improve their coding productivity.

 

We are now going to describe the new features introduced in C# 6.0. Today in this blog post, we are going to see how to initialize/set default values to auto properties introduced in C# 6.0. Keep reading.

Published by on under .Net | C# 6.0

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

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

If you are building Location Aware app for Windows Phone 8, you might want to check whether the Location Service is enabled/disabled in the system and based on that, you can take appropriate steps asking user to enable that.

 

If you are one of such developer, this small but handy blog post will help you to figure out the status of the Location Service. Continue reading to know further about it.

Published by on under DZone | Tips

Tripura is a small hilly state in Northeast India, occupying an area of approx. 4,051 sq. mi (10,490 sq. km). The state is surrounded by Bangladesh on the north, south and west border. The Indian states of Assam and Mizoram lie to its east. The state capital is Agartala.

 

Those who want to know about the state, it's districts, culture, tourist places and hotels can download this app which will provide you more details about the state. Get the free downloadable links in this post.

Published by on under DZone | Windows Phone Apps

How to Start, Stop, Recycle IIS application pool programmatically?

IIS application pool defines a set of web applications and their corresponding worker processes to provide a convenient way to administer a set of web sites and applications. Sometime developers need to programmatically start, stop or recycle the IIS application pool.

 

In this post, we will learn how to programmatically call the directory service to invoke the start, stop and recycle operation on IIS server.

Published by on under CSharp | DZone

One of my app named “Easy Connect” for Windows Phone 7 is one of the most download app in the Windows Phone store, which is an utility application to give you easy access to all the four connection settings page i.e. Airplane, Bluetooth, Cellular and Wi-Fi from a single page.

 

In Windows Phone 8, we can see some other settings page which are easily accessible by APIs. Thus I thought to build similar app for WP8.

Published by on under DZone | Windows Phone Apps

One of my friend, who bought a Windows Phone recently, asked me to build an app for him which will calculate bank’s interest rate. He is more into the investment market and this would really help him. I accepted the idea and built this app for him.

 

First I thought to keep it as private but later made it public so, others can also use it on need. It’s a free app which you can download from the Windows Phone store (link available below).

Published by on under DZone | NokiaBlog