This blog has personalition features for you, the reader. Below is a key of what all the icons mean and which aspects of the layout they change.
Close Window
Con l'uscita di Visual Studio 2005 inizia ufficialmente la programmazione “generica”, per chi non ha ancora avuto la possibilita' di approfondire l'argomento Generics ecco delle interessanti FAQ.
venerdì 28 ottobre 2005 20.57
Nella parte "Best Practices", quando parla di "How Do I Dispose of a Generic Type?", secondo si sbaglia quando afferma che: "The problem with the IDisposable constraint is that now you cannot use interfaces as type arguments, even if the underlying type supports IDisposable" La riga: MyClass<IMyInterface> obj = new MyClass<IMyInterface>();//Does not compile non compila non perché IMyInterface è un'interfaccia ma semplicemente perché IMyInterface non deriva da IDisposable.
> secondo si sbaglia ho mangiato una "me"...
> ho mangiato una "me"... Forse perché i programmatori C# sono poco abituati a scrivere "Me" :-)
Direi che e' il caso di tirare le orecchie a Juval, la mail la conosci vero? ;-)
This is my personal blog. These postings are provided "AS IS" with no warranties, and confer no rights.
Corrado'sInternet Presence