Blog

Which visual studio themes you use? Interesting Survey

I have been using Visual studio since 2003 version and it’s been decade and still my favorite editor. With visual studio 2010 they have introduced blue theme and With Visual Studio 2012 they also introduced a black theme. Lots of people are using lots of different themes. Some people like black themes and some does

Double quotes not working with Visual Studio

Recently, In one of the development machine with Windows 7, I was having strange problem with Visual Studio 2013, When I type double quote first time it was not there and then after once again type I type then it was there. I was wondering what is going on. After digging into little deep, We

Microsoft Automotive- A Fremework and Plateform for Automotive Industries

Microsoft Automotive is one of the greatest step of microsoft towards the automobile industries..Microsoft works in collaboration with its innovative partners to deliver comprehensive value and new capabilities to the automotive industry, providing insight and innovation for the creation, marketing, and enjoyment of the automobile.Micorsoft has also created microsoft automative & industrial solutions group to

How to traverse in Collection of ASP.NET,C#.NET

I am creating a 3-tier application using the collections and I have found that it is very difficult to traverse in collection. I have used ICollection and IEnumerator interface to inherit my class.here is the class. #region Using Directive using System; using System.Collections; using System.Xml; using System.Xml.Serialization; #endregion namespace MyCollectionClass { [Serializable] [XmlRoot(“CountryCollection”)] public class