marzo 2004 Blog Posts

Usare DateTime nel .NET Framework

Lo so per esperienza, quando si arriva a dover gestire una data tutto si complica. Purtroppo esitono i fusi orari e tanti modi diversi di rappresentare le date, forse qui c'e' qualcosa che può aiutarvi. Writing programs that store, perform calculations, and serialize time values using the DateTime type in the Microsoft .NET Framework requires an awareness of the different issues associated with time representations available in Windows and .NET. This article focuses on key testing and development scenarios involving time and defines the best practice recommendations for writing programs that use the DateTime type in Microsoft .NET-based applications and assemblies. http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndotnet/html/datetimecode.asp

What is a Smart Client?

 Qui trovate una risposta.... What Makes a Smart Client So Smart?By David Hill Just what are "Smart Clients" and why are they so smart? The term Smart Client was coined to highlight the differences between the typical "Rich Client" applications of yesteryear and the next generation of client applications. To understand these differences, and to understand how they are likely to change the face of client-side computing, it is useful to take a trip down memory lane... Il resto è qui: http://msdn.microsoft.com/architecture/community/newsletter/default.aspx#au1  

Reporting Services: disponibile il Books Online aggiornato

*** Announcement  ***A Web download of the updated Reporting Services Books Online is now available from the Microsoft Download Center.  It is available in all 9 SQL Server languages. You can download and then run the MSI to update your local copy of the documentation.  This version of the documentation corresponds to the version currently available in the MSDN library.  *** Link to the Download page *** http://www.microsoft.com/downloads/details.aspx?FamilyID=5e550d73-8f35-435e-bb71-c8573a1cdbdb&DisplayLang=en

Generare Codici a Barre con .NET

Mentre facevo pulizia ho trovato una email che segnalava il rilascio di questo componente, lo trovate qui: http://www.neodynamic.com/  

SP2 di WindowsXP, meglio informarsi, alcune applicazioni potrebbero avere problemi

Se non lo avete già fatto informatevi su come la SP2 di WinXP potrebbe bloccare le vostre applicazioni. La SP2 introduce molte modifiche atte a migliorare la sicurezza di tutto il sistema e alcune di queste potrebbero creare problemi ad alcune applicazioni. Qui trovate tutte le informazioni: http://msdn.microsoft.com/security/productinfo/XPSP2/default.aspx Se volete, potete vedere/criticare le mie foto qui: http://www.photosig.com/go/users/view?id=157748

Rilasciata la guida: Smart Client Offline Application Block

Come fare in modo che le applicazioni funzionino sia on-line che off-line; qui trovate tutto, compreso il codice da incorporare. Smart Client Offline Application Block  This guide describes the designand features of the Offline Application Block that you can incorporate into your smart client applications. By incorporating the Offline Application Block into your code, you can extend your smart client application capabilities to download data and still function when disconnected from the network. For example, when connected, the application will be able to consume the data exposed by a Web service and then allow users to work on that data when...