Dynamic and var data types
Differentiate the terms dynamic and var data types?
Expert
The var data type is strongly type checked at a compile time; while, dynamic data type is type checked by a compiler only during the run time. Later than declaring the var data type, we cannot explicitly alter its type during the execution of a program; though, the variable of a dynamic data type can be altered at runtime. Other most important difference among two is that dynamic type could also be used as a return type for the methods, for that var cannot be used.
State the basic features of OOPs.
Name the events which occur when the client requests the ASP.NET page from IIS server?
Explain the code-behind feature of ASP.NET?
Explain the difference between the global theme and the page theme?
Why the data validations should be performed at a client side?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
By which method we can add or remove rows from a DataTable object of DataSet?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
Distinguish the terms ADO.NET Dataset and an ADO Recordset?
List the advantages of the DLR?
18,76,764
1941323 Asked
3,689
Active Tutors
1419719
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!