Select to view content in your preferred language

Beef up your Server Object Extensions with C++

2826
2
12-08-2015 01:40 PM

Beef up your Server Object Extensions with C++

Unless a new ArcGIS Server SDK becomes available, one must extend server side logic using ArcObjects.  Because ArcObjects are COM-based, if you really want to get the maximum performance in your fine-grained logic, you need to build it using C++.  In this presentation, I'll show how to add a native DLL to a .NET Server Object Extension, and debug it in Visual Studio 2013.  I'll also give tips on optimizing the performance of returned feature sets such as custom geometric network trace results.

Comments
MarkCederholm
Frequent Contributor

I'll try turn this into a lightning talk.

MarkCederholm
Frequent Contributor

I had a great time presenting this (before I caught an annoying bit of bronchitis for the rest of the DevSummit).  Here's a link to everything:  http://www.pierssen.com/arcgis10/server.htm

Version history
Last update:
‎12-08-2015 01:40 PM
Updated by:
Contributors