Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
mythz
mythz has asked
18
questions and find answers to
510
problems.
Stats
14.7k
EtPoint
5.1k
Vote count
18
questions
510
answers
About
Project lead of www.servicestack.net projects:
ServiceStack - Fast .NET/.NET Core REST + message-based WebServices Framework
ServiceStack Templates - Fast JS Templating language for .NET
ServiceStack.Redis - Fast, full-featured C# Redis Client
ServiceStack.Text - .NET's fastest JSON and JSV/CSV Text serializers
ServiceStack.OrmLite - Fast, non-intrusive, code-first ORM for RDBMS's
ServiceStack.Aws - ServiceStack adapters and bindings for AWS backend services
ServiceStack.Stripe - Typed .NET clients for stripe.com REST APIs
ServiceStack.Admin - AutoQuery + Admin UI for ServiceStack Projects
TypeScript
servicestack-client - ServiceStack Service Client and Server Events library
Java
ServiceStack.Java - Java, Kotlin and Android ServiceStack Service Client and Server Events library
Swift
ServiceStack.Swift - ServiceStack Service Client library
101 Linq Samples - Port of the C# 101 LINQ Samples into Swift
LinqKit - Give Swift LINQ-like functional powers
JavaScript
jquip - jQuery-in-parts - A lite, modularized version of jQuery
HTML5 JSON Report - render any JSON in a Human readable HTML UI
Dart
servicestack-dart - Flutter and Dart Web ServiceStack Service Client
redis_client - a fast async/non-blocking Redis client for Dart
jaded - Port of node.js jade view engine for Dart
Express - a thin express-js inspired layer over Dart's HttpServer
Mixins - a port of Underscore.js for Dart
json_client - a generic HTTP Client optimized for JSON web services
101 Linq Samples - 101 LINQ Samples in idiomatic Dart
Clojure
101 Linq Samples - 101 LINQ Samples in idiomatic Clojure
TOML Parser - A TOML parser in Clojure
mythz questions
Is there a fast version of DataBinder.Eval for C#?
How to reference a generic class with a constraint from a Protocol with a typealias in Swift?
How can I disable/remove the WebPageHttpModule from ASP.NET 4.0 web applications?
Most idiomatic way to write batchesOf size seq in F#
Is ResponseStatus needed in ServiceStack?
Examples of fast .NET WPF/WinForms apps? [closed]
Why does filters in Swift iterate the collection twice?
Faster way to cast a Func<T, T2> to Func<T, object>? [duplicate]
How can we create a generic Array Extension that sums Number types in Swift?
What is the best way to run ServiceStack on Linux / Mono?
mythz answers
Execute raw SQL using ServiceStack.OrmLite
Visual Studio referencing a ServiceStack SOAP method
ServiceStack CORS Feature
How do I translate complex objects in ServiceStack?
Why does ServiceStack authentication use cookies rather than a sessionId header?
Is it possible NOT to use data annotations attributes ServiceStack OrmLite?
ServiceStack Database first example
ServiceStack.OrmLite - how to include field from foreign key lookup?
Can I configure ServiceStack.Text to serialize enum values to camelCase?
ServiceStack client add attachment