C#.NET quiz for interview, certifications and exams

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

Click here to start 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?

ASP.NET Exception Handling Interview questions with answers

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?



Write your comment - Share Knowledge and Experience

Discussion Board
C#.NET quiz for interview, certifications and exams

Which of following is correct:

enum Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
Day enum{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
enumeration Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}


C#.NET quiz for interview 05-10-2012 05:08 AM

C#.NET quiz for interview, certifications and exams

From a dataview dv who has a column “EmpNo” from employee table, how will u bind a textbox

Textbox.databinding.add(“Text”,dv,”EmpNo”);
Textbox.databinding.adddv,”EmpNo”);
Textbox.databinding.add(EmpNo”);
None of the above


C#.NET quiz for interview 05-10-2012 05:08 AM

C#.NET quiz for interview, certifications and exams

Which of the following refers to providing new culture-specific resources and retrieving the appropriate resource based on the culture setting?

Localization
Globalization
Overloading
Encapsulation


C#.NET quiz for interview 05-10-2012 05:08 AM

C#.NET quiz for interview, certifications and exams

Which type of assembly should be created when you want to provide different sets of resources for different culture?

Private assembly
Satellite assembly
Shared assembly


C#.NET quiz for interview 05-10-2012 05:08 AM

 


Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring