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
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is asp.net ajax?
Which object encapsulates state or data of a user?
Explain MVC model binders?
What is Web API Routing?
What is route in web api?
How can u debug your .net application?
What is the biggest disadvantage of “Other Return Types” in Web API?
What are the Types of state management techniques
What is the default timeout for a cookie?
How do session tokens work?
how to elimainte the similar data from the different tables
What are the differences between the response.write() and response.output.write()?
Explain how can we inherit a static member?
What do you mean by caching in asp.net?