VB.Net Interview Questions and Answers for Experienced - 1

Question: 1

What is Microsoft .NET?

Microsoft .NET is the Microsoft strategy for connecting systems, information and devices through Web services so people can collaborate and communicate more effectively.

.NET technology is integrated throughout Microsoft products, providing the capability to quickly build, deploy, manage and use connected, security-enhanced solutions through the use of Web services.

Question: 2

What do you meant by default view?

It is the auto generated default view of the table in the dataset, when dealing with any table in a dataset, .NET makes a view of that table to can communicate with it so it is the default one.

Question: 3

What is the difference between in-proc and out-of-proc?

Out-of-proc requires marshaling between two processes and thus slower.

Question: 4

What technology enables out-of-proc communication in.NET?

Remoting

Question: 5

What is an Assembly Qualified Name?

The Assembly Qualified Name contains the assembly name, version and public key token and thus allows versioning and singing as opposed to a simple filename.

Related Questions