Invest in people before investing in tools

Il blog di Matteo Baglini
posts - 118, comments - 95, trackbacks - 697

giugno 2007 Blog Posts

Controlli Windows Forms e gli equivalenti controlli WPF

A questa pagina troviamo un confronto tra i controlli Windows Forms ed i controlli Windows Presentation Foundation (WPF). Utile per capire quali controlli non sono presenti, come il NotifyIcon, e quali sono "componibili" come il controllo CheckedListBox. Technorati tags: .net 3.0, WPF, Windows Presentation Foundation, Windows Forms

posted @ sabato 30 giugno 2007 09:59 | Feedback (1) | Filed Under [ .NET ]

Video Presenter First

Su ARCast.tv sono stati pubblicati tre video, fatti dal team di Atomic Object, che parlano del Pattern Presenter First, specializzazione del noto Model View Presenter (MVP). Presenter First Pattern (Part 1) Presenter First Pattern (Part 2) Presenter First Pattern (Part 3) Technorati tags: Presenter First, MVP

posted @ sabato 30 giugno 2007 09:59 | Feedback (4) | Filed Under [ .NET Architecture ]

Video Tutorial su Expression Blend

Su Channel9 sono stati recentemente pubblicati quattro video tutorial per creare interfacce grafiche con Expression Blend: Real-world WPF: Introduction to Blend (Part1) Real-world WPF: Introduction to Blend (Part2) Real-world WPF: Introduction to Blend (Part3) Real-world WPF: Introduction to Blend (Part4) Technorati tags: Expression Blend

posted @ martedì 26 giugno 2007 10:34 | Feedback (0) | Filed Under [ .NET ]

Implementare Silverlight in 21 giorni

Il team di Mono ha implementato la prima versione di Moonlight il "clone" di Silverlight per Linux. Miguel De Icaza, fondatore di Mono, ha scritto un post per riassumere e raccontare questi 21 giorni di lavoro intenso per realizzare Moonlight. Molto interessanti sono le statistiche finali: Made 1,228 commits to the SVN repository (Everaldo was the lucky commiter for revision r80000 in our tree). Wrote 24,373 lines of C++ Wrote 1,367 lines for the C# binding to Gtk# and the Mozilla C# host. Wrote 13,207 lines of C# class libraries (not including the ongoing work on an open source Javascript...

posted @ giovedì 21 giugno 2007 13:06 | Feedback (0) | Filed Under [ .NET OpenSource ]

Nuova Collection nel .NET Framwork 3.5

Nella versione attuale del .NET Framework c'è la mancanza di un tipo di collezione fra quelle "accademicamente" conosciute ed è il tipo Set, il quale rappresenta una lista non ordinata, i cui elementi sono presenti una sola volta. Leggendo il white paper su Orcas ho scoperto che questa mancanza è stata colmata nella prossima versione del .NET Framework, la 3.5, introducendo una nuova collezione nel namespace System.Collections.Generic, la HashSet. Technorati tags: .net 3.5

posted @ giovedì 14 giugno 2007 16:56 | Feedback (3) | Filed Under [ .NET ]

Team Foundation for Mono

Joel Reed ha rilasciato una nuova versione di Team Foundation for Mono, progetto Open Source ospitato su Google Code. Direttamente dalla home page: "An implementation of the Team Foundation libraries and related client programs for the .Net platform [...cut..] This project focuses currently on the SCM related libraries and tools. [...cut..] Team Foundation is tightly integrated into the Visual Studio platform. This project will hopefully someday include a MonoDevelop plugin as well as implementations of the other non-SCM related Team Foundation libraries." Potete consultare la release notes, e la lista download. Technorati tags: TeamFoundationServer, Mono

posted @ venerdì 8 giugno 2007 13:08 | Feedback (3) | Filed Under [ OpenSource VS - TFS ]

Powered by:
Powered By Subtext Powered By ASP.NET