HP DV4 Members Public

With all banks stopping on EMI(Equated Monthly Installment),with recession at its high,I was left with no choice for a long time,but to depend on internet cafe's,as my compaq V2624TU got some hardware problems and wouldn't start up.Blogging was on the

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Do Stars Count???? Members Public

Quite a few of you might be thinking on what this "Stars" are :).It's nothing other than the " little medals under ones Display Name ".Think I have put you again in thought.Not for too long but,it is the MSDN forum rating that

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Ebook Or Hard Copy Members Public

Hi, Of late I have developed the habit of reading books,most of them technical and few others which i feel interesting or of controversial topics.Now in the era of computers you get all the books of choice available right at the click of a button.But I prefer

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Deleting Multiple Selected Items in WPF Members Public

Hi, Many a times while using listbox,listview etc there might be a need to delete the multiple selected items. This can be easily achieved by the following piece of code While ControlName.SelectedItems.Count > 0  ControlName.Items.Remove(ControlName.SelectedItem) End While Happy Coding :)

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

WPF Certification !!!!! Members Public

After a long time after my first microsoft certification,70-536,.NET Framework - Application Development Foundation today i have taken the certification for WPF, Microsoft .NET Framework 3.5, Windows Presentation Foundation Application Development,70-502. This one is easy for anyone who has some hands on experience in WPF.One

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Life

SolidColorBrush List from Brushes Members Public

Hi, Everybody will be using Brushes,which implements a set of predefined SolidColrBrush objects,to choose various colors. Sometimes you may want to get a list of all these brushes up in your application,so that the user can select the color of his/her choice. To get the list

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Scrolling a Disabled Listbox in WPF Members Public

Recently I had a requirement when developing an application,where i needed a listbox which was to be disabled but yet can be scrolled,so that all the contents in it was visible.Applying the property,IsEnabled=False makes the whole listbox disabled even disabling the scroll. I just found

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

FxCop Custom Naming Rules Members Public

Recently I had started using FxCop,which is a wonderful code analysis tool.Soon after getting into it,I felt the need of rules specific to my requirements and standards.One such need was in the area of 'Naming of Variables'. Every project/organization might have their own

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet