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


Data & XML (RSS)

Data & XML
XPS Printing
I've stored an invoice from the Internet as XPS for later printing. Now printing with the XPSViewer.exe fails with an exception because it demands permission for UnmanagedCode. Instead trying to find a fix for the application I've written a small program Read More
posted Saturday, May 24, 2008 1:26 PM with 0 Comments

Twelve Core Processors in 2010
The AMD Server Workstation Roadmap lists processors with 6-core (Istanbul, 2009), and twelve-core (Magny Cours, 2010). Parallel computing is becoming more and more important, e.g. Parallel LINQ. Christian Read More
posted Thursday, May 08, 2008 11:24 AM with 1 Comments

SQL Server 2008 @ .NET User Group Austria
Bei der .NET User Group Austria geht's am Donnerstag, 27. März um SQL Server 2008: usergroups.at New Data Types (DATE, TIME, FILESTREAM, Spatial, HierarchyID Table Valued Constructors Table Valued Parameters Data Compression MERGE T-SQL Change Read More
posted Wednesday, March 26, 2008 10:46 PM with 0 Comments

LINQ to XSD Alpha 0.2
It took some time after the first alpha (which was available for Beta 1 of Visual Studio 2008) - now a new version of LINQ to XSD is here: LINQ to XSD Alpha 0.2 Christian Read More
posted Friday, February 22, 2008 2:23 PM with 0 Comments

LINQ with joins
Dan Wahlin posts about LINQ and Lambdas and Sprocs... Oh My! With his post he defines a complex LINQ query to join several tables from the Northwind database: public IEnumerable GetOrderDetails(int orderID) {   NorthwindDataContext db = this.DataContext; Read More
posted Monday, February 18, 2008 11:58 PM with 1 Comments

LINQ to XSD
Scott Hanselman likes the VB 9 support of integrating XML in the language. That's why he found a way to create mixed language assemblies. Another option to get strongly typed XML support to C# is by using LINQ to XSD. Using this is there still an advantage Read More
posted Monday, October 08, 2007 8:29 AM with 0 Comments

dotnetpro - LINQ Video
In der aktuellen Ausgabe der dotnetpro gibt es ein dotnetpro.tv Video zu LINQ! Read More
posted Saturday, October 28, 2006 2:41 PM with 0 Comments

More LINQ
Scott Guthrie has some great information on using LINQ with ASP.NET. Read More
posted Monday, May 15, 2006 9:53 AM with 7 Comments

LINQ Part 5 - Custom Extension Methods
LINQ Part 5: how to use custom extension methods with query expressions. Read More
posted Monday, April 17, 2006 11:41 PM with 1 Comments

LINQ vs. XQuery
What's the difference between XQuery and LINQ? Read More
posted Friday, April 14, 2006 7:36 PM with 6 Comments

LINQ Part 4 - What's behind a query expression?
LINQ part 4 shows what's behind query and lambda expressions. Read More
posted Thursday, March 30, 2006 4:13 PM with 6 Comments

LINQ Part 3 - Filtering and Sorting XML
LINQ part 3 shows filtering and sorting XML data using XLINQ and XSLT. Read More
posted Friday, March 17, 2006 12:56 PM with 12 Comments

LINQ Part 2 - Filtering & Sorting Using Data from the Database
Part 2 of the LINQ series shows show to filter and sort using data from the database. Read More
posted Monday, March 13, 2006 5:28 PM with 10 Comments

LINQ Part 1 - Filtering & Sorting Object Lists
Today accessing object lists, databases, and XML requires a different syntax for every of these technologies. LINQ (Language Integrated Query) makes it possible to use the same syntax accessing all of these technologies. In this and some follow-on blog Read More
posted Saturday, March 11, 2006 10:06 AM with 7 Comments

Windows Workflow Foundation
Did you miss something like activity diagrams with Visual Studio? Visual Studio 2005 includes some cool designers such as a class designer, application designer, system designer... There's a good reason an activity diagram is missing. A diagram that can Read More
posted Wednesday, September 14, 2005 7:49 PM with 0 Comments

Office 12
Office 12 was one of the products that was demonstrated at Bill Gates PDC keynote. When users have been asked about the features they would like to have in the new Office version, 9 out of 10 users asked for features that are already available. So the Read More
posted Wednesday, September 14, 2005 4:31 AM with 0 Comments

Microsoft Max
At PDC keynote Microsoft Max was shown. Jim Allchin asked a team of six developers to create a sample application using WinFX. The result is Microsoft Max, a cool picture sharing application! This application makes use of WCF for peer-to-peer communication, Read More
posted Tuesday, September 13, 2005 9:57 PM with 2 Comments

WinFX Namespaces
Yesterday evening I arrived in Los Angeles (some hourse later than expected because of a cancelled flight). Sunday morning I checked in at PDC. In the bag there's an interesting poster about the major namespaces of WinFX. Here I'm skipping Read More
posted Sunday, September 11, 2005 7:09 PM with 0 Comments

Getting Data from Excel 2003
Lately I've posted about creating Word documents with XSLT. Office 2003 has another cool XML feature: I needed data from an Excel sheet in a special format for processing. With XML schemas this can be done very easily: Create an XML schema With the Excel Read More
posted Sunday, October 17, 2004 11:52 PM with 1 Comments

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

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

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

ObjectSpaces and transparency
Andrew Conrad has some good notes about ObjectSpaces transparency and delay loading. Christian Read More
posted Saturday, May 01, 2004 10:43 AM with 0 Comments

ADO.NET 2.0 Features
Tim Sneath blogs about ADO.NET 2.0 features. Christian Read More
posted Wednesday, April 28, 2004 10:22 PM with 0 Comments

ObjectSpaces - The Move from XPath to OPath
Matt Warren blogs about why the ObjectSpace team did the move from XPath to OPath: The Power of the Dot. Great post! I think ObjectSpaces is a great technology that will play an important role with enterprise applications. See my blog about Enterprise Read More
posted Wednesday, February 18, 2004 10:06 PM with 2 Comments

Filling DataSets with Multiple Tables
Filling a DataSet with multiple tables can be done by sending multiple requests to the database, or in a faster way: Multiple SELECT statements can be sent to the database server in a single request. The problem here is that the tables generated from Read More
posted Wednesday, October 22, 2003 12:21 PM with 2 Comments


Powered by Community Server, by Telligent Systems