You are here: Basics Operations & Concepts > Activation > Transparent Activation > TA Enhanced Example

TA Enhanced Example

You can inject TA awareness in your persistent classes without modifying their original code. In the current scenario this means: These tasks can be fulfilled in the classes bytecode by using Enhancement Tools.

TA Enhancement In .NET

TA enhancement for .NET can be done at build or post-build time. In both cases it requires Db4oTool project distribution.

When build-time option is used Db4oEnhanceMSBuildTask is added to the build file (*.csproj or *.vbproj in Visual Studio), this requires Db4oTool.MSBuild.dll library.

In post-build enhancement case, Db4oTool.exe command line utility is used to enhanced built assemblies.