Answer Posted / krishana bihari singh
Pooling connections can significantly enhance the
performance and scalability of your application. The .NET
Framework Data Provider for SQL Server provides connection
pooling automatically for your ADO.NET client application.
You can also supply several connection string modifiers to
control connection pooling behavior (see the
section "Controlling Connection Pooling with Connection
String Keywords" later in this topic).
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Difference between ASP.NET MVC and ASP.NET WebForms?
What is objectcontext? : Entity framework
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Can we change web.config settings from iis?
what is use of entitydatasource control?
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?
Describe the .net framework architecture.
What are the advantages of razor view engine?
Explain entity lifecycle? : Entity framework
What is the domain object?
Can you explain renderbody and renderpage in mvc?
what is use of entity container?
What are actions in asp.net mvc?
How to change the action name in mvc?
How we can invoke child actions in ASP.Net MVC?