Archivio mensile:Maggio, 2005

Superato esame 70-228 Installing, Configuring and Administering Microsoft SQL Server 2000 Enterprise Edition

Poichè uso SqlServer da più di tre anni, ho optato per una preparazione in autoistruzione anche per testare quanto il mio lavoro mi aveva portato a conoscere il prodotto rispetto alle nozioni richiesta dall’esame di certificazione. A questo proposito devo dire che almeno un 25-30% del prodotto non mai avuto la possibilità di sperimentarlo nella pratica,…



Fix per VisualStudio 2003

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…



Microsoft Downloads 27-05-2005

  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…



MSDN Developer Security Tour Torino

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…



FIX: The overridden method in the inherited class does not appear in the Method Name box in Visual Basic .NET 2003

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 SYMPTOMS When you inherit a class that inherits and overrides another class in Microsoft Visual Basic .NET 2003, the overridden method in the inherited class does…



Microsoft Downloads 20-05-2005

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)…



Modificare il nome della proprietà visualizzato nel PropertyGrid

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)           …



MDAC 2.8 SP1

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…



Compatibilità dei programmi 32 bit su XP e 2003 Server a 64 bit

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…