What C# keyword class access modifier specifies that the
class is concrete and CANNOT be derived from?
Answers were Sorted based on User's Feedback
Answer / abc
sealed keyword is not used because it's used to stop from
inheritance in c#
| Is This Answer Correct ? | 2 Yes | 0 No |
Can we store different data types in arraylist in c#?
How do you create dlls in .NET
Name the property of the textbox which cannot be changed at runtime?
What is static class in C#?
int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?
What is xor operation?
Is javascript harder than c#?
What is toint32 c#?
What is the use of getcommandlineargs() method in c#.net?
What are three test cases you should go through in unit testing?
1 Answers Siebel Systems, Wipro,
Explain the difference between pass by value and pass by reference.
if i used stored procedure for retrieving the data from sql server.in front end i had used data reader.when 100 records are there in table.when it has displayed ten records in frontend database has been collapsed.then where should our data available...
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)