Guardian’s Home

.NET, Software Developing, Mammuths and various Life Things…

Archive for the ‘Silverlight’ tag

Structura (Alpha version) a Silverlight/WPF Line of Business Application Framework

without comments

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 [...]



kick it on DotNetKicks.com

Written by Guardian

December 16th, 2008 at 5:28 am

‘Silverlight in Action’ on December, Thursday 11

without comments

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 [...]



kick it on DotNetKicks.com

Written by Guardian

December 1st, 2008 at 10:23 am

Wrap IList<T> and use it for effective binding in Silverlight and WPF

without comments

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 [...]



kick it on DotNetKicks.com

Written by Guardian

November 24th, 2008 at 7:05 am

Silverlight: simulate a ‘Windows’ desktop application - part 3 (Resizable Window)

with one comment

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 [...]



kick it on DotNetKicks.com

Written by Guardian

November 8th, 2008 at 4:46 am

Posted in Silverlight

Tagged with , , ,

Silverlight Plug-in and the Height Percentage problem in Firefox

with 3 comments

Today I added a small Silverlight application to an existing and styled website, the app was surrounded by the usual <div>:

1: <div style="height: 100%">
2: <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/XXX.xap"
3: MinimumVersion="2.0.31005.0" Width="100%" Height="100%" />
[...]



kick it on DotNetKicks.com

Written by Guardian

November 6th, 2008 at 7:59 am