Feeds:
Posts
Comments

Archive for August, 2008

Recently i came up with something called as Constructor to constructor call of the same class.
Got Confused??….In short if for a class there is one default constructor and one overloaded constructor than you can call overloaded constructor from default constructor and vice versa in C#.Net.
You can achieve this scenario using “this” operator.
Example
public class Example
{
      private [...]

Read Full Post »

SOA Principles

While i was reading the book on WCF called ” Professional WCF Programming “, i came up with something called as “SOA Principles”. This particular topic was quite interesting and many of my wrong concept was cleared.
A Web Service which provides both read as well as write shows no SOA, which was quite new to [...]

Read Full Post »

Coming weekend will be one of my most memorable day. I was eagerly waiting for this day.
NDTV is bringing two legend together for a show i.e. WARREN BUFFETT…THE LEGEND and BILL GATES…THE GREAT.
Multi-billionaires Warren Buffett and Bill Gates together represent almost $100 billion in personal wealth. I am pesonally a gr8 fan of Warren Buffett [...]

Read Full Post »

Scour Search

A one more competitor in the search engine war. After Google, Yahoo, Microsoft Live, Altavista, Dogpile…and many more, we have one more new competitor who entered in this war i.e. Scour.
As such i didnt find nething interesting in this search engine. Its features is it combines all the result of google, yahoo and live which [...]

Read Full Post »

Finding Objects in Generic List

In my current project of migration there was a requirement of finding an object in Genercs. If you ask for the solution to any of the .Net programmers, the only suggestion they will give is to loop thru the List and than find the object. If u r also thinking the same or have implemented [...]

Read Full Post »

Older Posts »