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 # 116079

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 5179

what is view stat? how it is use.

TCS,

3 ASP.NET 4416

what is webservices. howit is use in our project .

TCS,

4 ASP.NET 5781

what is session . how it is use ?

TCS,

3 ASP.NET 4699

what is clr . how we access them?

TCS,

3 ASP.NET 6074

what is trigger . hw will it use them

TCS,

2 SQL Server 5103

explain is .NET Remoting?

Mind Tree,

2 Dot Net Remoting 5693

write a example for remoting (code)

Mind Tree,

2 Dot Net Remoting 4012

Why do we need Web Services?

Mind Tree,

1 ASP.NET 6301

how we Creating a Web Service

Mind Tree,

1 ASP.NET 4226

Difference between viewstate, cache, session

Mind Tree,

2 ASP.NET 9759

what is shared assembly asp net

Fidelity,

1 ASP.NET 4449

WHAT IS OBJECT POOLING

Fidelity,

2 ASP.NET 4673

WHAT IS polymorphism

Fidelity,

2 ASP.NET 4146

Difference between abstract class and interface

Fidelity,

2 ASP.NET 4612


 [1]   2    Next



Answers / { merinkmathew }

Question { 6745 }

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 { 3658 }

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