Welcome to ESRI Blogs

Browse by Tags

All Tags » Advanced » Best Practices » .NET   (RSS)

Using the ComReleaser to manage the lifetime of cursors in .NET

Geodatabase cursors should always be explicitly destroyed in a runtime environment that uses garbage collection. The rule of thumb is to always release a COM object as soon as the application is done using the reference. This is especially important with