giugno 2004 Blog Posts

...codice che mi ha fatto meditare

Incuriosito dal post di Adrian , "System.Object come tipo base di un tipo interfaccia?", ho provato a scrivere due righe di codice...  interface IInterface{ } class InterfaceUser: IInterface{ } //.. InterfaceUser iu = new InterfaceUser(); IInterface i = iu; string sByIInterface = i.ToString(); //why is it possible? string sByInterfaceUser = iu.ToString(); MessageBox.Show( string.Format( "ToString By Default Class Interface = {0}\nImplicit ToString By Second Interface = {1}", sByInterfaceUser, sByIInterface), "Interface Test"); I miei commenti? Per ora ci sto ankora meditando...

URLRewriting così bello ma così pieno di BUG!

In questi giorni sto lottando con i problemi dell'URL Rewriting... tra l'altro non problemi che di mio ho deciso di catalogare come tali ma problemi riconosciuti da MS stessa. FIX: Server.Transfer Does Not Invoke IsPostBack in .NET Framework 1.1http://support.microsoft.com/default.aspx?scid=kb;EN-US;821758 BUG: Postback Event Not Called When RewritePath Uses Server.Transfer or Server.Executehttp://support.microsoft.com/default.aspx?scid=kb;EN-US;817036 Alla fine sono venuto a capo di tutto anche grazie a Jesse Eznell. Fixing Microsoft's Bugs: Url Rewriting http://weblogs.asp.net/jezell/archive/2004/03/15/90045.aspx thx Jesse :-D

«giugno»
domlunmarmergiovensab
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910