Tutorials on Open Packaging Conventions / System.IO.Packaging [closed]
Asked Answered
K

2

7

Has anyone seen a good tutorial on Open Packaging Conventions and the System.IO.Packaging namespace?

I have some areas where I think this technology could be useful, but I'm nervous because I don't quite understand it and I'm stuck on some of the terminology.

Kerchief answered 26/9, 2009 at 20:35 Comment(1)
System.IO.Packaging came with .NET 3. Just a note for people who stumble apon this thread and are stuck with .net 2.0Steelman
H
4

Eric White has a pretty good introduction here:

http://blogs.msdn.com/ericwhite/pages/packages-and-parts.aspx

http://www.ericwhite.com/blog/screen-cast-overview-of-the-open-packaging-conventions-part-1/

Hairraising answered 26/9, 2009 at 22:8 Comment(2)
Thanks! Nut graf for me: "The Package itself contains a collection of relationships, and any individual PackagePart can also contain a collection of relationships. The main document body will be a part that is referred to by the PackageRelationshipCollection collection in the Package."Kerchief
Also, I would add an MSDN article that I wrote entitled: Essentials of the Open Packaging Conventions: msdn.microsoft.com/en-us/library/ee361919.aspx. Also recorded two screen-casts: openxmldeveloper.org/blog/b/openxmldeveloper/archive/2012/05/10/…Tightwad
U
0

System.IO.Packaging namespace allows to access the package related info as Digital signature, Encryption, relations between the various xml files and package properties of that file.

It also allows to access the File as part, as a collection of Individual objects.

Unhandled answered 25/2, 2010 at 8:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.