BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage .NET Framework Content on InfoQ

  • Mono 1.2 release with thoughts from Miguel de Icaza

    Last week Mono hit its 1.2 release. Novell uses Mono in server form for both ZenWorks and iFolder in its Suse Linux Enterprise 10 platform. This release was primarily focused on performance and scalability improvements. Enhancements can be found across the board in support for Windows Forms and System.Drawing, .NET 2.0 parity in C#, and debugger support for both X86 and X64.

  • Ben Robb on his MOSS 2007 experience

    Ben Robb from cScape has written an excellent article about Microsoft Office SharePoint Server 2007, MOSS 2007, to develop a full featured public facing website. cScape was able to do this because of the dramatic redesign of MOSS 2007. Using ASP.NET Master Pages, CSS, WebParts, and the Office SharePoint Designer, they created a maintainable Web Site branded to very specific requirements.

  • CodeSmith 4.0 released at Dev Connections

    CodeSmith 4.0 released this week at Dev Connections in Las Vegas on November 8th. CodeSmith is highly regarded within the .NET developer community for its code generation capabilities and familiar ASP.NET style syntax. With this new release, CodeSmith now integrates directly into Visual Studio providing the developer a consistent work environment.

  • Microsoft Publicly Offers Visual Studio Hotfixes

    A common complaint is that Microsoft restricts access to Visual Studio hotfixes. While available for free, they do require a call to customer support. In a pilot program, Microsoft has decided to release their most common hot fixes through Microsoft Connect.

  • Spring.NET QnA with Aleks Seovic and Mark Pollack

    InfoQ had a chance to sit down with Aleksandar Seovic and Mark Pollack the co-creaters of Spring.NET. Spring.NET is an application framework that brings AOP, a Dependency Injection container and data access framework to .NET. It is not a complete port of Spring to .NET yet it preserves the tenets of Spring.

  • .NET Framework 3.0 RTM Posted

    The RTM version of .NET 3.0 is available. This includes the redistributables and SDK for the Windows Communication Foundation (WCF), Windows Workflow Foundation (WF), and Windows Presentation Foundation (WPF).

  • Billy Hollis on the Future of Software Development

    Infoq sits down with Billy Hollis to talk about the state of the .NET world and sofware development. Billy talks about topics from Data Access to 3D interfaces.

  • TestDriven.NET 2.0 released

    TestDriven.NET 2.0 was released last week. TestDriven.NET 2.0 supports the TDD framework and supports all version of Visual Studio .NET. TestDriven.NET is a Visual Studio plug-in providing support for Nunit, MBUnit, and Visual Studio Team System.

  • Named Pipe Support added to Visual Studio Orcas

    The next version of Visual Studio will include named pipe support. Named pipes are the traditional way to handle inter-process communication in Windows.

  • Extending IIS7 Through Integrated Mode

    With the 3.0 release of the .NET framework the IIS7 webserver will now support a new mode called "Integrated Mode". Integrated Mode brings to .NET the ability to write the equivalent of ISAPI modules, however now developers can code in C# rather than C++.

  • Oracle Whitepaper on Benefits of .NET Introp

    As part of Oracle's Middleware Fusion announcements last week, Oracle has published a whitepaper on the benefits and techniques for interoperability with .NET for software projects using Java or any of Oracle's products.

  • Collection Initializers in C# 3.0

    What is a Collection? While merely academic in earlier versions, this seemingly innocent question has important ramifications in C# 3.0.

  • ASP.NET AJAX Beta 1 released today

    Today the Microsoft ASP.NET team announced the released of ASP.NET AJAX Beta 1. There are many changes from the previously released builds and announced support for the Safari web browser. An exciting additional note is promised support for a source modification license.

  • Things to know about Windows Workflow Foundation

    Windows Workflow Foundation (WF) is the programming model, engine and tools for quickly building workflow enabled applications. Harry Pierson delves into the details of WF in a recent blog post. Update: Paul Andrew responds on his blog with "Ten Reasons why WF is not a Toy".

  • Var/Option Infer: New Syntax for C# and VB 9

    Microsoft is considering several new language features for C# 3.0 and Visual Basic 9 including type inference. As this may result in breaking changes, a new mode called Option Infer is also being considered for VB.

BT