How do I format in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What are the basic string operations? Explain.
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Difference between value and reference type.
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Why do we need dependency injection in c#?
What is difference between new and override in c#?
Why are c# strings immutable?
can you tell me what are the steps should follow to do delay signing.
What is difference between events and delegates?
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 asenumerable in c#?
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?
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)