What is the functionality of break and continue in Visual
Studio?
Answers were Sorted based on User's Feedback
Answer / arun
Break allows the compiler to exit abruptly from the loop in which it is running when it reaches the point .
continue allows the compiler to proceed to the next step.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / smartboy3k
Break and Continue allows the user to debug the application.
| Is This Answer Correct ? | 3 Yes | 7 No |
What is the .NET collection class that allows an element to be accessed using a unique key?
What is an escape sequence?
Compare and contrast between the System.Array.CopyTo() and Clone()?
How many bytes is a long c#?
If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?
What is the difference between static class and sealed class in c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is difference between int and int32 in c#?
What are Namespaces?
What do you mean by expression tree?
Can arraylist hold primitive types?
What do you mean by serialization in .NET?
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)