InfoQ Homepage News
-
S is for Security
Frank Breedijk, security officer at Schuberg Philis, talks about the friction points between security and DevOps and how to collaborate to avoid them. Examples include automating security tests and environments, reducing scope of security audits to relevant system components only or allowing security fixes to jump the queue of changes to production.
-
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.
-
Why the Lean Start-up Changes Everything
Steve Blank makes the argument that mainstream adoption of the lean start-up is not only attainable, but would provide the basis for a newer innovation based economy.
-
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.
-
Perceptual Testing for Safer Continuous Deployment
Brett Slatkin from Google presented a method for visual regression testing at Velocity 2013 in Santa Clara. Perceptual diff compares screenshots of a release's webpages with its previous versions and detects changes at pixel level, filling an important gap in automated testing for Continuous Deployment. An open source version of the software has been setup on github.
-
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.
-
Simplicity for Building the Right Thing
At GOTO Amsterdam 2013, Russ Miles did a lightning talk about building the right thing in 5 questions: the 4 questions from impact mapping “Why? Who? How? and What?” and one additional question “What assumptions underpin everything?”. InfoQ did an interview with him about building the right thing using simplicity.
-
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.
-
The Uncertain Future of NHibernate
For many years NHibernate reigned as the premier ORM for the .NET framework and despite the successes of Entity Framework many people still consider it their first choice for new projects. But a lack of developers may severely hamper its future.