All Tags > .NET > Visual Studio
-
Consuming a web service from the device: Simple use of Web Reference dialog
This Screencast presents how to use Visual Studio .NET 2003 to build a device application that can consume a web service. Also looks at exception handling over SOAP and retrieving DataSet classes from ...
Posted: 23/09/2005 by Marcus Perryman
Tags: .NET, Visual Studio, Web Service
-
Scenarios - Debugging Memory Leaks
Memory Leaks? In .NET code? This session looks at how we'd diagnose the modern equivalent of a memory "leak" with Visual Studio 2005.
Posted: 29/07/2005 by Mike Taulty
Tags: .NET, Visual Studio
-
Mechanics - Working with the SOS Debugger Extension
The Visual Studio debugger can load extension DLLs to extend its capabilities. This session looks at the basics of loading the SOS.DLL for .NET code and introduces what we can do with it.
Posted: 25/07/2005 by Mike Taulty
Tags: .NET, Visual Studio
-
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