BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • 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.

  • 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.

  • 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.

  • JDK 8 Milestone and Release Dates

    Oracle has posted in the jdk8-dev mailing list the JDK 8 milestone and release dates for review and feedback.

  • Interview: James Newton-King on Json.NET 4.5

    The Json.NET project just released version 4.5 of their JSON framework for .NET which includes many new features and a dramatic speed enhancement. InfoQ recently spoke with Json.NET creator James Newton-King about the new release and the project as a whole.

  • .NET 4.5 Compatibility And Multi-Targeting

    The upcoming .NET Framework 4.5 being an in-place upgrade to .NET 4.0 has given rise to concerns on how this can introduce breaking changes as well as make multi-targeting difficult. In his article “.NET Versioning and Multi-Targeting..” Scott Hanselman addresses these concerns.

  • Oracle and Google go to Court

    Last month, Judge Paul Grewal ordered the Oracle and Google to attempt to negotiate a settlement. Google offered a $2.8 million settlement on condition that Oracle can prove patent infringement. However, Oracle rejected that offer as too low, so the case will go to court on the 16th April.

  • OSGi Abandons Snapshot Proposal

    With the recently-released OSGi Release 5 early access documents, one of the most anticipated features of the upcoming specification – that of SNAPSHOT style versions for OSGi – has been dropped from the specification because of concerns with existing tooling. Read on to find out why.

  • Use Faker.NET To Fake Your Data

    Faker is an open source C# port of the Ruby Faker gem mainly used to easily generate fake (but presentable) data – names, addresses, phone numbers, etc. Handy, whether its for demonstration purposes or for creating test data.

  • Rich Hickey's Datomic embraces Cloud, intelligent Applications and Consistency

    Developed since 2010 by Rich Hickey and the Relevance team, Datomic offers some new approaches to database architecture. Leveraging current trends in cloud and storage it has strong transactions, rich query API and read scaling.

  • Yahoo! Open Sources Mojito, a JavaScript Framework Promising Write Once, Run Anywhere

    Yahoo! has open source Mojito, a framework for creating reusable widgets incorporated in various web applications and executed either on the client or the server-side without code change.

BT