Dan Farino About MySpace’s Architecture
Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.
Tracking change and innovation in the enterprise software development community
Posted by Jonathan Allen on Jan 19, 2007 01:30 PM
Rolf Bjarne's VB 8 compiler is now self-hosting on Mono. This represents a major milestone for both the Mono team and the VB language.
For the Mono team, having their own VB compiler is essential for ASP.Net support. Unlike other VB-based applications which can be pre-compiled on a Windows box, ASP.Net has to be able to compile VB code found in ASPX files at runtime.
This is also the first widely available Visual Basic compiler actually written in Visual Basic. The VB compilers created by Microsoft are all written in C++.
A new version of the VB Runtime written entirely in Visual Basic is also available. In the past Mono needed a combination of ILASM and Perl hacks to construct the runtime.
The VB Runtime is a core library for VB applications, much like the C runtime. It contains most of the functions unique to Visual Basic, though it can be called from any CLS compliant language. Being a library rather than an environment, it should not be confused with virtual machines like the Common Language Runtime (CLR).
Tools to get Visual Studio 2008 Projects Under Control
White Paper: Writing Good Use Cases
Agile Projects: Five Ways to Fail When You Scale
Lean Software Development Governance, a whitepaper by Per Kroll and Scott Ambler
Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.
Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.
Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.
The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.
Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.
Cloud computing feels like a tomorrow technology. Simon Thurman shows how developers can use Biztalk to create an Internet Service Bus which can be deployed locally or in the cloud.
InfoQ takes a look at the JavaFX preview build and talks to Sun Staff Engineer Joshua Marinacci about the upcoming version 1 release expected this autumn.
Jeff Sutherland, co-creator of Scrum, and Guido Schoonheim, CTO of Xebia, present an actual case of reaching hyper-productivity with a large distributed team using XP and Scrum.
No comments
Reply