Answer Posted / micho
Strings are reference types, but they are special reference
types because they are made to behave like value-types.
For instance, after assigning a string to another, the two
strings remain independent. Likewise, you compare strings
with the = operator (because it is overloaded).
You can open the MSDN and see that strings are classes (ie,
reference-types).
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How dataadapter.fill works?
How we implement web farm and web garden concept in asp.net?
Which class is used to send an email message from an ASP.NET Web page?
Explain Optimization technique description?
What is the difference between sealed vs static class?
Give 2 examples for scenarios when routing is not applied?
What is difference between session and viewstate?
How to manage different kinds of sessions in ASP.NET?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What are strong names?
What is the difference between pathparam and queryparam?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Explain the difference between authentication and authorization.