Stories recently tagged with 'System'

Transactional File System Operations with C#(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years ago

In this post Tuna tries to explain his approach to transactional file system operations. This piece of code uses two of the Vista's new features namely Kernel Transaction Manager(KTM) and Transactional NTFS. read more...

1 comment |category: |Views: 951

tags: another

Client coordinates and Screen coordinates(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 8 months ago

The .NET Framework can provide the mouse coordinates using the client coordinates system or the screen coordinates system. In some mouse-based scenarios we need exactly to know which coordinates system is used in order to use the correct offset. read more...

add a comment |category: |Views: 132

tags: another

New System.AddIn Namespace in .NET 3.5(danielmoth.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 7 months ago

Anybody that has built an application that supports AddIns (aka add-in, plug-in, etc) knows that there are many design decisions to make and quite a few subtleties in implementing those decisions in particular when it comes to discovering addins, version resiliency, isolation from the host etc. In NetFx 3.5 (part of "Orcas"), a whole bunch of classes do all this work on your behalf and all you have to do is make simple method calls to configure the behaviour. read more...

add a comment |category: |Views: 209

tags: another