Archive

Archive for January, 2009

Structured Storage

January 14th, 2009 No comments

Structured Storage provides file and data persistence in COM by handling a single file as a structured collection of objects known as storages and streams.

The purpose of Structured Storage is to reduce the performance penalties and overhead associated with storing separate objects in a single file. Structured Storage provides a solution by defining how to handle a single file entity as a structured collection of two types of objects—storages and streams—through a standard implementation called Compound Files. This enables the user to interact with, and manage, a compound file as if it were a single file rather than a nested hierarchy of separate objects.

Read more…

Электронные книги

January 7th, 2009 No comments

Сайты, содержащие ссылки на электронные издания книг.

Read more…

Tags:

MSDN Virtual Lab: Creating Windows PowerShell V2 Script Cmdlets

January 7th, 2009 No comments

Event ID: 1032371230

В результате вы получите следующие навыки:

  • создание простейшего командлета
  • проверка параметров передаваемых командлету
  • работа с данными получаемыми через конвеер
  • поддержка параметров –confirm и –whatif
  • добавка отладочных данных

After completing this lab, you will be better able create a new Script Cmdlet, add typed, validated parameters to a cmdlet, use input from the pipeline, Support –confirm and –whatif switches, and implement verbose and debug support.

Link

ILNumerics.Net

January 6th, 2009 No comments

ILNumerics.Net is a class library for .NET software developers. It greatly simplifies the implementation of all kinds of numerical algorithms. Generic, n-dimensional arrays, complex numbers, linear algebra, sorting, cells- and logical arrays as well as 2D and 3D plotting controls help developing perfomant algorithms on every platform supporting .NET.

Read more…