Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Programming   (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...
I sure hope that you will appreciate this - the .NET 3.5 source code will be publicly released . Initially, we will see .NET BCL, ASP.NET, Windows Forms, ADO.NET, XML and WPF. Later, more libraries will be added (WCF - yes!), LINQ and Workflow. 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...
Hot and fresh from Channel 9: a session on Shadow Copies in Vista, and its applications: Previous Versions and the brand-new System Restore. Check it out . Read More...
The Daily WTF has a funny story around intentional slowdowns . I have one story to share as well. Back in the college days, when we were still busy with exams and courses, some of my friends started working at various companies in our city (Bucharest). Read More...
Lock-free programming is a performant multi-threaded synchronization technique that allows you to safely manage in-memory data in a controlled manner. In its essence, the idea is to write your multi-threaded programs without using locks. Why is this better? Read More...
Jim Hugunin just published the IronPython 1.0 download path here: http://www.codeplex.com/IronPython As an open-source product, it was an interesting exercise in deep integration between a highly dynamic language to the language-independent CLR environment 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...
More Posts Next page »
 
Page view tracker