InfoQ

InfoQ

Topic/Tag specific view

Asynchronous Programming Content on InfoQ


Latest featured content about Asynchronous Programming

C# Async, From the Outside, From the Inside - Part 2

Topics
C# 5,
C#,
.NET Framework 4.5,
.NET Languages,
CodeMash 2012,
.NET Framework,
.NET,
CodeMash,
Programming,
Conferences,
Asynchronous Programming

This is Part 2 of the session. Bill Wagner and Jon Skeet explain the basics of asynchronous operations in C# using the Async keyword. The session is spiced with live demos.

News about Asynchronous Programming

vert.x – JVM Polyglot Alternative to Node.js

Topics
JVM,
Virtual Machines,
JVM Languages,
Runtimes,
Java,
Languages,
Programming,
Real Time Web,
Asynchronous Programming,
Real Time

Vert.x is a framework for the next generation of asynchronous, scalable, concurrent applications, which aims to provide an alternative to Node.js for the JVM. It allows developers to write their application using JavaScript, Ruby, Groovy, Java or even mix and match.

Async Features Now Available for .NET 4 and Silverlight 5

Topics
.NET Framework 4.0,
Visual Studio 11,
.NET Framework,
Visual Studio,
Microsoft,
.NET,
IDE,
Programming,
Companies,
Silverlight 5,
Asynchronous Programming

Microsoft announced the new Async Targeting Pack for Visual Studio 11 Beta, which will allow developers to use asynchronous programming features in .NET 4 or Silverlight 5 applications. These features were previously provided in the Async CTP, which is now deprecated.

ReSharper 6.1 Improves Performance, Adds Async Support

Topics
Visual Studio 11,
Visual Studio,
.NET,
Microsoft,
IDE,
Companies,
Programming,
ReSharper,
Asynchronous Programming,
Visual Studio 2010

ReSharper 6.1 promises to alleviate many performance problems with ReSharper 6 in Visual Studio 2010. In addition to bugfixes, the pre-release includes new features such as the async/await keywords, an updated settings engine, and experimental support for Visual Studio 11.

Node.js Now Runs Natively on Windows

Topics
Javascript,
Web Development,
Dynamic Languages,
Languages,
Windows,
Programming,
Operating Systems,
Node.js,
Asynchronous Programming

Node.js can now run on Windows without Cygwin, the performance being significantly improved both on Windows and UX systems.

Articles about Asynchronous Programming

Node.js in Action: Interview and Book Excerpt

Topics
Javascript,
Web Development,
Dynamic Languages,
Functional Programming,
Languages,
Programming,
Asynchronous Programming,
Node.js

Node.js in Action by Mike Cantelon and TJ Holowaychuk, is a book that tries to introduce the platform to web developers coming to Node from established technologies such as Ruby on Rails and PHP. Node.js is an elegant, server-side, JavaScript development environment suitable for scalable, high-performance web applications. Node supports a minimalist server-side JavaScript interface.

Presentations about Asynchronous Programming

C# Async, From the Outside, From the Inside - Part 1

Topics
C# 5,
C#,
.NET Framework 4.5,
.NET Framework,
CodeMash 2012,
.NET Languages,
.NET,
CodeMash,
Programming,
Asynchronous Programming,
Conferences

Bill Wagner and Jon Skeet explain the basics of asynchronous operations in C# using the Async keyword. The session is spiced with live demos.

Event-Driven Programming in Clojure

Topics
JVM,
Virtual Machines,
Runtimes,
Strange Loop 2011,
Clojure,
Strange Loop,
JVM Languages,
Languages,
LISP,
Programming,
Java,
Conferences,
Asynchronous Programming

Zach Tellman explains how to deal with asynchronous programming difficulties in Clojure using an event-driven data structure.

Asynchronous Programming Made Simple Through Messaging

Topics
Mono,
.NET,
Programming,
Monospace,
Message Passing,
Asynchronous Programming

Svein Arne Ackenhausen discusses the benefits of asynchronous programming showing some possible code implementations using messaging.

Interviews about Asynchronous Programming

Steve Vinoski and Bob Ippolito on Async I/O in Python and Node.js, Web Development in Erlang

Topics
Python,
Dynamic Languages,
Erlang,
Languages,
Functional Programming,
Web Servers,
Performance & Scalability,
Programming,
Asynchronous Programming,
Erjang,
Erlang Factory 2011,
Node.js,
YAWS

Steve Vinoski and Bob Ippolito discuss web development with MochiWeb and Yaws and extending Erlang with native code. Also: async I/O in Python and Node.js vs Erlang.

Bart De Smet on Reactive Extensions (Rx) for .NET and Javascript

Topics
CEP,
Javascript,
Ruby,
Dynamic Languages,
Java,
SQL Server,
Web Development,
.NET Framework,
QCon London 2011,
Business Process Management,
Event Driven Architecture,
.NET,
Languages,
Microsoft,
Relational Databases,
QCon,
Functional Programming,
SOA,
Business,
Enterprise Architecture,
Programming,
Conferences,
Events,
Asynchronous Architecture,
Asynchronous Programming,
Architecture,
Reactive Extensions,
Companies,
Database,
LINQ

Bart De Smet explains Reactive Extensions (Rx), a library for composing computations over asynchronous event streams of data for .NET and Javascript, the concepts and implementation of Rx and more.