Version 3.1.2 of the Microsoft F# derivation has expanded portable library support and enables the Publish option in Web and Azure projects.
- By Michael Domingo
- 09/03/2014
Peter turns the management of his single-page Backbone application over to Backbone itself by integrating Backbone Routers and Events. Plus: How to simplify your TypeScript code with longer namespaces.
Accessing Web APIs can be easily done using the HTTPClient Handler. This class expedites the development process in accessing data from a Web API, and allows for customizing the client handlers when the need arises.
Microsoft's Azure team releases NoSQL document database-as-a-service accessible for devs looking to toward the cloud for app development/deployment, as well as a few other developer-friendly Azure tools.
Microsoft indicated it will postpone a planned fix for Internet Explorer to block out-of-date ActiveX controls because of customer feedback, apparently to give users more time for testing.
.NET vNext isn't here just yet, but Microsoft wants developers to move on to .NET Framework 4.5.2 as soon as possible, with support for versions 4 up to 4.5.1 ending mid-January 2016.
- By Michael Domingo
- 08/11/2014
We often take syntax highlighting for granted -- it just makes code so much more readable that it's become hard to live without. I'll take a look at a little history behind it and some new developments that might make code coloring even more useful.
- By Terrence Dorsey
- 08/07/2014
"Summer update" comes with improved URL support, message logging, and authentication.
- By Michael Domingo
- 08/07/2014
In related news, also released is another CTP for an extension for developing apps with the Apache Cordova platform.
- By Michael Domingo
- 08/06/2014
Also released today: Azure SDK 2.4 for .NET.
- By Michael Domingo
- 08/05/2014
Peter creates an AJAX-enabled application using TypeScript with Backbone that talks to a Web API service. He also upgrades to the latest version of Backbone TypeScript support, causing several things to break -- but it does result in better, simpler code.
Support for cross-origin resource sharing now built in via the ASP.NET Web API.
- By Michael Domingo
- 07/29/2014
Version 2.0.0, released earlier this month, contains a bevy usability, functionality, and configurability improvements, as well as rounds up a number of bug fixes.
- By Michael Domingo
- 07/24/2014
When you need a specialty development tool like an HTTP debugger, you have a few options. I'll take a look at the popular current offerings and talk to some of their developers about the experience of building these apps.
- By Terrence Dorsey
- 07/14/2014
Backbone provides an elegant way to encapsulate the code necessary to get your data and HTML onto the page. Peter shows how to make it work in TypeScript.