BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Entity Framework 5.0: Spatial Data Types, Performance Enhancements, Database Improvements

    Entity Framework 5.0 provides support for spatial data types and can be implemented using DbGeography and DbGeometry classes. It also introduces automatic compilation of LINQ to Entities queries by translating inline LINQ queries in a cached mode. Hence, developers need not have to make use of CompiledQuery.Compile method as in previous versions.

  • HTML5 Boilerplate 4: Improved Apache Configuration, IR Technique and Use of MIT License

    HTML5 Boilerplate (H5BP) provides a starting template for HTML5 and CSS development. It contains a set of best practices for front-end web development, including recommended web server settings. New in H5BP 4 are improved Apache compression configuration, HiDPI media query, MIT license, console.log protection and new image replacement (IR) technique.

  • .NET Deadlock Detection with PostSharp

    SharpCrafters, makers of the AOP framework PostSharp, have developed a drop-in deadlock detection toolkit. This toolkit works with most standard locking primitives such as Mutex, Monitor, and ReaderWriterLock with only a single line of code added to the project.

  • Pair Programming Gets Mainstream Coverage, Lukewarm Response

    The Wall Street Journal has begun to take notice of the growing number of technology companies that have been practicing Pair Programming and has published their take on the practice in an article titled Computer Programmers Learn Tough Lesson in Sharing.

  • Oracle Dropping Cloud Support from Java EE 7 Plans

    In a move that is becoming rather familiar, Oracle has announced that it is looking to reduce the scope of Java EE 7 in order to keep development on track, by deferring PaaS and multi-tenancy support to Java EE 8.

  • Embarcadero Updates Delphi and C++ Builder, Launches HTML5 Builder

    Embarcadero Technologies launched a major overhaul of its development tools line that includes RAD Studio XE3, Delphi XE3 and C++Builder XE3. The company also launched HTML5 Builder for Mobile and Web app developers. InfoQ spoke with John Thomas, Director of Product Management at Embarcadero.

  • Netflix Open Sources Their AWS Service Registry, Eureka

    Netflix has open sourced yet another piece of their architecture, Eureka – a RESTful service used to locate middle tier services running within AWS regions.

  • QConSF: Facebook, Pinterest, Ancestry.com Case Studies; Tales from Silicon Valley; Nov 5 - 9, 2012

    75% of the sessions are now up on the QConSF conference site and over 80% of speakers have been confirmed, including keynote speaker Kevlin Henney, patterns book author and editor of “97 Things Every Programmer Should Know”. QConSF will take place at the Hyatt Regency San Francisco on November 5 - 9, 2012. Save up to $350 if you register by Sept 14th.

  • JBoss Developer Framework: A Documentation Hub For JBoss Technologies

    JBoss Developer Framework is a central documentation resource for JBoss related technologies. The emphasis is on showing a developer how to use the whole software stack at all layers (e.g. user interface and persistence layer) in a single place. It contains Maven quickstarts, tutorials, migration documentation and other resources related to web development for the JBoss Application Server.

  • Community-Driven Research: JavaScript MVC Frameworks vs. Compile to JavaScript Languages

    InfoQ's research initiative continues with a 45th question: "JavaScript MVC Frameworks vs. Compile to JavaScript Languages". This is a new service we hope will provide you with up-to-date & bias-free community-based insight into trends & behaviors that affect enterprise software development. Unlike traditional vendor/analyst-based research, our research is based on answers provided by YOU.

  • Can 3rd Party Developers Bring JIT and Compilers to WinRT?

    Users expecting to find Java, LuaJIT, or Google's V8 JavaScript engine on Windows ARM (WOA) may be surprised to learn that these and similar tools may not be allowed. The latest concern has now been raised over the ability of developers to release 3rd party compilers for the platform.

  • Enums, Entity Framework And WCF Data Services

    Enumerations have been supported in Entity Framework 5 – however Enums are not yet supported in WCF Data Services, which means you still need to handle them explicitly when writing OData services.

  • Meet Efran Cobisi - The Developer behind Automated Email Validation Component

    InfoQ interviewed Efran Cobisi, the founder of Cobisi Software based in Italy. Efran, who is the recipient of Microsoft Most Valuable Professional (MVP) award including several Microsoft certifications, is the developer of EmailVerify.NET, which is a powerful software component that provides an ability to automatically check the existence of an e-mail address from within an ASP.NET application.

  • SAP's Jonathan Becher Claims That Brainstorming Does Not Work

    In the SAP Newsroom blog Jonathan Becher recently posted on the topic "Is Brainstorming Brain Dead?". Brainstorming is a method frequently applied within system and software development projects. Becher claims, the technique of brainstorming has proven to be a failure.

  • Dave Snowden: Agile - sound practice, poor theory

    Dave Snowden gave a talk last week in which he discussed how Agile is founded on good practices, but often fails to scale effectively because practitioners do not understand why the techniques work, and thus fail to adapt them to the complex environments which are characteristic of large organisations. Asking management to adopt agile won't work - agile must adapt to complex business realities.

BT