Below is a. Net preliminary test perfectly designed to check your proficiency! NET is a framework that provides a programming guidelines that can be used to develop a wide range of applications while making use of different computer languages. By taking the quiz you will get to see if you might need a refresher so as to understand everything about this framework. All the best as you tackle.
Serialization
Assemblies
Garbage Collection
Overriding
Rate this question:
Do
Static
This
Sealed
Rate this question:
CompareValidator
GridView
TextBox
ListView
Rate this question:
One
Two
Many
None
Rate this question:
Static
Private
Instance
Local
Both Private and Instance
Rate this question:
Formal parameters
ReturnType
Name
No Errors
Rate this question:
< deny >
< allow >
Both < deny > & < allow >
Neither < deny > nor < allow >
Rate this question:
Session
Application
ViewState
All of the Above
Rate this question:
LoadData()
GetData()
FillData()
Fill()
Rate this question:
Inline Page Technique
Code Behind
Exception
Code Separation
Rate this question:
Text
ControlToValidate
ErrorMessage
All of the above
Rate this question:
String = string.ToLower(string);
String.ToLower(string);
ToLower(string);
String.ToLower();
Rate this question:
They represent the same memory location
If one changes, so will the other
They are two different objects
None of the above
Rate this question:
Set AutoGenerateColumns Property to false on the gridview tag
Set AutoGenerateColumns Property to true on the gridview tag
Set AutoManualColumns Property to true on the gridview tag
It is not possible to do that operation
Rate this question:
Use a DELETE statement to remove the data from the table.
Use a TRUNCATE TABLE statement to remove the data from the table.
Use a DROP TABLE statement to remove the data from the table.
Use an updateable cursor to access and remove each row of data from the table.
Rate this question:
Override the parent class methods but maintain the same implementation
Maintain the same return type and arguments as the parent class, but implement it differently
Have different return types and arguments than the parent class
Are Virtual
Rate this question:
Reflection
Enumeration
Serialization
Binding
Rate this question:
Session.Clear
Session.Remove
Session.Abandon
Session.Kill
Rate this question:
SqlCommand cmd = new SqlCommand(); cmd.CommandText = "DELETE FROM MyTable"; cmd.Connection=ConObj; int rowcount = cmd.ExecuteScalar();
SqlCommand cmd = new SqlCommand(); cmd.CommandText = "DELETE FROM MyTable"; cmd.Connection=ConObj; int rowcount = cmd.ExecuteNonQuery();
SqlCommand cmd = new SqlCommand(); cmd.CommandText = "DELETE FROM MyTable"; cmd.Connection=ConObj; SqlDataReader dr = cmd.ExecuteReader();
SqlCommand cmd = new SqlCommand(); cmd.CommandText = "DELETE FROM MyTable"; cmd.Connection=ConObj; int rowcount; cmd.ExecuteNonQuery(out rowcount);
Rate this question:
PageTemplate
ItemTemplate
AlternatingPageTemplate
AlternatingItemTemplate
Rate this question:
IEnumerable
IEnumerator
ICollection
IList
Rate this question:
System.Strings namespace
System.Chars namespace
System.Text namespace
System namespace
Rate this question:
SELECT TOP 20 PERCENT LastName, FirstName, SUM (OrderAmount) AS ytd FROM sales GROUP BY LastName, FirstName ORDER BY 3 DESC
SELECT TOP 20 PERCENT LastName, FirstName, MAX (OrderAmount) AS ytd FROM sales GROUP BY LastName, FirstName ORDER BY 3 DESC
SELECT TOP 20 LastName, FirstName, SUM (OrderAmount) AS ytd FROM sales GROUP BY LastName, FirstName ORDER BY 3 DESC
SELECT TOP 20 LastName, FirstName, MAX (OrderAmount) AS ytd FROM sales GROUP BY LastName, FirstName ORDER BY 3 DESC
Rate this question:
Object
System.Net
System
System.Object
Rate this question:
Int[,] myArray;
Int[][] myArray;
Int[2] myArray
Int myArray[2];
Rate this question:
Response.Write()
Response.Output.Write()
Both
None
Rate this question:
Master
Page
Form
WebPage
Rate this question:
DataTable.Columns.Add(new DataColumn("TotalPrice", typeof(Double), "Quantity" * "UnitPrice"));
DataTable.Columns.Add(new DataColumn("TotalPrice", typeof(Double), Quantity * UnitPrice));
DataTable.Columns.Add(new DataColumn("TotalPrice", typeof(Double), "Quantity * UnitPrice"));
DataTable.Columns.Add(new DataColumn("TotalPrice", typeof(Double), "Quantity", "UnitPrice"));
Rate this question:
Set the DataMember Property
Set the DataSource Property
Set the DataTable Property
Call the DataBind Method
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Chapter1_ Introduction To NET Framework
Explore the fundamentals of .NET Framework with this introductory quiz. Assess your knowledge on .NET compatible languages, CLR services, and more. Perfect for learners aiming to...
Questions:
10 |
Attempts:
395 |
Last updated:
Mar 19, 2023
|
Enlightened .Net Developer Assessment
This .Net knowledge assessment is used by Enlightened's Talent Acquisition Management team as one tool in evaluating your compatibility with our development...
Questions:
25 |
Attempts:
373 |
Last updated:
Mar 20, 2023
|
.Net Proficiency Test For JohnNuman Technologies
The .Net Proficiency Test for JohnNuman Technologies evaluates knowledge of .NET Framework, ASP.NET, and state management. It assesses understanding of CLR, Page lifecycle,...
Questions:
30 |
Attempts:
121 |
Last updated:
Apr 23, 2024
|
Microsoft.NET Framework Exam Quiz: Trivia!
Microsoft. NET Framework, often called "dot net," is a software framework developed by Microsoft to design, install, and execute Microsoft Window OS software. The...
Questions:
10 |
Attempts:
4954 |
Last updated:
Mar 22, 2023
|
Quiz-Memory Management In Microsoft.Net
The quiz test your knowledge of .Net Memory Management concepts.
Questions:
9 |
Attempts:
779 |
Last updated:
Mar 21, 2023
|
What Do You Know About C#.NET?
C# is one of the most popular object-oriented multi-paradigm programming languages. Take this quiz to assess your knowledge of C# with the .NET framework.
Questions:
10 |
Attempts:
204 |
Last updated:
Mar 16, 2023
|
Wait!
Here's an interesting quiz for you.