InfoQ Homepage News
-
The Most Influential People in Agile
A recent post by Paul Dolman-Darrall on the Value, Flow, Quality blog proposed a list of the 20 most influential people in the Agile community.
-
Modern C++ vs Managed Code: Performance vs Productivity
Herb Sutter and Miguel de Icaza have recently weighed in on the tradeoffs made by C++ and the managed code from .NET or Java. Does increasing programmer productivity require a reduction in the performance of compiled code?
-
The Daily Standup/Scrum is not for the Scrum Master
Mike Cohn recently suggested that the Daily Standup (or Scrum) is not a status meeting for the Scrum Master, but a forum where team members are synchronising their work. Techniques such as breaking eye contact are helpful for Scrum Masters to fix this anti pattern in their teams.
-
Sencha Architect 2: A WYSIWYG IDE for Building Desktop and Mobile HTML5 App
Sencha, has announced the availability of Sencha Architect 2, a major upgrade of Ext Designer. Sencha Architect 2 is a visual application builder that leverages Sencha Touch 2 for mobile apps and Ext JS 4 for the desktop. Sencha Architect 2 builds on the company’s HTML5 layout tool, Ext Designer, expanding its capabilities for building desktop and mobile Web applications.
-
WCF 5.0 – Vocabularies, Actions And Improved Spatial Support
Microsoft recently announced RTM release of WCF Data Services 5.0 – this includes several new features to support OData v3 such as Vocabularies, Actions, new Spatial Primitives and several updates to OData libraries.
-
Gartner: Best and Worst EA and Application Architecture Practices
A Gartner webinar discusses the best and worst practices in enterprise and application architecture.
-
Command Pattern In .NET
In Command Pattern, an object is used to represent and encapsulate all the information needed to call the method at a later time – method name, object that owns the method and values for the parameters. In the first part of an article series “The Command Pattern In .NET”, Eric Vogel walks through using the ICommand interface in the context of WPF applications.
-
Future of Cloud Security Assessments: Microsoft Leads with Public Registrations on CSA
Microsoft has registered security assessments for Office 365, Windows Azure and Dynamics CRM for public consumption on the cloud security alliance's security registry, STAR. Microsoft is the first major service provider to register their assessments at a time when security concerns in the public cloud space continue to grow.
-
EF Power Tools Beta 2 Introduces New Tools and Improved EF5 Support
Microsoft has announced a new release of EF Power Tools, which provide additional design-time tools for working with Entity Framework. This release introduces the ability to Generate Views and use T4 templates for reverse-engineered code, and includes improved support for Entity Framework 5.
-
Agile 2012 Keynote Speakers Announced
The Agile Alliance has anounced the keynote speakers for the Agile 2012 conference being held in Dallas, Texas, on 13017 August 2012.
-
Microsoft Redefines AnyCPU for Visual Studio 11 and .NET 4.5
Visual Studio 11 and .NET 4.5 are changing the default runtime platform.
-
Cloud Foundry Celebrates First Anniversary By Highlighting Its Community
At an VMware-hosted event in Palo Alto, the Cloud Foundry team summarized their first year as an open source, multi-language Platform as a Service (PaaS). VMware CTO Steve Herrod pointed to the project’s strong developer adoption and thriving ecosystem as proof that this platform has staying power.
-
New Asynchronous Features Enhance .NET Framework 4.5
.NET Framework 4.5 Beta not only brings the Async/Await keywords and language simplifications to C# and Visual Basic, but also adds asynchronous methods to several common I/O and data access functions. New asynchronous features are available in ASP.NET 4.5, WCF, and WPF as well.
-
The Future Of JBoss Seam And Apache DeltaSpike
Seam 3.1 is the last "bundled" release from JBoss. The project continues in the form of Apache DeltaSpike (currently in incubation) an attempt to combine all individual efforts on CDI extensions.
-
Entity Framework 5 - Performance Considerations
While Entity Framework (EF) 5 promises to bring significant performance improvements over EF 4, there are still some considerations to be aware of to use the ORM effectively – namely, View generation, Caching, auto-compiled queries, Query execution options and Design-time considerations.