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

lunedì 25 dicembre 2006

La mia Università su PC Professionale

Questa mattina, leggendo PC Professionale di Dicembre, a pagina 260 ho trovato un trafiletto intitolato Yahoo! ha scelto l'Università di Pisa per lo sviluppo di nuove tecnologie di ricerca sul web. La notizia non è freschissima, poiché la collaborazione tra Yahoo! e la mia Università va avanti già da un po' di tempo, ma devo dire che mi ha fatto piacere trovare questo annuncio su una rivista del calibro di PC Professionale!

posted @ lunedì 1 gennaio 0001 00:00 | Feedback (1) | Filed Under [ Tutto & Oltre :-) ]

Recommendations for Using Strings in Microsoft .NET 2.0

Code owners previously using the InvariantCulture for string comparison, casing, and sorting should strongly consider using a new set of String overloads in Microsoft .NET 2.0. Specifically, data that is designed to be culture-agnostic and linguistically irrelevant should begin specifying overloads using either the StringComparison.Ordinal or StringComparison.OrdinalIgnoreCase members of the new StringComparison enumeration. These enforce a byte-by-byte comparison similar to strcmp that not only avoids bugs from linguistic interpretation of essentially symbolic strings, but provides better performance.

Questo articolo è un po' vecchiotto, ma lo cito qui perché qualche giorno fa mi ha aiutato a risolvere un problema con cui stavo litigando da un po'. Magari può servire anche a qualcun'altro...

posted @ lunedì 1 gennaio 0001 00:00 | Feedback (0) | Filed Under [ C# VB .NET .NET Compact Framework ADO .NET & SQL ASP .NET ]

Powered by:
Powered By Subtext Powered By ASP.NET