InfoQ Homepage .NET Content on InfoQ
-
WinFX renamed to .NET Framework 3.0
Microsoft Corporate Vice-President S.Somasegar announced last week that WinFX would be renamed to the .NET Framework 3.0. "The .NET Framework has always been at the core of WinFX, but the WinFX brand didn't convey this."
-
InfoQ Book: Visual Studio .NET Tips and Tricks
InfoQ has partnered with Minh T. Nguyen to bring you Visual Studio .NET Tips and Tricks. The book explains how to use VS.NET efficiently, including everything from editing and compiling to debugging and navigating within the VS.NET IDE. The book covers the Visual Studio .NET 2002, 2003, and 2005 Beta 1 releases.
-
InfoQ.com Officially Launched!
InfoQ has officially launched today, having previously been in unlaunched/testing mode since May 17th. InfoQ is a new Enterprise Software Development Community serving Java, .NET, Ruby, SOA, and Agile. Interest so far has been high, with over 19,249 unique visitors to the site. Today's launch presents version 0.7 of the site. Thank you to our members, sponsors, and authors!
-
Nemerle: A Hybrid Programming Language For The .NET Platform
Nemerle is a hybrid language developed by the Computer Science Institute of the University of Wroclaw in Poland. It is a high-level statically typed language that offers functional, object-oriented, and imperative features. It has a simple C#-like syntax and a meta-programming system.
-
Visual Studio Team Edition For Database Professionals
Microsoft has announced the upcoming availability of Visual Studio Team Edition for Database Professionals. This product is intended to close the communication gap that all too often exists between database professionals and the rest of the development team.
-
Microsoft Motion Light: Rapid Business Architecture Techniques
Microsoft Motion is a dynamic and systematic approach to decomposing a businesss into discreet capabilities. It organizes, measures and evaluates these capabilities and is a compliment to process mapping.
-
Updater Application Block Updated For .NET 2.0
An updated version of the Updater Application Block has been released. This version includes updates for compatibility with the latest Enterprise Library release as well as .NET framework 2.0 support.
-
Building Applications On Windows Workflow Foundation
Three main factors that have limited the adoption of workflow models. The cost of most workflow products has been quite high. Integrating the workflow platform with existing systems and standardizing on a particular workflow model is also costly. Microsoft's David Green has written an article explaining the use cases for workflow and how to realize one with Windows Workflow Foundation.
-
Ruby and .NET Destined For Each Other?
It suddenly seems everyone is interested in making Ruby on .NET a reality. The new IronRuby project was presented at RubyEnRails 2006 last week and this week we were notified of Brite, yet another Ruby interpreter/compiler effort targeting the CLR. The newcomers join John Lam's RubyCLR project and the joint Microsoft and Queensland University of Technology Ruby.NET headed for beta in late 2006.
-
Windows Vista Beta 2 And WinFX
With the recent release of Windows Vista Beta 2 Microsoft has launched the WinFX Developer Center in support of the new operating system. This is an excellent starting point if you are a developer looking to create applications on the WinFX platform. Currently featured are articles and resources on Data Integration and Discoverability.
-
InfoQ Enterprise Software Development Community Unlaunched
Welcome to the "unlaunch" of InfoQ.com, a new community that aims to be your source for keeping up with change and innovation in the enterprise software development community, specifically serving the Java, .NET, Ruby, SOA, and Agile communities. Please read this news item to learn about the site, its goals, features, and why it matters.
-
Project Tango - WCF And Java Interop
Sun Microsystems has launched the open source initiative called Project Tango. Windows Communications Foundation Engineers are working together with Java Web Services Engineers on the interoperability of enterprise features.
-
Microsoft Launches CodePlex Online Development Environment
Microsoft has launched the Beta of CodePlex, an online software development environment for open and shared source developers to create, host and manage projects throughout the project lifecycle. Codeplex was developed from scratch using C# 2.0 with Team Foundation Server as the backend.
-
Microsoft Releases Expression Web Designer First Community Technology Preview
Microsoft has posted for download the first Community Technology Preview of the new Expression Web Designer. Microsoft Expression is a new suite of tools that work together to enable you to produce user interfaces for web and desktop based applications. It consists of a Graphic Designer, Interactive Designer, and a Web Designer.
-
Article: Simple JAVA and .NET SOA interoperability
.NET and Java interop can be made really simple using a REST documentcentric approach. This article compares a REST and SOAP approach to interop as well as the advantages of using HTTP POST vs. GET for REST invocations.