[DotNetDevelopment] Re: Wrapper class in C# in COM

2008-10-08 Thread srihari k
Okie.. Wrapper class is nothing but you can create methods or can call webservice methods (Same names) which can be used in UI Layer . COM is not but a class ( similar to Active x component ) . you can write methods , save the class s .dll extension , add reference and can use it any other pro

[DotNetDevelopment] Re: Wrapper class in C# in COM

2008-10-08 Thread santhosh vs
The reason you don't get any result is that it is not any special concept involved with .net What will you get if you search for an item that is not at all there! Wrapper Classes r classes just created to hold some methods of our interest.They need not be demanding a real Object Oriented behavior

[DotNetDevelopment] Re: Wrapper class in C# in COM

2008-10-08 Thread VIKAS GARG
Thanks srihari k for such a great and wonderful replythis is really helpful I had never thought of doing this I really thankful of you for all these I had clearly mentioned in my Query that i have search for that but didn't got any solution form google Please is there anyone else who could help m

[DotNetDevelopment] Re: Wrapper class in C# in COM

2008-10-08 Thread srihari k
Search in Goole,com . Just type over there . you can get lot of examples. - Srihari On Wed, Oct 8, 2008 at 4:01 PM, VIKAS GARG <[EMAIL PROTECTED]> wrote: > Can anyone please tell me anything about wrapper call in C# > I am learning C# from intrenet and at some places I have read this term > Wra