Author: SSWUG Research

Community

Advanced JSON for MySQL

(Justin Swanhart) JSON is an text based, human readable format for transmitting data between systems, for serializing objects and for storing document store data for documents that have different attributes/schema for each document. Popular document store databases use JSON (and the related BSON) fo

Community

Use ASP.NET MVC Controller As API

(Bipin Joshi) A few months ago I wrote ASP.NET MVC Controller Vs. Web API – 5 Things You Should Know wherein I discussed the main differences between an ASP.NET MVC controller and Web API. Some readers asked how exactly one can use an MVC controller as an API. So, in this article I am going to discu