Arrow function expressions in TypeScript
Along with support for standard function expressions that use the function keyword, TypeScript also introduces a concept of arrow functions. Interestingly this feature is most likely »
Along with support for standard function expressions that use the function keyword, TypeScript also introduces a concept of arrow functions. Interestingly this feature is most likely »
OData is an application-level protocol that has been designed to provide data interaction operations via HTTP. Besides basic data manipulation capabilities (such as adding, deleting and »
Fluid and smooth user experience is a key element of any good Windows Store app. If you are writing a game, you most likely will want »
SSL over HTTPS provides a mechanism for mutual server-client authentication. This can be used as an alternative to more commonly used username/password based approach. In »
ASP.NET Web API provides out of the box support for streaming binary files to the client. However for more advanced scenarios you need to add »