ServicesResourcesConferencesOur TeamWeblogsAboutContact
   

Subscriptions

Post Categories

News

My new books

My Blogroll

INETA UG Leaders

Affiliations

News

Archives

Christian Nagel's OneNotes

.NET Training, Consulting, Coaching & Development


September 2004 - Posts

Creating Word Documents with XSLT (Part 2 - Creating Tables)
With my last blog about creating Word documents with XSLT I've shown an example to do a very simple document. Here I'm showing how to create a table using Word. The same XML file as before is used: <?xml version="1.0" encoding="utf-8" ?><Courses> <Course Read More
posted Thursday, September 30, 2004 8:15 PM with 4 Comments

New Microsoft Regional Directors
Congratulations to the new Microsoft Regional Directors: Scott Watermasysk, Doug Seven, Drew Robbins and Jonathan Goodyear! Great to have you on board! Scott, thanks for the blogging tool :-) Christian Read More
posted Wednesday, September 29, 2004 11:48 PM with 0 Comments

SOAPFormatter
Last month I've missed a important blog from Matt Tavis: he blogs about deprecating the SoapFormatter for .NET 2.0. This is a good idea! The SoapFormatter is misleading to offer platform independence with .NET Remoting. With .NET Remoting the Read More
posted Wednesday, September 29, 2004 5:26 PM with 0 Comments

Pro .NET Network Programming
I've received a copy of my newest book: Pro .NET Network Programming! This book once was a book with a red cover. The new edition (Apress) it not only updated for .NET 1.1, it also covers programming with raw sockets and IPv6. The chapters: Networking Read More
posted Tuesday, September 28, 2004 2:06 PM with 2 Comments

It's not about SOA vs. OO it's about implementing SOA using OO
Beat's core messages from his presentations at JAOO 2004. Christian Read More
posted Monday, September 27, 2004 9:42 PM with 0 Comments

Referencing Assemblies
Visual Studio .NET 2003 only allowed referencing assemblies in the form of a library. With Visual Studio 2005 it is also possible to reference Executables :-) There's still no way to build modules with Visual Studio (csc /target:module) - but who needs Read More
posted Monday, September 27, 2004 8:29 AM with 0 Comments

Documentation that shows up in the XML Editor
The XML Editor of Visual Studio 2005 shows the elements that are allowed according to the XML Schema. The editor not only shows the elements and attributes that are possible where the cursor is positioned, it also shows some documentation about the elements Read More
posted Sunday, September 26, 2004 1:37 PM with 2 Comments

Creating Word Documents with XSLT
Using the Office Schemas it is easy to create Microsoft Word 2003 documents. Let's start with this XML document: <?xml version="1.0" encoding="utf-8" ?><Courses> <Course Number="MS-2524">  <Title>XML Web Services Read More
posted Saturday, September 25, 2004 1:03 PM with 5 Comments

New INETA .NET User Groups in Europe
Since my last blog about new user groups in Europe, INETA was growing again. Strong in Germany and the UK! Norway, NNUG Kristiansand Sweden, Sweden .NET User Group UK, Thames Valley User Group.net UK, VBug South West User Group UK, VBUG - UK Midlands Read More
posted Friday, September 24, 2004 5:34 PM with 0 Comments

XSLT: Converting multiple elements to one attribute
I've received a question how to convert multiple XML elements to a values for a single attribute. Here is the information about how this can be done with XSLT. The XML source: <Article> <Head>  <Title>.NET Enterprise Read More
posted Friday, September 24, 2004 9:14 AM with 2 Comments


Powered by Community Server, by Telligent Systems