Difference between revisions of "Truxton .NET Core"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "Truxton Dotnet Core builds upon the Truxton.ETL Managed API and introduces dotnet core features like dependency injection, configuration and idiomatic message consumer pat...")
 
Line 1: Line 1:
Truxton Dotnet Core builds upon the [[Truxton.ETL Managed API]] and introduces dotnet core features like dependency injection, configuration and idiomatic message consumer patterns.  
+
Truxton Dotnet Core builds upon the [[Truxton.ETL Managed API]] and introduces [https://en.wikipedia.org/wiki/.NET_Core dotnet core] features like dependency injection, configuration and idiomatic message consumer patterns.  
  
 
It is recommended to use this SDK for most C# ETLs.
 
It is recommended to use this SDK for most C# ETLs.

Revision as of 12:58, 16 November 2020

Truxton Dotnet Core builds upon the Truxton.ETL Managed API and introduces dotnet core features like dependency injection, configuration and idiomatic message consumer patterns.

It is recommended to use this SDK for most C# ETLs.

Truxton Dotnet Core runs against Dotnet Core 3.1 on windows 10 on 64-bit platforms (TargetFramework: netcoreapp3.1, RuntimeIdentifier: win10-x64)

Overview