All Tags > .NET
-
Using custom serialization with ASMX V2.0 Web Services
With ASP.NET 2.0 web services we can take complete control over XML serialization. This sessions looks at how we might implement that.
Posted: 19/08/2005 by Mike Taulty
Tags: .NET, Web Service
-
Using interface based development techniques with ASMX V2.0 Web Services
ASP.NET 2.0 web services can be built using the traditional class-based method and a new interface-based method which we look at here.
Posted: 16/08/2005 by Mike Taulty
Tags: .NET, Web Service
-
Scenarios - Debugging Exceptions
.NET error paths are built around exception handling and the debugger has great features for monitoring what's happening with your application's exceptions. This session takes a look.
Posted: 29/07/2005 by Mike Taulty
Tags: .NET
-
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