0% found this document useful (0 votes)
30 views3 pages

AWT Common VIVA Questions

The document discusses key concepts in .NET Framework including Common Language Runtime (CLR), Common Type System (CTS), Common Language Specification (CLS), assemblies, MSIL, Global Assembly Cache (GAC), automatic memory management, value types vs reference types, inheritance, polymorphism, encapsulation, abstraction, delegates, collections, generics, properties, access modifiers, serialization, LINQ, ASP.NET page lifecycle, state management, AJAX, web services, Model-View-Controller framework, and more. It provides definitions and comparisons of these fundamental .NET and C# programming concepts.

Uploaded by

Mahesh Iyer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views3 pages

AWT Common VIVA Questions

The document discusses key concepts in .NET Framework including Common Language Runtime (CLR), Common Type System (CTS), Common Language Specification (CLS), assemblies, MSIL, Global Assembly Cache (GAC), automatic memory management, value types vs reference types, inheritance, polymorphism, encapsulation, abstraction, delegates, collections, generics, properties, access modifiers, serialization, LINQ, ASP.NET page lifecycle, state management, AJAX, web services, Model-View-Controller framework, and more. It provides definitions and comparisons of these fundamental .NET and C# programming concepts.

Uploaded by

Mahesh Iyer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

What are different parts of .net Framework?

What is CLR ?

What is CTS?

What is CLS?

What are Assemblies?

What is two way compilation in .net?

What is MSIL?

What GAC?

How automatic memory management done in .net?

Difference between value types and reference types?

What is Partial class?

Difference between CLR exceptions and Application exceptions?

Explain in brief different value types and reference types?

What is Abstraction?

What is Inheritance?

What is Polymorphism?

What is Encapsulation?

Explain different types of arrays in C#?

Explain runtime polymorphism in C#.

Explain static polymorphism in C#.

What are Delegates?

What are Abstract classes?

How you define Abstract class programmatically?

What are Sealed classes?

What are user defined exceptions in C#?

What are different Collection classes?

Difference between ArrayList and Hashtable?

Difference between ArrayList and LinkedList?

What is Boxing and Unboxing in c#?

What is AutoBoxing in C#?

What are Generic classes?


What is advantage of a generic class over a collection?

What are Properties in c#?

What are different access specifiers in c#?

What is Finalize method in C#?

What is Dispose method?

What is an Interface?

What are functions in c#?

What is Serialization & Deserialization in c#?

Which class is used to serialize and object in c#?

What are Verbatim strings?

What are immutable strings?

How to create mutable strings in c#?

Any five Built in string manipulation methods.

What are Indexers in c#?

Difference between binary streams and character streams.

Connected Architecture?

Disconnected Architecture?

Difference between connected and disconnected Architecture?

Advantages & disadvantages of connected architecture?

Advantages & disadvantages of disconnected architecture?

What is Data adapter?

What is DataSet? To which namespace it belongs?

What is DataReader?

What is SqlCommand?

What is ExecuteNonQuery method?

What is ExecuteScalar method?

What are Stored Procedures ?

What is LINQ?

How LINQ is advantageous over Programmatic logic or a RDBMS query?

What is Deferred Query Execution in LINQ?

Different types of LINQ operations?


Explain Life Cycle of Asp.net web page.

What is Post back posting?

What is cross page posting?

What is autopostback property?

Explain the compilation process in Asp.net.

What is difference between Server.Transfer and Response.Redirect?

What is ViewState?

Difference between controltocompare and controltovalidate?

What are various Standard ASP.net controls?

What are different Asp.net Validation controls?

Difference between GridView and DataGrid (windows)?

What is Adrotator control?

What is Calendar control?

What is the advantage of creating. Master page?

What are client side state management techniques?

What are server side state management techniques?

What is output caching ASP.net?

What is Script Manager control?

What are different Ajax Controls in Asp.net?

What is UpdatePanel Control in ASP.NET Ajax?

What is the use of Trigger in ASP.NET Ajax?

What are Web services?

What is the role of XML in Web service?

What is UDDI server?

What is SOAP? Why HTTP is required to run SOAP?

What is creating and consumption of a web service?

What is MVC Framework?

What is Model?

What is View?

What is Controller?

You might also like