maggio 2005 Blog Posts
Se vi interessa come ho preparato l'esame leggete il post.
824089 FIX: Visual Studio .NET 2003 stops responding when you build a solution that contains multiple projects
836612 FIX: Your inherited Windows Form becomes smaller when you edit it in Visual Studio .NET 2003
832534 FIX: Members of a class may not appear in the Watch window or in the Locals window in Visual Studio .NET 2003
Word 2003 Sample: Creating a Search Application with Visual Basic .NET
Download this sample to create a simple application in Microsoft Visual Basic .NET that searches a database and uses the results to populate a Microsoft Word document using XML tags or bookmarks (5/26/2005).
Microsoft Component Installer Software Development Kit (Spring 2005)
Download this tool for installing necessary Microsoft Windows components that applications need to execute properly (5/23/2005).
Microsoft Pre-Release Software Code Named "Avalon" and "Indigo" Beta1 RC
Download this version of the Avalon and Indigo Beta 1 release candidate for the general public (5/24/2005).
Download Microsoft Time Zone
Keep track of the...
Complimenti a Raffaele e Fabio per capacità con cui hanno saputo gestire questo evento raggiungento il giusto connubio tra teoria pratica e approfondimento, senza esagerare nel dettaglio degli argomenti ma fornendo importanti spunti di riflessione per arrivare preparati all'entrata in vigore della normativa sulla sicurezza informatica.
Per chi non c'era il sito da cui scaricare il materiale (che verrà ancora aggiornato nel fine settimana) è quello di Fabio Santini http://playmobil.sts.winisp.net/
E' uscita la fix per il problema in oggetto, che al momento deve essere richiesta al supporto tecnico di Microsoft oppure attendere il prossimo service pack.
Dal seguente:http://support.microsoft.com/default.aspx?scid=kb;en-us;894392
SYMPTOMSWhen you inherit a class that inherits and overrides another class in Microsoft Visual Basic .NET 2003, the overridden method in the inherited class does not appear in the Method Name box. This problem occurs when you select (Overrides) in the Class Name box of the inherited class.
RESOLUTIONHotfix informationA supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it...
Sono stati resi disponibili alcuni utili tool:
Enterprise Library 1.0 Hands-On Labs These hands-on labs for Enterprise Library are from the patterns & practices group and include eight labs in both Microsoft Visual C# and Visual Basic .NET (5/12/2005).http://go.microsoft.com/?linkid=3076887
SQL Server Health and History Tool The Microsoft SQL Server Health and History Tool (SQLH2) allows you to collect information from instances of SQL Server, store this information, and run reports against the data in order to determine how SQL Server is being used (5/19/2005).http://go.microsoft.com/?linkid=3076904
Microsoft Solution for Windows-based Hosting Version 3.0 Microsoft Solution for Windows-based Hosting Version 3.0 provides hosting service providers with...
Nel il framework .Net 2.0 è stato aggiunto l'attributo DisplayName che permette di personalizzare la visualizzazione del nome della proprietà.
Public Class MySettings Private DataFilePathValue As String
<system.componentmodel.DisplayName("Path file dati")> _ <system.ComponentModel.Description("Path del file utilizzato per memorizzare i dati.")> _ Public Property DataFilePath() As String Get Return Me.DataFilePathValue End Get Set(ByVal value As String) Me.DataFilePathValue = value End Set End Property
End Class
Dal seguente: Release manifest for MDAC 2.8 Service Pack 1 (2.81.1117.6)
Release version number
MDAC 2.8 SP1 (2.81.1117.6), May 2005
Release function
This release provides the same version of MDAC that was released with Microsoft Windows XP Service Pack 2 (SP2) and Microsoft SQL Server 2000 Service Pack 4 (SP4).
Note The MDAC 2.8 service Pack 1 (SP1) stand-alone release is not supported on the Microsoft Windows XP and Microsoft Windows Server 2003 operating systems because a compatible version of MDAC is already included with these operating systems. All future MDAC updates on these operating systems must be installed by using the respective...
Dal seguente:Overview of the compatibility considerations for 32-bit programs on 64-bit versions of Windows Server 2003 and Windows XP
The WOW64 subsystem creates a 32-bit environment on the x64-based versions of Windows Server 2003 and of Windows XP Professional x64 Edition. Some 32-bit programs may run slower on these operating systems than they would on 32-bit versions of Windows Server 2003 and of Windows XP. For example, a 32-bit program might run slower on Windows XP Professional x64 Edition than it would on Microsoft Windows XP Professional. Alternatively, some 32-bit programs that require lots of memory may exhibit increased performance on...