ASP.net

 40 Minutes
 20 Questions


This test is designed to assess a candidate's knowledge of ASP.net technology. It will cover the basics of ASP.net, such as the fundamentals of web development and the .NET framework, as well as more advanced topics like ADO.NET and other related technologies. The test will also include questions on best practices for developing applications with ASP.net and how to troubleshoot common issues.


Example Question:

Coding
Answers
 
1. Disable Basic authentication.
 
2. Connect with the following connection string: Data Source=DATASERVER;Initial Catalog=pubs;Trusted_Connection=yes
 
3. Enable Forms authentication.
 
4. Enable ASP.NET impersonation.