InfoQ Homepage Development Content on InfoQ
-
Flex Testing with FlexMonkey
In this post, InfoQ.com discusses FlexMonkey with project founder Stu Stern of Gorilla Logic. FlexMonkey is an open source record / playback tool for testing Flex applications.
-
Deep Linking in Flex with URLKit
In Rich Internet Applications, Deep Linking is the ability to link directly into a specific state of the application without reloading the application. In Flex 3, Deep Linking support was added, but does not support many advanced requirements. For those cases, Flex developers can use URLKit.
-
.NET 4 Feature Focus: Parallel Programming
Microsoft is planning on releasing a wide variety of parallel programming libraries with .NET 4. These include Parallel LINQ (PLINQ), Structured Parallelism (Parallel.For), the Task Parallel Library, and the Coordination Data Structures.
-
MPI.NET Released
MPI or Message Passing Interface is the de facto standard for distributed memory programming. Recently Microsoft released a version for .NET, but the server needed to use it doesn't come cheap.
-
More Languages on top of Erlang Virtual Machine
Erlang virtual machine – BEAM – hosts an increasing number of languages. Reia, a Python/Ruby like scripting language and Lisp Flavoured Erlang have recently been released. Debasish Ghosh reflects on this trend while other authors try to outline other possible language variants inspired by Ruby or Haskell.
-
Article: Java FX Technology Preview
InfoQ takes a look at the JavaFX preview release and talks to Sun Staff Engineer Joshua Marinacci about version 1 expected this autumn.
-
MSBuild Extension Pack Brings 170 Build Tasks
Like the open source projects that inspired it, Microsoft's MSBuild framework was designed with extensibility in mind. Three years after its release, that decision is really starting to pay off in terms of the number of additional tasks available.
-
Interview: Dave Laribee and ALT.NET
Greg Young grabbed some of Dave Laribee's time at the last ALT.NET conference in Seattle. Dave opens up about the intent of ALT.NET and how the community can get involved.
-
Cascading - Data Processing API for Hadoop MapReduce
Cascading is a new processing API for data processing on Hadoop clusters, and supports building complex processing workflows using an expressive, declarative API.
-
SSIS for Oracle and Teradata
In conjunction with Attunity, Microsoft has released SSIS Connectors for Oracle and Teradata.
-
Unit Testing Workflow Foundation
Windows Workflow Foundation offers some powerful capabilities for those working with data flow style architectures. But these capabilities come at a cost. Unlike traditional batch processing applications, Windows Workflow Foundation does not lend itself to automated testing.
-
Granite Data Service 1.1.0 Released with new Features and Tools
Granite Data Services (GDS) 1.1.0 GA is released this week with new features and tools to help GDS based application development.
-
Book Review: C# Network Programming
Normally we review new books, but occasionally an older book is just too good to ignore. Richard Blum's C# Network Programming is one such book. Focusing on low-level network programming, this book is just as applicable today as it was when .NET 1.0 was new. And though titled "C#", this book is applicable to any .NET language.
-
.NET 3.5 SP1 Is Breaking Some Applications
.NET 3.5 SP1 was released in August and, theoretically, it should not break applications based on previous versions of the CLR, respectively 2.0, 3.0, 3.5. But there are reports that some applications are broken including the open source project Castle.
-
Interview with Clone Detective's Immo Landwerth
We interviewed Immo Landwerth of the open source project Clone Detective for Visual Studio. This project leverages ConQAT to analyze C# code for duplication.