| Home : Programming : Microsoft.NET |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
|
Mini Dump Snapshots and the New SOS
Updated: 02/22/2005
|
|
|
Access Control List Editing in .NET
Updated: 02/22/2005
|
|
|
Moving DataGrid Rows Up and Down
Updated: 02/22/2005
|
|
|
Doing Async the Easy Way
Updated: 02/22/2005
|
|
|
Give Your Web Services Consumers the Exact XML They Need to Succeed
Updated: 02/22/2005
|
|
|
This Article shows how the CLR Profiler, a tool focused on analyzing the allocation behavior of managed applications, lets you find out which objects live longer due to finalization, and how the behavior of the application changes when you call the Dispose() method.
Updated: 02/22/2005
|
|
|
If you have ever wanted to build your own Windows Installer and you have access to Visual Studio .NET it is much easier than you may think and of course it is much less expensive than many other third party installer applications. While third party installer applications may provide a greater variety of options, I have found the the Setup and Deployment Projects within Visual Studio .NET work perfectly fine in many cases. This article will walk through the step by step process of building a Setup Project.
Updated: 02/21/2005
|
|
|
This Article explains about basics, talking about the foundation of developing with the .NET Framework - the Common Language Runtime (CLR) and the .NET Framework Class Libraries.
Updated: 02/21/2005
|
|
|
COM+ has some great features - Distributed Transactions being one of them. Most of the literature on .NET/COM+ interaction talks around ServicedComponent and registering components in COM+. This has a number of draw backs. Firstly, you are tied in to an inflexible inheritance model and secondly, you get the configuration and deployment pain. However, there is alternative - SWC.
Updated: 02/21/2005
|
|
|
A very good article about Everything you (n)ever wanted to know about Marshaling.
Updated: 02/21/2005
|
|
|