137

Posts tagged as:

.net

London Stock Exchange abbandona la fallimentare piattaforma Windows

6 July 2009

September 9, 2008 – London Stock Exchange suffers .NET Crash – Altra fonte
February 13, 2009 – London Stock Exchange replaces Clara Furse with Lehman banker
July 1, 2009 – London Stock Exchange to abandon failed Windows platform
July1, 2009 – London Stock Exchange reportedly to dump £40m platform
Un riassunto brutale può essere fatto analizzando titoli e date [...]

Prosegui →

Garbage Collection in IE6

8 March 2007

Garbage Collection in IE6:
He tested this with a benchmarking function which creates 5000 object literals with random properties, and then sorts them.
The following results show the mean execution time of the create-and-sort test as O increases for constant P=50 on Firefox 2.0 (red) and IE6 (blue) on the same computer.

What can you do about this?
a) [...]

Prosegui →

ASP.NET Ajax-aware JavaScript IntelliSense

8 March 2007

ASP.NET Ajax-aware JavaScript IntelliSense:
A new release of Visual Studio “Orcas”; shows off the intellisense features nicely, including:
Proactive Completion List: No more waiting for ‘.’;
Keywords in Completion List: fun your way to function
ASP.NET AJAX Concepts in Completion List: Direct support for Atlas
IntelliSense from Script Libraries for ASPX Pages: Now you can see objects that exist in [...]

Prosegui →

Open Compact Framework

15 January 2005

Smart Device Framework v1.2
The Smart Device Framework is an application framework which enriches and extends the .NET Compact Framework. There are a lot of new class libraries and controls along with all the existing class libraries and controls available from www.opennetcf.org .
By providing a unified framework, we are seeking to improve the overall development experience.

Prosegui →

Un grosso sospiro e poi Compact Framework .NET

5 January 2005

Ricomincia la mia vita di eterno crawler alla ricerca di info sul mondo ICT che mi interessa. Cominciamo con un articolo sul Compact Framework direttamente dalla MSDN library. Se può interessare questo articolo spiega alcune linee guida da adottare per la scrittura di thread in .Net (nello specifico per il Compact Framework versione light del [...]

Prosegui →

CLR e mscoree.dll

6 November 2004

“CLR consiste di due entità principali: Innanzitutto abbiamo il motore di esecuzione runtime, mscoree.dll. Quando un assembly viene referenziato per l’uso, mscoree.dll è automaticamente caricato in memoria e a sua volta carica l’assembly in oggetto. Il motore runtime è responsabile di svariati compiti: primo e più importante, è quello di risolvere la locazione di un [...]

Prosegui →