merinkmathew


{ City } kottayam
< Country > india
* Profession *
User No # 46434
Total Questions Posted # 20
Total Answers Posted # 2

Total Answers Posted for My Questions # 40
Total Views for My Questions # 121060

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 5
Questions / { merinkmathew }
Questions Answers Category Views Company eMail

what is webservices ? and what is web server ?

Wipro,

1 ASP.NET 5341

what is view stat? how it is use.

TCS,

3 ASP.NET 4691

what is webservices. howit is use in our project .

TCS,

4 ASP.NET 6131

what is session . how it is use ?

TCS,

3 ASP.NET 4954

what is clr . how we access them?

TCS,

3 ASP.NET 6407

what is trigger . hw will it use them

TCS,

2 SQL Server 5374

explain is .NET Remoting?

Mind Tree,

2 Dot Net Remoting 5902

write a example for remoting (code)

Mind Tree,

2 Dot Net Remoting 4237

Why do we need Web Services?

Mind Tree,

1 ASP.NET 6485

how we Creating a Web Service

Mind Tree,

1 ASP.NET 4411

Difference between viewstate, cache, session

Mind Tree,

2 ASP.NET 10016

what is shared assembly asp net

Fidelity,

1 ASP.NET 4642

WHAT IS OBJECT POOLING

Fidelity,

2 ASP.NET 4909

WHAT IS polymorphism

Fidelity,

2 ASP.NET 4366

Difference between abstract class and interface

Fidelity,

2 ASP.NET 4853


 [1]   2    Next



Answers / { merinkmathew }

Question { 7036 }

What is Dispose method in .NET?


Answer

dispose method is last method excuted in c# program

while finally will excute after the try block

Is This Answer Correct ?    0 Yes 2 No

Question { 3808 }

what are the various type of channels used by .Net remoting
and which is the best one?


Answer

There are 2 types of channels .

channel means sending messages. 2 types are http and tcp
Tcp is used for lan , http is used for lan and wan

Is This Answer Correct ?    1 Yes 3 No