InfoQ Homepage Architecture & Design Content on InfoQ
-
Debate: Comparing NHibernate and EF 4
Recently, a post by Oren Eini (a.k.a. Ayende Raheim) touched off a debate around the respective merits and capabilities of NHibernate and Entity Framework 4.0, two .NET-based Object/Relational Maping frameworks. InfoQ explored this debate in more detail to understand some of the perspectives which were given.
-
Is Proliferation Of Custom Media Types RESTFul?
Subbu Allamaraju, revisits one of the recurring debates in the REST community; the standard media types vs. custom media types and tries to determine the best practices when using them.
-
Json.NET Claims Significant Performance Improvements over Other .NET Serializers
Json.NET is claiming to offer better serialization and deserialization performance than any of the major serializers in .NET including BinaryFormatter. It even performs well against the remarkably fast DataContractSerizalier.
-
Google Wants to Administer the First White Spaces Database
Google proposes to FCC to become the administrator of a White Spaces Database containing geo-location information about devices using the free channels in the radio spectrum.
-
Estimating Business Value
The traditional agile approach to prioritization is that user stories of higher business value should be implemented before ones of lower business value. The concept is simple, but implementing it well relies on having a mechanism to assess business value. Pascal Van Cauwenberghe has recently described an approach to defining business value, called "Business Value Modeling", which may help.
-
80legs Is a Web Crawling Service
80legs is a web crawling service running on a distributed grid of 50,000 computers, spidering the web at a rate of 2 billion pages/day, and analyzing the content found.
-
Stack Overflow Has Open Sourced Markdown/C#
Markdown Sharp, initially called Markdown.NET, a C# implementation of the Markdown text processor, has been open sourced by Stack Overflow.
-
Mono Introduces Experimental C# Language Extensions
Having caught with the recent advances in Microsoft’s C# 4, the Mono team is now playing with their own extensions to the language. The two features they are experimenting with are string interpolation and support for multiple return values.
-
Azure Feature Voting Results
While voting is still open, there are some clear front-runners for the most needed features. The vote is being run by Mike Wickstrand, Senior Director of Product Planning for Windows Azure, and hosted at www.MyGreatWindowsAzureIdea.com. Of the top 6 items, there are four requests for making Azure cheaper in various scenarios, a request for .NET 4.0 support, and the need for sending email.
-
Information Can Be Sold and Bought in “Dallas”
Microsoft’s service codename “Dallas” is an information marketplace bringing together data, imagery and service providers and their consumers facilitating information exchange through a single point of access.
-
Does Effective SOA Governance Require a Registry and a Repository?
Everyone agrees that SOA governance is required for a successful SOA implementation. At the same time the question of whether Registry and/or Repository is required for a successful governance implementation is still subject to debate.
-
Plura, a SETI-like Distributed Grid
Plura Processing is a SETI-like distributed network harnessing the power of tens of thousands of computers.
-
Reasons for Delay in an Agile Project
A delay, in general, is getting something done later than it was scheduled for thereby causing distress and inconvenience. Likewise, a delay is considered to be a waste in the Agile terminology. A delay causes discontinuity and thereby causes other wastes like relearning, task switching etc. A few Agilists discuss the common delays and ways to resolve them.
-
Azure Storage Options
The Windows Azure Platform offers a wide range of storage options for unstructured, structured, and message style data. Deciding which option to use can be quite daunting, especially with the limitations of this new technology being so uncertain. This piece enumerates the storage options and discusses their basic capabilities and limitations relative to the other options available on the platform.
-
Clojure 1.1 Adds Transients, Chunked Sequences for Efficiency
Clojure 1.1 RC1 is out and cuts the overhead of functional programming with a few new constructs: transients bring controlled mutability for persistent data structures; chunked sequences make lazy sequences more efficient. InfoQ takes a look at what makes these improvements work.