Sign In
mattavis's WebLog -
Mostly work... Indigo Transports, .NET Remoting and Serialization
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Remoting
General
Serialization
WCF ("Indigo")
Archive
Archives
October 2005
(3)
February 2005
(3)
September 2004
(2)
August 2004
(1)
June 2004
(1)
May 2004
(3)
MSDN Blogs
>
mattavis's WebLog -
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
mattavis's WebLog -
XmlSerialization of DateTime in .NET Framework 2.0
Posted
over 7 years ago
by
mattavis
2
Comments
I have seen numerous blog and newsgroup posts about how XmlSerialization and ASMX WebServices serialize DateTime in v1.0 and v1.1 of the framework. Well, I have some good news, bad news and good bad news for you. Good news: We fixed it. Bad news...
mattavis's WebLog -
Migrating .NET Remoting to WCF (and even ASMX!)
Posted
over 7 years ago
by
mattavis
8
Comments
This is a long post so I’ll summarize my findings up front. Summary: Following the .NET Remoting guidance enables quick and painless upgrade to WCF A single interface can be decorated to support .NET Remoting, WCF and ASMX The service...
mattavis's WebLog -
Shhh... Don't Tell Anyone but I am using .NET Remoting: Part 4 - Wrap it up
Posted
over 7 years ago
by
mattavis
0
Comments
Here is the final trick. And those of you who have read the series have waited a while for this final post. (Sorry for the delay.) Programming against an interface gives you the consistent programming model across the various distributed platforms but...
mattavis's WebLog -
What's New in .NET Remoting for .NET Framework 2.0
Posted
over 7 years ago
by
mattavis
3
Comments
A little self-promotion never hurt anyone... Some new MSDN TV content has recently been made available on the new features of .NET Remoting for .NET Framework 2.0. Enjoy! http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20050120NETMT...
mattavis's WebLog -
Shhh... Don't Tell Anyone but I am using .NET Remoting: Part 3 - Use interfaces and serializable types in your contract
Posted
over 7 years ago
by
mattavis
0
Comments
Now that you expose the your remote object through a CLR interface, that interface should limit itself to interfaces and serializable types as parameters and return values. This guideline is really just an additional follow-on to rule one about using...
mattavis's WebLog -
Shhh... Don't Tell Anyone but I am using .NET Remoting: Part 2 - Consider making your implementation internal
Posted
over 7 years ago
by
mattavis
1
Comments
In Part 1 it was suggested to use only interfaces to program against your remoted object. Another consideration for enforcing the correct usage of your remote object is to limit access to the implementation except through the interface that you defined...
mattavis's WebLog -
Shhh... Don't Tell Anyone but I am using .NET Remoting: Part 1 - Use CLR Interfaces
Posted
over 8 years ago
by
mattavis
0
Comments
One of the easiest ways to avoid locking yourself into .NET Remoting is to avoid exposing its most infamous type in your contract: MarshalByRefObject (MBRO). To marshal object references in .NET Remoting your type needs to inherit from MBRO but that doesn...
mattavis's WebLog -
Shhh... Don't Tell Anyone but I am using .NET Remoting: A Series
Posted
over 8 years ago
by
mattavis
2
Comments
So you've heard about SOA and Indigo and the future of distributed application development on .NET. You've even seen the long-running discussion of our guidance on Richard Turner's blog. You are now asking yourself: But how can I use .NET Remoting...
mattavis's WebLog -
Deprecating the SoapFormatter
Posted
over 8 years ago
by
mattavis
30
Comments
Now that I have your attention... We are seriously considering deprecating the SoapFormatter in .NET Framework 2.0. It is the nexus of a whole host of serialization issues and implies a promise of interop that it does not and will not live up to. It...
mattavis's WebLog -
TechEd Europe
Posted
over 8 years ago
by
mattavis
1
Comments
I'll be going to TechEd Europe to give a few talks. If you are interested in any of the following then add them to your schedule: Wed 8:30 CTS201 Web Service, XML Serialization and Networking in .NET Framework 2.0 A preview of some of the...
mattavis's WebLog -
Web Services in Whidbey - New TechEd Talk CTS201 has been added
Posted
over 8 years ago
by
mattavis
3
Comments
Interested in Web Services features in Whidbey? So am I! Yasser Shohoud, Software Legend, and I will be giving a talk at TechEd to introduce some our favorite new Web Services features to you at TechEd. The new talk (CTS201) is not even in the Session...
mattavis's WebLog -
.NET Remoting at TechEd 2004
Posted
over 8 years ago
by
mattavis
1
Comments
Those of you scouring the list of talks at TechEd for in-depth .NET Remoting discussions will be disappointed. .NET Remoting will be touched on in the Connected Systems track (CTS300) by Richard Turner but that will be prescriptive guidance for the usage...
mattavis's WebLog -
Introductions...
Posted
over 8 years ago
by
mattavis
5
Comments
As a first blog entry, I figure introductions are in order. I am Matt Tavis, PM at Microsoft working on the .NET Framework 2.0 (Whidbey) and Indigo. My Whidbey features areas are .NET Remoting, runtime serialization and xml serialization.
Page 1 of 1 (13 items)