Answer Posted / akash verma
connection pooling is a pool which contains connections which are not in working but when they are required they are fetched from the connection pool and when the work is finished they again go back in the connection pool for next call.Thus there is no need to create new connection again and again, the same connection can be used only by calling it every time.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to use Jquery Plugins in ASP.Net MVC validation?
What is the use of the default route?
What is the difference between partial and renderpartial?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
what is complex type?
Explain tempdata in mvc?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
what is deferred loading(lazy loading)?
What is .net framework & its benefits?
Can you explain renderbody and renderpage in asp.net mvc?
how do you mark a property as required? For example, for a project, the name is a required field.
what do you mean by table-per-type?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is the use .glimpse in mvc?
Explain JSON Binding?