what is the default value of CHAR type?in C# using asp.net?
Answer Posted / swathi
there will be no default value.. you have to assign it..
else it will give you error like " unassigned variable.."
Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is connection pooling and how do you make your application use it?
What method do you use to explicitly kill a users session? How?
How to convert a .NET object into COM operabililty?
What are the advantages of .net core?
What are the features of dot net?
What is 'Common Type System' (CTS) in .NET?
What is the purpose of enumerable class in .net?
Using activex control in .net?
How will you register com+ services?
How to get the number after decimal point in .net?
Explain cas (code access security)?
What do you mean by Driver Script?
Do you know what is lambda expressions in c#?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?