What is the Main difference between String and StringBuilder and why do we use StringBuilder.
15 66141how can i return string by vilating duplicates(inpyt like asdfsda but output should be 2a2d2sf and 2a,2d,2s,f)
2 6170what is an internal specifier? what happens internally when I use access specifier Internal ?
4 9093how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
2021what is webapplication? what is windows application? what is the extension for both . in what purpose we r using webapplication. in which situation we r using windowns application
1 4899please exaplain gridview and what are the process available for it. how to add the row number automatically? is it possible to add child controls ?
2 4124What is the use of giving more than one CATCH BLOCK in one TRY block? Directly we can give that catch(Exception e)?Why we go for arrayoutofbound Exception,divided by zero etc..? Explain
2 6914
What is private virtual in C#?
Is comparable a functional interface?
what is IEquatable
What is int32 maxvalue?
What is the difference between delegates and superdelegates?
How many parameters can a method have c#?
What is a thread c#?
Explain about Error handling and how this is done
Can we store different data types in arraylist in c#?
Why generics are used in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What are the basics of c#?
What is event and delegates in c#?
What does ienumerable mean?
Why is ienumerable used?