InfoQ Homepage .NET Content on InfoQ
-
CLR Garbage Collector
Justin Smith presents the internals of the .NET Garbage Collector. Learn about heap allocations, the GC Algorithms, Multiprocessor considerations, and the IDisposable pattern.
-
Building Real World Apps with Atlas
Wally McClure introduces ASP.NET AJAX, a development technology from Microsoft which integrates cross-browser client script libraries with the ASP.NET 2.0 development framework.
-
NET Windows Forms Tips and Tricks
Ken Getz demonstrates advanced Winforms techniques such as owner-drawn controls, exposing protected info & new control behaviour using inheritance, thread synchronization with Winforms, and much more.
-
Event Patterns
Ian Cartwright presents some of his work (developed with Martin Fowler) on event patterns: Event Sourcing, Event Collaboration, Parallel Model, and Retroactive Event.
-
Windows Presentation Foundation: The Future of Windows
Ian Griffiths shows the key features of WPF such as XAML, composition, layout, animation, and data binding, while also showing why WPF differs so radically from Win32.
-
Ajax Development with ASP.NET
Nikhil Lothari demonstrates features in ASP.NET Ajax to enrich Web apps including how to apply Ajax patterns & best practices for for incorporating and encapsulating script functionality.
-
Architecting for SOA
Beat Schwegler shows how service-orientation affects architecture, introduces the notion of a service model between the business and technology models, and suggests a smooth migration via refactoring.
-
Deploying & Maintaining Smart Client Apps using ClickOnce
Cathy Gero goes explains ClickOnce which allows the deployment of Windows-based rich client apps by placing the app files on a Web or file server and providing the user with a link.
-
JP Rangaswami on open source in the enterprise & the future of information
CIO JP Rangaswami explains how open source became a corporate IT strategy at investment bank DrKW & why CIOs should consider open source for major software development initiatives.
-
Introduction to Windows Presentation Foundation (aka Avalon)
Billy Hollis discusses the basics related to panels, controls and best practices in building Windows Presentation Foundation applications, Microsoft's rich client user interface framework, aka Avalon.
-
Java + .NET, Integration Strategies Presentation
Ted Neward demonstrates using Microsoft Office to act as a rich client to Java, building a WPF gui on top of Java POJOs, and how to execute Java from within a Windows Workflow host.
-
Building a Smart Client Toolkit
Learn advanced techniques with real-world examples in this session on Windows Forms.Capabilities included include management,display of forms,data validation,security management,and dirty checking.