Now and then you’ll face some important task that needs to be done on the spot, with no delays. Usually single-shot operations. For that, the key performance indicator is GTD.
Posts for: #Tools
Contract First Web Service Development in .NET
Working on information systems integration, often comes the task of implementing a Web Service following a previously defined contract.
Automatic class creation for unmarshalling JSON
If you’re working with JSON, say for REST web services, and you don’t have the class to unmarshall the response, Visual Studio can automatically generate the class for you.