Tag Archive: Visual Studio 2012 RC

Visual Studio Cleaner

Introduction Visual Studio Cleaner is a project to clean all the temporary files created by Visual Studio. By removing all the try-out project’s or your watched folders temporary files, you could save a… Continue reading

Create RaisePropertyChnged Property Snippet using Visual Studio 2010

Ever you wanted to create your own snippet in Visual Studio 2010. Let me guess, you think of writing xml file and all that. Well there is an easy way. Snippet Designer has… Continue reading

Data Template Selector in Windows 8 Metro XAML App

It has been work around to have more than one data template in a list to display the data. In Windows 8 it has been eased, WinRT introduces the DataTemplateSelector class, where we… Continue reading

FileSavePicker in Windows 8 XAML App

Introduction In the previous article we have seen the features of FileOpenPicker. In this article we would see the FileSavePicker which is in Windows 8. We have SaveFileDialog in WPF/Silverlight, but in case… Continue reading

FileOpenPicker in Windows 8 XAML App

Introduction In this article we would see the FileOpenPicker in Windows 8 XAML Application. Basically in Silverlight/WPF we have OpenFileDialog which would open a dialog. FileOpenPicker is native to WinRT. Let’s Start Let’s… Continue reading