If you are a Silverlight developer and working with Telerik’s Rad control library, you might have seen that the RadNumericUpDown control always displays the value with a comma separator as per your system’s locale settings.

 

But have you ever came to a situation where your client wants to remove the comma separator from the control? You will not find any properties in-built in it. Let’s start today’s discussion with it.

Published by on under Silverlight | Telerik

During the BUILD developer conference on 26th June 2013, Steve Ballmer announced the availability of Microsoft Windows 8.1 Preview and Windows 8.1 RT Preview. If you have Windows 8 PC, you can download an ISO image and install it from there. But if you have a Surface tablet, the process is different.

 

If you are using Surface RT and want to install Windows 8.1 RT Preview, this post will help you getting started. Make sure that you don’t have any language pack installed.

Published by on under Surface | Win8

Yesterday in BUILD 2013 conference, Microsoft announced the availability of Windows 8.1 Preview which is now available for download as ISO image as well as an update from Windows Store. Windows RT devices have to update it from Windows Store only.

 

But before downloading and installing the latest preview build, you must know the pitfalls about it. In this post I am going to share some points for you. So, think before installing it now.

Published by on under Win8 | Windows

It’s definitely a busy day today when Microsoft started releasing multiple products during the BUILD conference happening in San Francisco. On 26th June 2013, Microsoft announced the availability of the first preview version of Visual Studio 2013 along with Windows 8.1 Preview.

 

In this post, you will find the link to download Visual Studio 2013 in case you want to try it before Microsoft actually releases the final product by end of the year probably.

Published by on under News | Visual Studio 2013

On 26th June 2013, during the BUILD Conference in San Francisco, Steve Ballmer announced the availability of the first official release of Windows 8.1 Preview. Windows 8.1 Preview and Windows RT 8.1 Preview are pre-release versions of Windows 8.1.

 

As it is a preview release and if you want to try the preview version, please make sure to read the post before starting the installation. Download links are available in this post for your reference.

Published by on under News | Surface

After the release of Visual Studio 2012 Update 2 in April 2013, Microsoft just released the next RTM version of Visual Studio 2012 marked as Update 3 (26th June 2013). This includes the latest cumulative series of feature additions and bug fixes.

 

It also includes Team Foundation Server 2012 Update 3. If you are waiting for the final release of Update 3, it’s the time to update your IDE with latest set of features & fixes.

Published by on under News | VisualStudio

Developers always try to provide the user a easiest way to represent the data irrespective of the technology that has been used. Hence, for a huge collection of data, generally we provide “AutoComplete TextBox” to the user instead of ComboBox or ListBox.

 

The reason behind this is to provide searchable and filterable UI to the user for easy access. Today in this post, we will learn how to use the Telerik’s RadAutoCompleteBox in both Silverlight and Windows Phone.

Published by on under Silverlight | Telerik

Majority of the developers uses source control server as their project’s repository. SVN and TFS (Team Foundation Server) are one of them. If you are one of the user, you are already familiar with the Check-In and Check-Out process that we do from Team Explorer.

 

In some case, you may need to do the same from command prompt. Today, this post will cover how to Check-Out and Check-In files/folders from command prompts.

Published by on under TFS | Tips

If you are a phone application developer, you may want to integrate vibration in your application, so that, you can vibrate the phone programmatically to provide some message to the end user silently in some special occasion.

 

Today in this post, we will learn how to programmatically vibrate your Windows Phone device by learning the SDK API details. Continue learning and provide your feedback.

Published by on under WP7 | WP7DEV

As a developer we all write lots of code, we all try to write better code in our module and want to keep away those freaking bugs that pops up by the testers. Isn’t it? Then what is the need of doing a code review and spending those extra time for just a review process?

 

Whole day everyone is busy with their module, so who has the time for this unnecessary work? Is it really unnecessary? Let’s check it out in today’s blog post. I hope, you are excited to read it.

Published by on under Code Review | DZone

Learning never ends, everyday we learn at least one thing. This applies to both our personal and programming stuffs. Today I learnt coding stuff which I wanted to build in one of my application. Thought to share the same in case you need, this will help you.

 

Did you ever think about building an application to provide a directory or file search functionality to the end user? .NET provides you that APIs which we will discuss in this post today.

Published by on under .Net | CSharp