↧
Getting Started with ServiceStack: Part 1
ServiceStack Introduction: ServiceStack is a config-free, code-first web and services framework embraced around Martin Fowler’s remote-service best-practices in idiomatic C#. Its message-based design...
View ArticleGetting Started with ServiceStack Part 2
Creating a Data Access Layer using OrmLite Introduction In Part 1, we installed and configured the ServiceStack Web Services Framework and ServiceStack OrmLite. In Part 2 we will create a simple data...
View ArticleGetting Started with ServiceStack Part 3
Creating a Web API using ServiceStack Introduction In Part 1 of this blog post, we installed and configured the ServiceStack Web Services Framework and ServiceStack OrmLite. In Part 2 we created a...
View Article