InfoQ Homepage .NET Content on InfoQ
-
Managing Mixed Java & .Net Development Projects
Giles Davies and Richard Erwin explain how to work in a mixed development environment, .NET and Java, by using TFS to manage the projects and using Visual Studio and Eclipse as IDEs.
-
Creating DSLs in Oslo
Amanda Laucher talks about Oslo and its tools, Intellipad, M.exe – the M Compiler, MB.exe – MGrammar Compiler, and how they can be used to create a DSL. She demonstrates the creation of a demo DSL.
-
Introduction to the Azure Service Platform
Beat Schwegler talks about writing Windows Azure services using .NET and SQL Services. He also explains how to create or enhance existing applications in order to make use of the Azure platform.
-
F# - Succinct, Expressive, Efficient Functional Programming for .NET
Don Syme presents F# basics, a typed functional language for .NET that combines the succinctness, expressivity, and compositionality of functional programming with the runtime support of .NET.
-
Hard Rock: Behind the Music with Silverlight 2
Scott Stanfield presents the Hard Rock Memorabilia web site demoing Silverlight’s Deep Zoom. He also shows other projects to underline some of the Silverlight’s capabilities.
-
Concurrent Programming with Microsoft F#
Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.
-
The Joys and Pains of a Long Lived Codebase
Jeremy D. Miller shares lessons learned while developing a project over 5 years. He talks about his mistakes, what to avoid and how to design, code and test better.
-
JQuery - a Javascript DOM Library
This presentation demonstrates the features of JQuery, particularly its support for AJax and DOM services plus cross-browser compatibility. Details of the library and its structure are covered.
-
Gallio, a .NET Testing Automation Platform
Jeff Brown presents Gallio, a test automation platform, and MbUnit, a test automation framework for .NET. He shows how DbUnit works on Gallio and talks about the challenges to create such a platform.
-
10 Ways to Improve Your Code
Neal Ford, an architect at ThoughtWorks, shows 10 ways to write better code. This is practical advice for developers, but application architects can benefit from it too.
-
Making Roles Explicit
Udi Dahan, The Software Simplist as he calls himself, explains why sometimes it is not enough to apply good OOP and patterns lessons. He introduces a new principle: make roles explicit.
-
Interactive Websites with Comet and DWR
In this session filmed during QCon London 2008, Joe Walker presents Comet, a long polling AJAX method used for updating the browser’s page, and DWR, a Java library for writing web sites using AJAX.