what are the ways to improve performance in .net
application?
Answer Posted / gouse
1.Boxing and UnBoxing.
2.String Builder
3.‘as’ versus type casting
4.Control overflow checking
5.Using readonly versus const
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe how passport authentication works.
What is tracing? Where is it used?
Explain the Order of events in an asp.net page?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Whats the difference between abstract factory pattern and factory pattern?
Is session stored in browser?
What is view state management in asp net?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is http session state?
What are the media types of http requests and response?
What is the usie of activex control in .net?
Explain the server control events of asp.net ?
Does google crawl redirects?
what are the Custom controls in asp.net?
How to display Alert in ASP.NET