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

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 5469

what is view stat? how it is use.

TCS,

3 ASP.NET 4900

what is webservices. howit is use in our project .

TCS,

4 ASP.NET 6406

what is session . how it is use ?

TCS,

3 ASP.NET 5172

what is clr . how we access them?

TCS,

3 ASP.NET 6646

what is trigger . hw will it use them

TCS,

2 SQL Server 5606

explain is .NET Remoting?

Mind Tree,

2 Dot Net Remoting 6078

write a example for remoting (code)

Mind Tree,

2 Dot Net Remoting 4401

Why do we need Web Services?

Mind Tree,

1 ASP.NET 6627

how we Creating a Web Service

Mind Tree,

1 ASP.NET 4524

Difference between viewstate, cache, session

Mind Tree,

2 ASP.NET 10203

what is shared assembly asp net

Fidelity,

1 ASP.NET 4807

WHAT IS OBJECT POOLING

Fidelity,

2 ASP.NET 5100

WHAT IS polymorphism

Fidelity,

2 ASP.NET 4506

Difference between abstract class and interface

Fidelity,

2 ASP.NET 5054


 [1]   2    Next



Answers / { merinkmathew }

Question { 7227 }

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

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