From 2dc8e35618770a493f8a44b0414ab24c585d8c80 Mon Sep 17 00:00:00 2001 From: panther142 <31296523+panther142@users.noreply.github.com> Date: Mon, 30 Apr 2018 20:57:45 +1000 Subject: [PATCH] OEP for C# SDK --- OEP-CSharp-SDK.mediawiki | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 OEP-CSharp-SDK.mediawiki diff --git a/OEP-CSharp-SDK.mediawiki b/OEP-CSharp-SDK.mediawiki new file mode 100644 index 0000000..3a8f6b1 --- /dev/null +++ b/OEP-CSharp-SDK.mediawiki @@ -0,0 +1,36 @@ +
+  OEP: 
+  Title: Development of C# SDK
+  Author: Panther142, Bobio2018
+  Type: Meta
+  Status: Draft
+  Created: 2018-04-30
+
+ +==Abstract== + +To support the ongoing development of the Ontology ecosystem, a C# SDK is being developed. This SDK provides C# developers with an easy transition into producing applications and services that utilize the Ontology network. The github repository is located at: https://github.com/OntologyCommunityDevelopers/ontology-csharp-sdk + +==Motivation== + +Currently no C# SDK exists as the official Ontology SDKs are written for Java, TypeScript and Golang. We believe that the developement of this SDK significantly increases the potential development pool which will help to grow the Ontology developer community. + +==Specification== + +The C# SDK is being written targetting the .NET 4.7 framework and is designed to include the same features/functionality of the official Ontology SDKs (E.g. wallet functions, rest/rpc/sockets capability, ONTID support, etc). + +==Rationale== + +The rationale for developing the C# SDK was to give potential developers more options with respect to their language of choice. C# is a popular and well supported programming language that is used around the world. + +==Backwards Compatibility== + +Not applicable + +==Test Cases== + +Not applicable + +==Implementation== + +In progress