InfoQ Homepage Development Content on InfoQ
-
Building iOS/C# User Interfaces: Importing, Imperative, Drawing, or Drag and Drop
Xamarin.iOS now supports three development models for designing iOS user interfaces with C#: importing from XCode, drag-and-drop using Xamarin Studio, drawing in PaintCode, or purely imperative using raw C#.
-
.NET Memory Profiling in Visual Studio 2013
Visual Studio 2013 comes with a better memory profiler for .NET applications, but it is still far behind the other commercial offerings.
-
RESTful Web Services Framework Jersey 2.0 Released, Implementing JAX-RS 2.0 Specification
Final version of the RESTful Web Services Framework Jersey 2.0 was recently released. New features includes a Client API, Hypermedia support, Filters and interceptors, and support for asynchronous Clients and Services. Jersey 2.0 is a reference implementation of the JAX-RS 2.0 API Specification, (JSR 339), released late May.
-
Meet Nanoko: a Javascript SOA Platform and Build Process
Built by Ubidreams and Dynamis Technologies, Nanoko is a Javascript build process designed to provide modularity and reusability, complementing existing tools instead of reinventing them.
-
Windows Phone 8 Beta Apps - Few Important Points
Windows Phone 8 apps need to be tested during the beta phase before being published on the store. Michael Crump answers few questions which developers should know during the development of beta apps.
-
FunScript: Using the Power of F# for Writing Web Apps
FunScript is an F# compiler library enabling developers to write single-page web applications in F# and running them in the browser or on the server via Node.js.
-
Multi-Factor Authentication For Windows Azure Hosted Apps
Microsoft recently announced preview of Multi-Factor Authentication in Windows Azure. This can be enabled for Windows Azure Management portal, Microsoft Online Services such as Office 365, as well as custom applications.
-
Multi-Touch Behaviors Package for Windows Phone and Silverlight Now Available on NuGet
Davide Zordan has recently released a new package on NuGet which enables developers to build Windows Phone 8 and Silverlight applications enabled with gesture behaviors.
-
Portable Compression Libraries for .NET 4.5, Windows Store and Windows Phone
Microsoft has released a beta of a new portable library called Bcl.Compression that adds support for zip archives and compress streams (i.e. deflate and gzip) for the Portable Http Client. Unfortunately it requires a native library so Silverlight and Windows Phone 7.x developers are out of luck.
-
Eclipse goes to GitHub
With the migration of Eclipse repositories to Git, the Eclipse Foundation is looking to make it easier for people to contribute code via enabling a Contributor License Agreement and facilitating projects to be hosted on GitHub to take advantage of social features.
-
API Diff Lists for .NET, Silverlight, and Windows Phone
First Floor Software has just released an updated version of their Diff Lists for .NET, Silverlight, and Windows Phone. These updated lists make it easy to see what classes and method are available when moving code from one platform to another.
-
Compile Scala to JavaScript With Scala.js
At the Scala Day last week, Sébastien Doeraene presented Scala.js, a Scala to JavaScript compiler. The compiler supports the full Scala language allowing its users to build web applications front to back in Scala and potentially reuse code between the server and the client.
-
Xamarin Releases New Guides with Samples Based on Evolve 2013 Training Sessions
Xamarin has released a new set of guides based on Evolve curriculum which provides a comprehensive coverage of the various aspects of the various APIs with the help of relevant samples.
-
TypeScript Release Adds Generics
The latest release of TypeScript adds generics and further increases its ability to support large-scale applications. TypeScript is Microsoft's entry in the growing field of languages that target JavaScript as a platform.
-
Dart Has Entered Beta with Faster VM, Editor and dart2js
20 months after the initial announcement of Dart, the language and its associated VM have entered beta with milestone M5. There are many small improvements in the current release, the most important ones being related to the Editor, VM, and dart2js.