Archivio mensile:Agosto, 2005

SQL Server e la comparazione di stringhe

Se si esegue una query di questo tipo: SELECT * From Contacts WHERE Name = ‘Joe ‘ il risultato sarà che se esiste un record con Name = ‘Joe’ questo verrà selezionato anche se nella query era stato richiesto Joe seguito da un certo numero di spazi. Il motivo è che SQL Server segue le…



Microsoft Download 26-08-2005

Enterprise SOA Application Demo Discover an SOA solution that uses InfoPath, BizTalk, ASP.NET Web Services, RPG on an AS/400, CICS on a Mainframe, J2EE on WebSphere, Pocket PC, SQL Server, Speech Server, and MOM (8/19/2005). Microsoft Electronic Product Code Information System Demo Explore Radio Frequency Identification’s (RFID’s) impact on consumer goods and products, manufacturing, retail,…



Microsoft Download 19-08-2005

ILMerge ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and DLLs alike. It comes with several options for controlling the processing and format of the output (8/15/2005).  Principles of Service Design: Document Centric Pattern Create a simple-to-use, well-defined contract that remains compliant with service orientation…



Creare una share di rete tramite WMI

Tramite il seguente codice è possibile creare una share di rete senza fare ricorso alle Api (ovviamente con performance minori rispetto a quest’ultime). I sistemi operativi supportati sono: Windows Server 2003 Windows XP Windows 2000 Professional/Server Windows NT Workstation/Server 4.0 SP4 e successivi Dim path As New System.Management.ManagementPath(“Win32_Share”) Dim share As New System.Management.ManagementClass(Nothing, path, Nothing) Dim inArgs…



Evento Print 6161 codice di errore Win32: 67 (0x43)

Dopo aver seguito l’evento MSDN sulla sicurezza tenuto da Fabio e Raffaele anch’io spesso testo i miei programmi con account non amministratore ed è appunto durante una di queste sessioni di test che mi sono accorto di un problema con l’installazione della stampante HP Photosmart 2710 in rete (la stampante integra infatti un JetDirect con…



KB 31-07-2005

Visual Studio .NET 2003   http://support.microsoft.com/default.aspx?scid=kb;en-us;890940 FIX: The strupr function may not convert strings to uppercase in Visual Studio .NET 2003    http://support.microsoft.com/default.aspx?scid=kb;en-us;900925 FIX: An access violation may occur when you try to read a .pdb file by using the Debug Interface Access SDK that is included with Visual Studio .NET 2003    http://support.microsoft.com/default.aspx?scid=kb;en-us;903075 FIX:…



Microsoft Downloads 05-08-2005

DirectX 9.0 SDK Update (August 2005) Download the complete DirectX SDK, which contains the DirectX 9.0c Runtime and all DirectX software required to create DirectX 9.0 compliant applications in C/C++, and C# (7/28/2005). DirectX 9.0c Redistributable (August 2005) for Software Developers–Multilingual This download provides the DirectX 9.0c end-user redistributable that developers can include with their…



Credential Management in Windows XP e Windows Server 2003

Se si desiderara visualizzare la dialog box per la richiesta delle credenziali l’Api CredUIPromptForCredentials contenuta in Credui.dll può tornare utile anche se è disponibile solo su sistemi Windows XP e Windows Server 2003. Per un approfondimento si faccia rifermento al seguente articolo (anche se un po’ datato) di MSDN:Using Credential Management in Windows XP and…



KB 31-07-2005

.NET Framework 1.1   http://support.microsoft.com/default.aspx?scid=kb;en-us;903645 BUG: A System.NullReferenceException exception occurs when an instance of a DataSet typed object is serialized when multiple threads access the same instance of a DataSet typed object synchronously    ASP.NET 1.1   http://support.microsoft.com/default.aspx?scid=kb;895552 How to configure the ASPNET account to send an E-mail by using the System.Web.Mail namespace  Visual C++…



Microsoft Downloads 29-07-2005

Microsoft Pre-Release Software Code Named “Avalon” and “Indigo” Beta1 RC (ISO) Microsoft has provided a version of the Avalon and Indigo Beta1 “RC” for the general public (7/22/2005). Microsoft Pre-Release Software WinFX Runtime Components Beta1 Microsoft has provided a version of the WinFX Runtime Components Beta1 for the general public (7/27/2005). Microsoft WinFX SDK Web Setup The…