Skip to content

Commit a5469a1

Browse files
committed
Update add-servicestack-reference.md
1 parent 87ad8de commit a5469a1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

MyApp/_pages/add-servicestack-reference.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@ Add ServiceStack Reference now supports
1717
[Dart](/dart-add-servicestack-reference),
1818
[F#](/fsharp-add-servicestack-reference),
1919
[VB.NET](/vbnet-add-servicestack-reference) and
20-
[ES3 Common.js](/commonjs-add-servicestack-reference),
21-
22-
including integration with most leading IDE's to provide a flexible alternative than sharing your DTO assembly with clients. Clients can now easily add a reference to a remote ServiceStack url and update DTOs directly from within VS.NET, Xamarin Studio, Xcode, Android Studio, IntelliJ and Eclipse. We plan on expanding on this foundation into adding seamless, typed, end-to-end integration with other languages - Add a [feature request for your favorite language](https://servicestack.net/ideas) to prioritize support for it sooner!
20+
[ES3 Common.js](/commonjs-add-servicestack-reference) including integration with most leading IDE's to provide a flexible alternative than sharing your DTO assembly with clients. Clients can now easily add a reference to a remote ServiceStack url and update DTOs directly from within VS.NET, Xamarin Studio, Xcode, Android Studio, IntelliJ and Eclipse. We plan on expanding on this foundation into adding seamless, typed, end-to-end integration with other languages - Add a [feature request for your favorite language](https://servicestack.net/ideas) to prioritize support for it sooner!
2321

2422
Native Types provides an alternative for sharing DTO dlls, that can enable a better dev workflow for external clients who are now able to generate (and update) Typed APIs for your Services from a single remote url directly within their favorite IDE - reducing the burden and effort required to consume ServiceStack Services whilst benefiting from clients native language strong-typing feedback.
2523

26-
ServiceStackVS offers the generation and updating of these clients through the same context for all supported languages giving developers a consistent way of creating and updating your DTOs regardless of their preferred language of choice.
27-
2824
### Supported Languages
2925

3026
<table class="table table-bordered w-full" style="text-align:center">

0 commit comments

Comments
 (0)