Altri video how-to su C# >
Altri contenuti su C# >
Altri download per C# >
Guarda i video MSDN su Visual C#Scopri come creare applicazioni di qualità con i video tecnici dedicati allo sviluppo con C#.
Informazioni e aggiornamenti importanti relativi ai contenuti su Visual C# in MSDN Library.
Altri contenuti della Library su Visual C# >
Welcome to the fifty-seventh issue of Community Convergence. In this post I’ll focus on new articles from the C# team, as well as events taking place at PDC.
Eric Lippert
Kirill Osenkov
Luca Bolognese
Dustin Campbell
Sam Ng
Charlie Calvert
Mitsu
Jason Zander
Scott Guthrie
Scott Hanselman
Brad Abrams
Dan Fernandez
Downloads and Announcements
Altro >
Find out how you can submit an article. See more MVPs.
In my last article, I outlined the internals of foreach and the way iteration works. I discussed the differences when iterating over arrays, as well as foreach’s interleaving and possible resource cleanup with a using clause. In this article, I am going to switch to another fundament .NET language construct – delegates. We will discuss the class structure of a delegate, specifically how multicast delegates use sequential notifications and, therefore, may require manually iterating over the delegate linked list rather than simply invoking the delegate....More >
Articoli, esempi, blog e tante altre risorse per apprendere ciò che occorre sapere su Visual C# 2010.
Scarica o condividi applicazioni di esempio o frammenti di codice.
Sito Microsoft per l'hosting di progetti open source.
Articoli di approfondimento su C#.
Guarda i video ed entra in contatto con i colleghi: l'importante è la conversazione.
Esplora i progetti in sperimentazione nei laboratori Microsoft e invia i tuoi commenti.
Utilizza le procedure consolidate Microsoft per la progettazione software.
Ramp Up è un programma di formazione online gratuito basato sulla community, grazie al quale è possibile acquisire competenze di livello professionale sullo sviluppo.