Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Programming » Windows Server   (RSS)
In the past, I presented various ways to browse these mysterious device objects called "shadow copies". Shadow copies are static images in time (snapshots) of your volume contents, at some point in the past. These shadow copies are volumes on Read More...
Florin Lazar , Todi Pruteanu si cu mine am demarat in cursul acestei saptamani un seminar tehnic pe teme de storage in Vista si programare distribuita in WCF. Mai multe detalii aici: http://reg.studentclub.ro . Pana acum seminariile din Bucuresti si Cluj Read More...
There is an article in Techworld.com mentioning a curious research report from Gartner implying a redesign of the Windows Vista code base, around virtualization. Huh? To quote from the article: Instead, the research firm predicts, Microsoft will be forced Read More...
WS-Management is a new web services-based management protocol. It's SOAP-based of course, and it is compatible with the rest of the specifications in the WS-* Web Service stack, like WS-Transfer, WS-Enumeration, WS-Addressing. WS-Management is enabled Read More...
Finally! The wait is over. Brett Shirley started to blog. As I expected, Brett started with a highly technical, but very interesting story . You might not believe it, but many customers are very optimistic, and they never perform backups of their critical Read More...
There is a useful function called GetDiskFreeSpaceEx( ) . The GetDiskFreeSpaceEx function retrieves information about the amount of space that is available on a disk volume, which is the total amount of space, the total amount of free space, and the total Read More...
While researching for the previous post, I just started a few searches for VSHADOW on the internet, and I found more interesting usages of it. One example: EqualLogic published a nice technical report of using VSHADOW to backup/restore Exchange, SQL and Read More...
Jeff Trumbull published a very nice script on how to backup a Virtual Server image wiht about one minute of downtime! The solution uses VSHADOW.EXE, a small command-line utility that can be used to create shadow copies. VSHADOW is part of the VSS SDK Read More...
The VDS API is now live on MSDN ! What is it? VDS offers a COM-based API for volume, disk and LUN management in Windows Server 2003. In Windows Server 2003 R2, we also have additional integration with iSCSI targets and MPIO. For example, you can use it Read More...
Let's assume that you want is to write some simple code that writes to a text file. A few assumptions: 1) You need avoid corruptions of any kind. 2) Either all of your writes have to make it to the disk, or none of them. 3) The file is updated serially Read More...
Here it is: http://research.microsoft.com/os/singularity/ There are several interesting ideas in this new operating system. It's not just an "OS written in managed code". There are a new set of techniques in modern software development: contracts, verifiability Read More...
Once in a while, you might encounter this tool in some Microsoft-provided SDKs, or Resource Kits, for example in the Windows Resource Kit, the Exchange Report Toolkit, and others. But this tool never came with any relevant documentation. It just displays Read More...
(Continuing on my previous post on supportability) Supportability Principle # 3 - When writing code, avoid random, hard-to-diagnose, unpredictable failures at all costs. I previously mentioned that good predictability means less costs in supporting your Read More...
I recently read about a Linux to Windows switch story . It made me remember something: supportability is crucial to the success of your software. Your programs are out there in the wild, alone. There are no helpful debuggers that you (or anyone) can hook Read More...
Even with all this new wave of .NET stuff, I still find myself in the XXI century doing good old COM programming - and I enjoy doing it... So is anyone still interested in blog posts around COM programming? (especially around COM servers, COM security, Read More...
More Posts Next page »
 
Page view tracker