InfoQ Homepage .NET Content on InfoQ
-
Erlang Bindings for Windows Azure
One of the advantages of a REST architecture is that is makes it much easier to implement cross-language bindings. To wit, Sriram Krishnan has created a set of Azure bindings for the concurrent programming language, Erlang.
-
Code2Plan, a Free Visual Studio Agile Project Management Add-in
Jesse Johnston and Denis Morozov created code2plan, an Agile software project management tool, as a beta Visual Studio add-in and released it for free. The tool also runs as a stand-alone application that can be used to track projects, iterations, user stories, features, tests, defects and builds.
-
Top InfoQ News and Exclusive Content for 2008
Looking back at the year that is coming to its conclusion, we wanted to have a retrospective and find out which were the most read news and exclusive content items during 2008. We compiled a list containing top 5 news for each community and top 3 exclusive content items for each type: articles, interviews and presentations. This list considers the number of unique readers for each news.
-
StickyNotes for Visual Studio 2008
StickyNotes is a Visual Studio plug-in allowing the creation of sticky notes attached to documents of a solution. There is a free community version and also a professional one.
-
Azure Storage Viewer
Sergei Meleshchuk is offering a storage viewer for Azure. This tool lets users explore their Azure queues, blobs, and tables.
-
Financial Functions for .NET
Luca Bolognese has reimplemented Excel’s collection of financial functions in F#. Released under an open source license, it should prove useful for both learning F# and for porting applications from Excel to .NET.
-
DeepEarth, a Mapping Control Using Silverlight
DeepEarth is a mapping control combining Microsoft’s Virtual Earth with Silverlight 2.0. The open source project was released on CodePlex by its creators, a team of .NET enthusiasts.
-
QCon London Update: 3 Months Away, Tony Hoare, Martin Fowler, Dion Hinchcliffe
InfoQ's third annual QCon London conference is coming back March 11-13, just 3 months away! Last year's QCon London had over 450 registrants & 100 speakers. This year will beat the economic gloom, join us for another awesome networking and educational experience!
-
Rapid Application Development using Naked Objects for .NET
Richard Pawson of Naked Objects offers brief history of the framework and introduction to Naked Objects for .NET. Naked objects can be seen as Domain Driven Design taken to the extreme. With proper annotation, this framework can automatically generate a matching presentation layer in Java or .NET.
-
A Design Template Gallery Precedes ASP.NET MVC RC
A design template gallery has recently being made public for ASP.NET MVC users containing free web site views ready to be downloaded and incorporated into a site. ASP.NET MVC Release Candidate will ship in January containing a series of improvements like: No code-behind files by default, scaffolding support, MSBuild task for views.
-
CSLA .NET 3.6 Supports Silverlight 2.0
The Component-based Scalable Logical Architecture for .NET (CSLA .NET) version 3.6 has been released including support for Microsoft Silverlight 2.0. CSLA .NET is a .NET software development framework which helps one to “build a powerful, maintainable business logic layer for Windows, Web, service-oriented and workflow applications”.
-
Rhodes Brings Ruby Apps to iPhone, Windows Mobile, BlackBerry
Rhodes, an open source toolkit, allows to write Ruby client applications for mobile phones, currently the iPhone, Windows Mobile and RIM BlackBerry. By bundling a version of the Ruby runtime, it even gets around the restrictions of the iPhone, and also gets access to GPS, and other features. We talked to Adam Blum of Rhomobile about the technology behind Rhodes and how to write apps.
-
IBM’s Data Server Provider for .NET Supports the Entity Framework
IBM has released the production version of its Data Server Provider for .NET including support for Microsoft’s Entity Framework allowing its users to create EDM schemas, and to execute EntitySQL and LINQ statements.
-
Microsoft Launches iPhone App
Microsoft Live Labs has released Seadragon Mobile, Microsoft's first application developed for the iPhone platform. Seadragon is an image viewer incorporating Microsoft's Deep Zoom functionality, allowing efficient display and manipulation of high-resolution imagery. Seadragon Mobile is available for free in the iTunes App Store.
-
Java 1.5 for the .NET Platform
Ja.NET is a port of Java 1.5 SE to the .NET platform. Ja.NET is built on top of noteworthy open source projects such as the Eclipse JDT compiler, Mono's Cecil, and Apache Harmony. Unlike IKVM, which is a full JVM running on .NET, Ja.NET compiles directly to IL. This should give it a significant advantage in performance.