InfoQ Homepage Development Content on InfoQ
-
NuGet Gets Faster, Configuration Defaults, Concierge
NuGet 2.7 release was announced this week, with several performance improvements, new extensibility APIs, command-line restore, configuration defaults and several other features. In addition, a package recommendation service, called NuGet Concierge has been launched.
-
REST and the Travelling Salesman Design
Recently Steve Jones from CapGemini commented on some text in a Nokia API project on github which indicated that designing and documenting APIs for REST based services was no longer required and that HATEOAS was sufficient. Given Steve's previous comments on IT valuing technology over thought, this was something he needed to call out as bad practice.
-
LeanSentry Adds Alert Enhancements, Custom Response Time and Error Ignore Mechanism
LeanSentry, web based server and application monitoring tool for .NET has been updated with improved alerts in addition to an ability to set custom response time with an option to ignore any least important errors.
-
ThreadSafe Concurrency Static Analysis Tool Announces First Public Release
UK based Contemplate Ltd. has announced the first public release of their flagship product ThreadSafe, a static analysis tool for locating concurrency bugs and inefficiencies in Java code. InfoQ applied ThreadSafe and FindBugs to a multithreaded project and reports the results.
-
Reactive Programming as an Emerging Trend
Reactive programming (RP) is based on data flows and the propagation of change, with the underlying execution model of a programming language automatically propagating changes through the data flow. With the popularity of event-driven, scalable, and interactive architectures both on the server and the client, the concept of “reactiveness” is increasingly gaining attention.
-
Mozilla Brick: A Polyfill Library for Web Components
Web Components is a W3C specification that aims to enable Web developers to define widgets with a high level of visual richness and interactivity, together with ease of composition. Until proper browser support is here, developers can be using the Brick library that provides new custom HTML tags to abstract away common user interface patterns.
-
SOLID Design Principles and Other Patterns Revisited For .NET
Andras Nemes, a web developer on the .NET platform, is doing a series of blog posts on the SOLID design principles and other design patterns he has found interesting in object-oriented programming and design, currently on D in SOLID, the Dependency Inversion Principle. Earlier he has among other patterns covered Command, Builder, Visitor, Bridge and Observer.
-
Entity Framework 6 RC Adds SQL Logging, Testability Improvements and New IntelliSense Documentation
Microsoft has released release candidate version of Entity Framework 6 with support for interception, SQL logging, testability improvements. It also includes substantial changes to API, IntelliSense documentation.
-
Windows Azure with SQL AlwaysOn, Notification Hubs, AutoScale, Enhancements to VM and Load Balancer
Microsoft recently updated Windows Azure with support for SQL Server AlwaysOn, notification hubs, autoscale, virtual machines in addition to a new portal extension for operation logs and alerts.
-
Android Stats and Tricks from OpenSignal
One blog of note that is furthering the efforts of today’s mobile application developers can be found at the OpenSignal web site. Their recent Android Fragmentation Visualized report offers some unique perspectives on the challenges of writing Android apps.
-
RavenDB 2.5 with Dynamic Aggregation and Query Streaming
A stable version 2.5 of the document database RavenDB has been released with dynamic aggregation allowing for complex queries and an Unbounded results API using query streaming to retrieve large result sets in a single request.
-
Sencha: Performance of Mobile Web Applications will Further Improve
Sencha, maker of the Sencha Touch Framework for HTML5 and JavaScript based mobile applications, commented on some so-called myths concerning performance of web-based applications on mobile platforms. To invalidate these statements, Sencha offers a variety of benchmark results collected of the past years.
-
Updated InstallShield Coming to VS2012 and '13
Developers looking for the return of the Visual Studio Setup projects will be disappointed that it will not return in Visual Studio 2013. Instead Microsoft promises an improved InstallShield LE that will be available for both VS2012 and VS2013. InfoQ speaks with InstallShield publisher Flexera Software to learn what is in store.
-
Bootstrap 3 Has a New Look and More Components
Bootstrap 3.0 comes with a new look, more components, lots of breaking changes and fixes.
-
Mono: SGen GC And Other Improvements; PlayScript, CppSharp In Works
Mono 3.2 was released last month with several GC improvements, dev improvements and more. Several other items such as PlayScript integration and CppSharp are already work-in-progress.