836 Views
If you've built applications using javascript and some form of Web API, you've probably run into the "separate models" problem. This is where you define one model in the backend (in .NET, typically a C# class) and return instances of it via your API (serialised to JSON to send over the network).
0 comments