News

The Practical Client Implementing CRUD Activities in a TypeScript ViewModel Peter adds client-side update, delete and insert support to an ASP.NET application using TypeScript. Along the way he shows ...
Since TypeScript is an object-oriented programming (OOP) language, you can take advantage of programming to the interface. An interface is an OOP feature that’s available in TypeScript yet is absent ...
The Practical Client Creating a Client-Side Master-Detail Page in an AJAX App with TypeScript Using Breeze and Knockout, you just need a few lines of TypeScript code to create a master/detail page ...