Buy Questpond's video subscriptions on
huge discount
.
Online: 1342
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
What does Dispose method do with the connection Object ?
Posted by
Bharathi Cherukuri
on 4/24/2012 | Category:
C# Interview questions
| Views: 21061 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Dipose method is called for an object.
Before the Garbage collector automatically puts the object in to some of its generation, this dispose method is called for the object to release its memory.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is one thing that you as a developer will nev ...
Next > :
Which debugging window allows you to see the metho ...
Comments or Responses
Posted by:
Nareyugam
on: 4/25/2012 |
Points: 10
Used to free the memory of the object
Posted by:
Akiii
on: 4/25/2012 |
Points: 10
Calling dispose method on un-managed code is always essential..
Thanks and Regards
Akiii
Login to post response
More Interview Questions by Bharathi Cherukuri
Which debugging window allows you to see the methods called in the ord ...
What connections does Microsoft SQL Server support ?
What is meant by "Death of Diamond" ?
What is the difference between DirectCast and CType ?
What is difference between DBMS and RDBMS ?
How can i hide a particular table name of our schema ?
What Operator performs Pattern Matching ?
What is diffrence between Co-related sub query and nested sub query ?
Latest Interview Questions
What is metadata?
Difference between Finalize() and Dispose()?
What is Identity?
Is there a way to decrypt stored procedure?
How to get the nth row value of a table.
How to get record of nth row of a table ?
What is sp_config command?
Which of the following attributes should you add to a class to enable ...
More ...