[Mono-dev] Mono's Silverlight update.

Atsushi Eno atsushi at ximian.com
Sun May 13 12:46:22 EDT 2007


Hi,

A bit of follow up.

System.ServiceModel.Web.dll is part of Summer of Code project,
so if any of you would like to participate the development,
it would be nicer if you get contact with Kenny (Parnell)
who will be working on this assembly.

In our current plan, syndication support is the last thing
on the development plan, so if anyone else is interested, that
would not conflict with the SoC work.

Atsushi Eno

>     System.ServiceModel.Web.dll is not part of Silverlight 1.1 as
> shipped I think, but many of its components are on the Silverlight
> poster as technologies that will be part of the final product, in
> particular it is worthy to note the following namespaces in this
> assembly (you need the Orcas beta to get the documentation for it):
> 
>     * System.ServiceModel.Syndication (Atom, RSS support)
>     * System.Xml (Json reader/writer), some helper code is in other
> places in the same assembly
> 
>     These are fully documented in Orcas, and can be tested/developed
> in advance, you will need to download Orcas though to read the
> docs.
> 
>     When writing code, please make sure that you follow the
> conventions and policies in:
> 
>         http://www.mono-project.com/Contributing
>         http://www.mono-project.com/CodingStyle
> 
>     In particular, never, ever, absolutely never decompile or
> disassemble Microsoft assemblies.  If you need to figure something
> out, figure it out with test cases, which have the dual advantage of
> becoming a regression test suite that help us avoid regressions and it
> helps programmers understand how things work.
> 
> Miguel.




More information about the Mono-devel-list mailing list