Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

domenica 30 settembre 2007

I link per Windows Server 2008 RC0

In questa pagina sono forniti i link da cui è possibile scaricare Windows Server 2008 RC0, in tutte le versioni disponibili, e una serie di documenti tecnici e white paper dedicati al nuovo sistema operativo.

Technorati Tags:

posted @ lunedì 1 gennaio 0001 00:00 | Feedback (0) | Filed Under [ Windows Related ]

[70-528] Errata corrige #4

A pagina 233 si parla dei valori dell'enumerazione LoadOption che viene utilizzata con il metodo DataRow.Load. I nomi dei possibili valori sono completamente sbagliati. I valori corretti, presi da MSDN, sono i seguenti:

1. OverwriteChanges: The incoming values for this row will be written to both the current value and the original value versions of the data for each column (sul libro è OverwriteRow). 
2. PreserveChanges: The incoming values for this row will be written to the original value version of each column. The current version of the data in each column will not be changed (sul libro è PreserveCurrentValues). 
3. Upsert: The incoming values for this row will be written to the current version of each column. The original version of each column's data will not be changed (sul libro è UpdateCurrentValues).

E' da notare che a pagina 305 si parla di nuovo dell'enumerazione LoadOption, ma questa volta i nomi dei membri sono corretti.

Technorati tags: ,

posted @ lunedì 1 gennaio 0001 00:00 | Feedback (0) | Filed Under [ Certificazioni ]

Powered by:
Powered By Subtext Powered By ASP.NET