Author: jensg
Date: Tue Jan 29 22:04:58 2019
New Revision: 1852476
URL: http://svn.apache.org/viewvc?rev=1852476&view=rev
Log:
NetStd added
Added:
thrift/cms-site/trunk/content/lib/netstd.md
thrift/cms-site/trunk/content/tutorial/netstd.md
Added: thrift/cms-site/trunk/content/lib/netstd.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/lib/netstd.md?rev=1852476&view=auto
==============================================================================
--- thrift/cms-site/trunk/content/lib/netstd.md (added)
+++ thrift/cms-site/trunk/content/lib/netstd.md Tue Jan 29 22:04:58 2019
@@ -0,0 +1,19 @@
+Title: .NET Standard library
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+[snippet:path=lib/netstd/README.md:lines=55]
\ No newline at end of file
Added: thrift/cms-site/trunk/content/tutorial/netstd.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/netstd.md?rev=1852476&view=auto
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/netstd.md (added)
+++ thrift/cms-site/trunk/content/tutorial/netstd.md Tue Jan 29 22:04:58 2019
@@ -0,0 +1,19 @@
+---
+title: ".NET Standard"
+library_lang: "netstd"
+---
+{% include 'tutorial_intro.md' %}
+
+### Prerequisites
+
+
+### Client
+
+[snippet:path=tutorial/netstd/Client/Program.cs:lang=cpp:lines=18,356]
+
+### Server
+
+[snippet:path=tutorial/netstd/Server/Program.cs:lang=cpp:lines=18,430]
+
+## Additional Information
+