VB.Net Windows Application Interview Questions and Answers - 1
Question: 1
What is the difference between static or dynamic assemblies?
Assemblies can be static or dynamic. Static assemblies can include .NET Framework types (interfaces and classes), as well as resources for the assembly (bitmaps, JPEG files, resource files, and so on).
Static assemblies are stored on disk in portable executable (PE) files.
You can also use the .NET Framework to create dynamic assemblies, which are run directly from memory and are not saved to disk before execution.
You can save dynamic assemblies to disk after they have executed.
Question: 2
Differences between dataset.clone and dataset.copy?
Dataset.clone copies just the structure of dataset (including all the datatables, schemas, relations and constraints.); however it doesn’t copy the data.
On the other hand dataset.copy, copies both the dataset structure and the data.
Question: 3
What is difference between namespace and assembly?
Namespace is a logical design-time naming convenience, whereas an assembly establishes the name scope for types at run time.
Question: 4
How many classes can a single .NET DLL contain?
It can contain many classes.
Question: 5
What is reflection?
Reflection is used to query .NET assemblies and types for information.
It can also be used to create type instances, invoke methods and even emit .NET code at runtime (Reflection.Emit).
- VB.Net Interview Questions and Answers
- VB.Net Interview Questions and Answers Pdf
- VB.Net Interview Questions and Answers for Experienced
- VB.Net Interview Questions and Answers for Freshers
- VB Dotnet Interview Questions and Answers Pdf
- 200+ Advanced VB.Net Interview Questions 2020-2021
- VB.Net Programming Interview Questions and Answers
- VB.Net Windows Application Interview Questions and Answers
- Vb.Net Practical - Viva Questions and Answers
- 200+ VB.Net Interview Questions
ChatGPT, Google Gemini AI Exam Questions and Answers More
Docker Quiz Questions and Answers Pdf More
Kubernetes Certification Practice Test (CKA, CKAD & CKS) More
Kubernetes MCQ Quiz for Beginners and Professionals 2026-2027 More
Multiple Choice Questions on Basic Programming Language More
Samacheer Kalvi Class 9 Science Matter Around Us Questions More
Banking General Awareness Questions and Answers Pdf More
1000+ Petroleum Engineering Online Test More
Preposition Practice Test for Competitive Exams TNPSC, Bank, SSC, UPSC, RRB More
1000+ Bridge Engineering Multiple Choice Questions and Answers More