Archive for the ‘Silverlight’ tag
Structura (Alpha version) a Silverlight/WPF Line of Business Application Framework
Here’s the first deploy of Structura, this project is related to our User Group DotNetMarche and will be part of a set of application frameworks and open source solutions we develop as community projects. Structura will be in our mind an application framework for building modular and pluggable line of business application in both Silverlight [...]
‘Silverlight in Action’ on December, Thursday 11
I will be the main speaker at the next workshop organized by DotNetMarche (the .Net User-group I belongs to); the workshop is organized in collaboration with Microsoft and it is part of the official ‘Microsoft Days Community After Hours’ events.
I will show the basis of how to build a multi-target (Silverlight+WPF) line of business application [...]
Wrap IList<T> and use it for effective binding in Silverlight and WPF
If you use some ORM tool like NHibernate and your business entities or DTOs have to support collections of other elements, you are forced to use the interface notation IList<T> or ICollection<T> to hold a reference to the real collection implementation (cause usually those ORM tools tend to inject their own implementation of the collection [...]
Silverlight: simulate a ‘Windows’ desktop application - part 3 (Resizable Window)
It’s time to write the last chapter of this series and take a look at how the resizing capability of the Window is implemented. Since the last time some new feature were added:
Code ported to Silverlight 2.0 RTW.
Solution refactored, the control is now available as a standalone assembly.
The template of the Window has [...]



