<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Dev/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Inside the Geodatabase : .NET</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx</link><description>Tags: .NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Application Developers Tuning Tip: Keeping Datasets Open</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2009/01/30/Application-Developers-Tuning-Tip_3A00_-Keeping-Datasets-Open.aspx</link><pubDate>Fri, 30 Jan 2009 19:59:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3627</guid><dc:creator>brentardenpierce</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/3627.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=3627</wfw:commentRss><description>Opening a dataset such as a table or a feature class from a geodatabase can be an expensive operation. With this in mind, application developers should try to minimize the number of times they open datasets by following these patterns: Keep datasets from...(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2009/01/30/Application-Developers-Tuning-Tip_3A00_-Keeping-Datasets-Open.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=3627" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Best+Practices/default.aspx">Best Practices</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Using the ComReleaser to manage the lifetime of cursors in .NET</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/12/18/Using-the-ComReleaser-to-manage-the-lifetime-of-cursors-in-.NET.aspx</link><pubDate>Thu, 18 Dec 2008 20:36:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3365</guid><dc:creator>brentardenpierce</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/3365.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=3365</wfw:commentRss><description>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...(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/12/18/Using-the-ComReleaser-to-manage-the-lifetime-of-cursors-in-.NET.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=3365" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Advanced/default.aspx">Advanced</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Best+Practices/default.aspx">Best Practices</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Object initializers and the Geodatabase API</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/11/07/Object-initializers-and-the-Geodatabase-API.aspx</link><pubDate>Fri, 07 Nov 2008 21:33:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2937</guid><dc:creator>JonMurphy</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/2937.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=2937</wfw:commentRss><description>This post was provided by geodatabase product engineer James MacKay A new approach to initializing objects was introduced at .NET 3.0: object initializers . These allow objects to be instantiated and initialized in a single line, provided the class has...(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/11/07/Object-initializers-and-the-Geodatabase-API.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2937" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Advanced/default.aspx">Advanced</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category></item><item><title>List of Useful Developer Samples</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/10/27/List-of-Useful-Developer-Samples.aspx</link><pubDate>Mon, 27 Oct 2008 16:58:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2863</guid><dc:creator>JonMurphy</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/2863.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=2863</wfw:commentRss><description>Last week I was in Palm Desert at the annual EGUG conference . While sitting in on a presentation I noticed that for a lot of the questions being asked, users were being directed to developer samples found online. I realized that while these samples are...(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/10/27/List-of-Useful-Developer-Samples.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2863" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Versioning/default.aspx">Versioning</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Java/default.aspx">Java</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Replication/default.aspx">Replication</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Geometric+Network/default.aspx">Geometric Network</category></item><item><title>Three new How-To articles in Geodatabase SDK</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/10/20/New-how_2D00_to-articles.aspx</link><pubDate>Mon, 20 Oct 2008 15:50:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2817</guid><dc:creator>brentardenpierce</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/2817.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=2817</wfw:commentRss><description>For all geodatabase developers out there, we’ve added three new how-to articles to the online SDK: How to use edit sessions : The in’s and out’s of editing a geodatabase are explained in this article, and supported with several code examples. It includes...(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/10/20/New-how_2D00_to-articles.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2817" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Heads+up_2100_/default.aspx">Heads up!</category></item><item><title>.NET Team adds API Evaluator</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/10/01/.NET-Team-adds-API-Evaluator.aspx</link><pubDate>Wed, 01 Oct 2008 21:00:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2721</guid><dc:creator>brentardenpierce</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/2721.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=2721</wfw:commentRss><description>A quick post today about a new tool that the .NET team developed. The API evaluator scans your .NET code and generates a complete set of API usage statistics. This is pretty cool if you want to see what APIs are being used most frequently in your applications....(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/10/01/.NET-Team-adds-API-Evaluator.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2721" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Heads+up_2100_/default.aspx">Heads up!</category></item><item><title>Customizing Table Sorting in the Geodatabase</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/08/19/Customizing-Table-Sorting-in-the-Geodatabase.aspx</link><pubDate>Tue, 19 Aug 2008 19:59:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2490</guid><dc:creator>brentardenpierce</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/2490.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=2490</wfw:commentRss><description>This post was written by James MacKay, a product engineer on the geodatabase team who also played the leading role in the "Programming with the geodatabase API" sessions at this years user conference. In ArcGIS there are a number of different ways a column...(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/08/19/Customizing-Table-Sorting-in-the-Geodatabase.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2490" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Advanced/default.aspx">Advanced</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Developer Tips - Using geodatabase methods with conformant array parameters in .NET and Java</title><link>http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/06/06/Developer-Tips-_2D00_-Using-geodatabase-methods-with-conformant-array-parameters-in-.NET-and-Java.aspx</link><pubDate>Fri, 06 Jun 2008 20:19:00 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2250</guid><dc:creator>jona4440</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.esri.com/Dev/blogs/geodatabase/comments/2250.aspx</comments><wfw:commentRss>http://blogs.esri.com/Dev/blogs/geodatabase/commentrss.aspx?PostID=2250</wfw:commentRss><description>This post was written by geodatabase Product Engineer James MacKay. James works on the geodatabase development team and is responsible for a lot of the geodatabase SDK that is generated. There are several methods in the Geodatabase API that use conformant...(&lt;a href="http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/06/06/Developer-Tips-_2D00_-Using-geodatabase-methods-with-conformant-array-parameters-in-.NET-and-Java.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=2250" width="1" height="1"&gt;</description><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Advanced/default.aspx">Advanced</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.esri.com/Dev/blogs/geodatabase/archive/tags/Java/default.aspx">Java</category></item></channel></rss>