Blogspot - pranayamr.blogspot.com - Pranay Rana

Latest News:

Generate Sequcen Diagram (Visual Studio) 14 Jul 2013 | 04:48 pm

Following post is about feature provided by MS Visual Studio to generate sequence diagram from already written code. Before getting into details how the Visual Studio does the task of generated seque...

Store data locally with HTML5 Web Storage 16 Mar 2013 | 05:57 pm

Now new version of HTML5 having number of new API one of the is Storage API, which allow you to store data of use locally. Here in following post I am going to describe Storage API. Cookies vs. Stora...

Object to XML using LINQ or XmlSerializer 14 Mar 2013 | 08:11 pm

In Following post I am going show you how easily you can convert you object in the XML string, because sometime there is need of pass object and XML from one function to another and also convert XML s...

CSS Selector 29 Jan 2013 | 10:30 am

In this post is about CSS selector and how it woks. Following is explanation of most of the selector that is used in CSS. In the following first is css example and than html code on which it will wor...

DistinctBy in Linq (Find Distinct object by Property) 26 Jan 2013 | 09:08 am

In this post I am going to discuss about how to get distinct object using property of it from collection. Here I am going to show three different way to achieve it easily. In this post I am going to ...

GeoLocation API in HTML5 24 Jan 2013 | 12:16 am

HTML5 have cool feature that is provide gelocation of the user on the fly without using any extra services that we do right now. This feature is supported by Gelocation API which is part of HTML5. Fo...

Index of Collection Using Linq 22 Jan 2013 | 12:51 pm

This is small post regarding How to get the index of each element in collection. There are sometime requirement to bind list of element with the dropdwon or list control with index as value and Data a...

Display and Format Negative Currency value 4 Jan 2013 | 01:16 pm

This small tip about how to show the negative currency value in your application. For Example if you have currency value like -1234 and you want to display it like -$1,234 according to you culture. P...

Tuple Type in C#4.0 31 Dec 2012 | 03:39 pm

What is Tuple type ? Tuple is new class type added in C#4.0. Tuple type allows to create data structure which is consist of specific type and specific number of elements. In the following post its ab...

Dispatcher in Silverlight 21 Dec 2012 | 03:38 pm

In this I am going to discuss about Dispatcher that makes Silverlight application responsive. I am going to show how Dispatcher allows to update UI of the application on the response from WCF service ...

Recently parsed news:

Recent searches: