The requirements of experienced Csharp.NET programmers are different than those
of entry level programmers. You may want to crack an Csharp.NET certification
exam or get into the nitty gritties of the teachnical aspect of Csharp.NET.
This specially designed advanced C#.NET quiz will help you prepare not only for
the certification tests but also check your knowledge about the indepth
technical aspects of Csharp.NET programming. This set of 20 questions on
Csharp.NET programming is designed specially keeping in mind the requirements
of experienced programmers.
Online Practice
Test > C#.Net quiz
Here are few sample C#.NET quiz questions
How does assembly versioning in .NET prevent DLL Hell?
Options
The runtime checks to see that only one version of an assembly is on the
machine at any one time.
NET allows assemblies to specify the name AND the version of any assemblies
they need to run.
The compiler offers compile time checking for backward compatibility.
It doesn’t.
From a dataview dv who has a column “EmpNo” from employee table, how will u
bind a textbox
Options
Textbox.databinding.add(“Text”,dv,”EmpNo”);
Textbox.databinding.adddv,”EmpNo”);
Textbox.databinding.add(EmpNo”);
None of the above
How do you get information from a form that is submitted using the "post"
method?
Options
Request.QueryString
Request.Form
Response.write
Response.writeln
Click here to start
C#.NET quiz
More Links
How to achieve polymorphism in C#?
How to prevent a
class from being inherited in C#.NET?
What is the use of
System.Environment class in C#.NET?
What is the difference between const and
readonly in C#.NET?
Define Exception handling in ASP.NET. | What are the ways of
handling exceptions in ASP.NET? | Explain Try/catch block method of exception
handling. | Define Error Events. Define Custom Error Pages. | Why is exception
handling important to an application? | When can you use tracing with exception
handling?
|