InfoQ

InfoQ

Topic/Tag specific view

Devlink Conference Content on InfoQ


Latest featured content about Devlink Conference

Component Based Architectures

Topics
.NET,
Modeling,
Design,
Architecture

Mark shares tips and tricks focused on maximizing the development strength of your team. This session filled with real-world examples will cover all the benefits, one of the greatest being that a small team can produce with the force of a large one, and compete on the same level as much bigger teams who are still working with standard architectures.

Presentations about Devlink Conference

CLR Garbage Collector

Topics
.NET

Justin Smith presents the internals of the .NET Garbage Collector and how you should design your types to play nicely with it. Learn about heap allocations, the GC Algorithms, Multiprocessor considerations, and the IDisposable pattern.

Building Real World Apps with Atlas

Topics
Rich Internet Apps,
.NET

ASP.NET AJAX is a AJAX framework from Microsoft. It facilitates quick generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers. It integrates cross-browser client script libraries with the ASP.NET 2.0 development framework. Developers have full access to the built-in ASP.NET 2.0 application services.

NET Windows Forms Tips and Tricks

Topics
Rich Client / Desktop,
.NET

Ken Getz demonstrates several different techniques you can use when building Windows applications, including: Creating owner-drawn controls, binding controls to just about anything, exposing protected information with inheritance, exposing new control behavior using inheritance, handling thread synchronization with Windows forms, and creating your own property grid. Samples in both C# and VB.NET.