Benefit of option strict on
Illustrate the benefit of option strict on? Describe in brief.
Expert
Visual Basic permits conversions of numerous data types to other data types. Data loss can take place whenever the value of one data type is transformed to a data type with less accuracy or smaller capacity. A run-time error takes place if such a narrowing conversion fails. Option Strict makes sure compile-time notification of such narrowing conversions so they can be ignored.
Addition to disallowing the implicit narrowing conversions, Option Strict produces an error for late binding. The object is late bound whenever it is assigned to a variable which is declared to be of type Object.
Since Option Strict On gives strong typing, prevents unintended type conversions with the data loss, prohibits late binding and enhances performance, its use is strongly suggested.
Explain two properties of GridView control which specifies to turn on paging and sorting.
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
State the use of the Connection object?
Write the importance of the Button control?
How one can create the ellipse, which is the non- rectangular window?
Explain the ASP.NET AJAX?
Explain the term multilingual Web site?
Explain, what is Connection Pooling?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
Briefly explain about PLINQ?
18,76,764
1935112 Asked
3,689
Active Tutors
1413034
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!