.NET news » Examples Examples Rss Feed

download

Using WMI From Managed Code

Windows Management Instrumentation (WMI) is Microsoft's implementation of Web-Based Enterprise Management (WBEM) and the Common Information Model (CIM). Although WMI is COM-based, Andriy Klyuchevskyy shows you how you can access it from C# and VB.NET through System.Management, thanks to COM Inter-Op.
27 Feb 2006, 13:15:00   Source: Using WMI From Managed Code   Tags: Other Examples

Sound Experiments in Managed DirectX

Using static and streaming sound buffers in Managed DirectX.
27 Feb 2006, 13:15:00   Source: Sound Experiments in Managed DirectX   Tags: Multimedia Examples C#

Download the Free C# Code Snippet Libraries for Visual Studio 2005

Get the full set of C# Code Snippets for using within Visual Studio 2005 to have reusable, task-oriented blocks of code that you can easily paste into your development projects.

Fast/Compact Serialization Framework

A simple and fast way of "serializing objects by value" to compact binary representations.
22 Feb 2006, 15:13:00   Source: Fast/Compact Serialization Framework   Tags: C# Examples Performance

Harvesting Web Content into MHTML Archive

Capture and archive web resources saving them in RFC-2557 (MHTML) compliant format. This library includes a framework for augmenting the capture process and allowing programmatic control, from downloading through saving. A replacement for CDOSYS/CDONTS.
18 Feb 2006, 23:26:00   Source: Harvesting Web Content into MHTML Archive   Tags: Examples Internet

WebResource ASP.NET 2.0 explained

WebResource (rumours and lies exposed): this is how you really do it.
18 Feb 2006, 09:27:00   Source: WebResource ASP.NET 2.0 explained   Tags: ASP.NET Examples

Copy Selected Text Within a Browser to a Clipboard

Find out how you can copy selected text within a Web browser to a clipboard in VB.NET 2.0.
14 Feb 2006, 05:36:11   Source: Copy Selected Text Within a Browser to a Clipboard   Tags: VB.NET Examples

Custom MembershipProvider and RoleProvider Implementations that use Web Services

Custom MembershipProvider and RoleProvider Implementations that use Web Services in order to separate the application and database servers.

The Perfect Host: Create And Host Custom Designers With The .NET Framework 2.0

The .NET Framework 2.0 introduces a set of classes that can be used to host designers right out of the box. With the understanding of designers you'll glean from this article, you'll be ready to host them in your own apps.

Using custom attributes to add performance counters to your application

A brief overview of what performance counters are and a library that makes their use a bit easier.