All Tags > .NET
-
Serialising a class into XML
From object to XML and back again. .NET makes it easy and in version 2.0 allows you to take more control.
Posted: 24/02/2005 by Mike Pelton
Tags: .NET
-
Client programming of User Defined Types with ADO.NET 2.0
How do we program against SQL's new User Defined Types from ADO.NET 2.0? This session explores.
Posted: 17/02/2005 by Mike Taulty
-
Anchoring and Docking in Windows Forms
Dealing with forms or controls re-sizing used to be tricky - the developer would need to write code to handle the WM_SIZE message - and that code would typically be brittle and hard to support. Visual ...
Posted: 11/01/2005 by Mike Pelton
Tags: .NET, Visual Studio
-
Managing .NET assemblies in the database
SQL 2005 integrates the .NET Common Language Runtime which means .NET assemblies get loaded into the database. In this session we'll look at the basics of how that works.
Posted: 11/01/2005 by Mike Taulty
Tags: .NET