What is the Main difference between String and StringBuilder and why do we use StringBuilder.
15 66129how can i return string by vilating duplicates(inpyt like asdfsda but output should be 2a2d2sf and 2a,2d,2s,f)
2 6165what is an internal specifier? what happens internally when I use access specifier Internal ?
4 9092how 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 4896please 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 4123What 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 6910
What is Inheritance in C#?
What language is c# similar to?
Is array immutable in c#?
What is the difference between throw and throw ex?
What is the difference between as and is operators in c#?
Can you specify an access modifier for an enumeration?
What is class and object c#?
What is tpl in c#?
Can a sealed class be used as a base class?
Is stringbuilder better than string?
What is dictionary class in c#?
Can you change the value of a constant filed after its declaration?
What is global asax in c#?
What are functions in c#?
What is executenonquery c#?