On Fri, Sep 26, 2008 at 9:52 AM, Jeff Johnson <[EMAIL PROTECTED]> wrote:
> http://arstechnica.com/news.ars/post/20070622-mono-silverlight-implementation-emerges-after-epic-hackathon.html
>   -or-
> http://tinyurl.com/2dpbbc
>
> I guess there is nothing in it for M$ with regard to moonlight other
> than Mono using the .NET framework.
----------------------------------------------------------------

That is pretty cool.

So Silverlight is 3.0 or 3.5.  99% of what I do is non OS driven code.
 Getting files and paths could be the only hurdle to mess with in a
port to the linux environment.

Now do the drivers for getting at or to your data work?  That could be
a whole other joy to face.

this is a basic class that use:
namespace Mimeo.Tools.Shipping.MSS.Contracts
{
    [DataContract(Name = "OpenLPN", Namespace =
"http://schemas.mimeo.com/Tools/MSS/v1.0";)]
    [Serializable]
    public class OpenLPN
    {
        [DataMember(Name = "FriendlyID", Order = 1, IsRequired = true)]
        public string FriendlyID
        {
            set;
            get;
        }

        [DataMember(Name = "LPN", Order = 1, IsRequired = true)]
        public string LPN
        {
            set;
            get;
        }
// more members cut for reading
}
}

So this class is presented to the web client as the schema for what
will be a grid/list containing non shipped boxes that are logged in my
system.  That is via WCF for my WebService.


-- 
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN

901.246-0159


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to