Evalutation on Delphi Prims
[Lang_it]
Prima prova sul campo del fatidico prism…
Domani da un cliente ho un workshop per migrare l’architettura attuale basata su COM e socket verso i Web Service… e dato che loro sono in molti ad usare Delphi, quale migliore occasione? Per farsi un giro su questo nuovo promettente ambiente di sviluppo… noi programmatori siamo malati, ammettiamolo!!!
Cominciamo, l’installazione sulla mia macchina virtuale con Visual Studio 2008 già presente ci ha messo circa 15min….
Leggiamo il file readme … :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
Requirements Delphi Prism officially supports the Microsoft .NET Framework 1.1, 2.0, 3.0 and 3.5, the Microsoft .NET Compact Framework 1.0 and 2.0, as well as Mono. It has been tested with .NET 2.0 and above for compatibility with both 32 and 64 bit. The matching Framework SDK should be installed to use Delphi Prism with the respective versions of the Microsoft .NET CLR. Supported and Tested Platforms Supported and Tested Platforms are: * Microsoft .NET Framework 3.5 (LINQ) * Microsoft .NET Framework 3.0 (WPF and WCF) * Microsoft .NET Framework 2.0, with and without SP1 * Microsoft .NET Framework 1.1, with and without SP1 (legacy only) * Microsoft .NET Compact Framework 2.0 * Microsoft .NET Compact Framework 1.0, with and without SP1 and SP2 (legacy only) * Mono 2.0 Visual Studio 2008 and .NET 3.5 The current release of Delphi Prism provides support for Visual Studio 2008 and the matching .NET 3.5 runtime, including support for LINQ, Lambda Expressions, Extension Methods, the Windows Presentation Foundation Design Tools and other features. Note that Delphi Prism does not work on Visual Studio Express 2008. It works on the Visual Studio Shell and commercial versions of Visual Studio. |
Questo già mi fa pensare bene…
vediamo un po cosa succede ora se lancio il mitico prism…
a questo punto parme VS2008 con tutti i miei progetti scritti in C# come se nulla fosse, allora proviamo in prima istanza a fare un semplice progetto nuovo di un banale WebService con Prism. (Non vedo l’ora di provarlo su un mio serve ubuntu… smania 1 smania 2 smania a mille)
non trovo il template però dei WebServices… quindi creo la mia bella applicazione ASP.Net e successivamente cerco di aggiungere un elemento con il widzard e mi compare :
paura !!!!!! guardate un po cosa mi combina l’IDE :
premo play e tutto si avvia tranquillamente come se lo avessi fatto con C#, avverto solo la differenza che il webserver di debug ha una porta diversa da quella di default di Visual Studio….
Bene procedo, ora provo a definire una di ritorno :
1 2 3 4 5 |
Type Persona = class(TObject) private public end; |
beh domani se mi avanza tempo dal Workshop sistemo sto casino di articolo ….
sorry