On The Insider: Michael Jackson In Wheelchair
1 Resources for

system.xml.linq namespace

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Access XML data using LINQ to XML
I have covered the basics about .NET Language-Integrated Query LINQ and provided information on working with a SQL Server backend via LINQ. This article focuses on what I think is one of the more exciting aspects of the LINQ technology: working with XML. LINQ to XML offers a cleaner approach...
Tags: Microsoft Access, Node, Site, XML-Data, LINQ, System.Xml.Linq Namespace, XDocument, Site Element, Code Snippet, XML, Software/Web Development, Web Development, Tony Patton
Blog posts 2008-01-22

Additional Resources

MSDN Webcast: .NET Language Integrated Query (Level 100)
Language Integrated Query LINQ provides the ability to write query expressions directly within Microsoft Visual C# or Visual Basic. LINQ makes it significantly easier to query and access all types of data. This webcast introduces to LINQ and teach about several different flavors of LINQ, including LINQ to Objects and...
Tags: Microsoft Developer Network, Microsoft .NET, Webcast, LINQ
Webcasts 2008-02-28
MSDN Webcast: Framework Masterclass: LINQ to XML (Level 200)
This webcast explores how LINQ can help to develop XML applications. It covers the basics of the XML helper functions, and it also dives into deeper topics.
Tags: Microsoft Developer Network, Webcast, LINQ, XML, Software/Web Development, Web Development
Webcasts
MSDN Webcast: geekSpeak: Inside LINQ to XML With Paul Sheriff (Level 200)
The presenter of this webcast, Microsoft Regional Director, explains how to put LINQ to XML to work in the applications.
Tags: Microsoft Developer Network, Webcast, Microsoft Corp., LINQ, XML, Software/Web Development, Web Development
Webcasts 2008-04-16
MSDN Webcast: LINQ for Mobile Devices (Level 200)
Language Integrated Query LINQ is a general-purpose query mechanism that is built directly into the C# and Visual Basic .NET languages. This webcast introduces LINQ and discuss how the Microsoft .NET Compact Framework CF LINQ implementation compares to that of the full Microsoft .NET Framework. With the variety of demonstrations,...
Tags: Microsoft Developer Network, Webcast, Mobile, Mobile Device, LINQ
Webcasts 2008-02-27
Live From Redmond: VB9 - Introduction to LINQ in Visual Basic
LINQ stands for Language Integrated Query and it allows querying over things like objects, databases and XML in a standard way with a new syntax available in the latest versions of Visual Basic and C#. The attendee will learn how to get started writing LINQ queries using the simple but...
Tags: Microsoft Visual Basic, LINQ, Microsoft Development Tools, XML, Programming Languages, Development Tools, Software Development, Software/Web Development, Web Development
Webcasts 2008-03-07
XML Schema: Understanding Namespaces
As defined by the W3C Namespaces in XML Recommendation, an XML namespace is a collection of XML elements and attributes identified by an Internationalized Resource Identifier IRI; this collection is often referred to as an XML "Vocabulary." One of the primary motivations for defining an XML namespace is to avoid...
Tags: Namespace, XML Schema, XML, Software/Web Development, Web Development
White papers
MSDN Webcast: Using LINQ With Relational Data (Level 100)
One of the most common forms of data used in applications today continues to be relational data that is stored in various database systems such as Microsoft SQL Server. The attendee of this webcast will learn about the flavors of LINQ that are designed to access relational data including LINQ...
Tags: Microsoft Developer Network, Webcast, LINQ
Webcasts 2008-03-13
MSDN Webcast: geekSpeak: LINQ Migration Strategies With Jim Wooley (Level 200)
For those who have probably seen how LINQ is revolutionizing the way to retrieve and update information from a Microsoft .NET Framework application, they should learn the best ways to use LINQ in their current applications and architectures. The presenter of this webcast shows some common scenarios and strategies to...
Tags: Strategy, Microsoft Developer Network, Webcast, Migration, LINQ
Webcasts 2008-04-02
MSDN Webcast: LINQ Features in Visual Studio 2008 (Level 200)
For those who think they have heard all there is to know about Microsoft .NET Language-INtegrated Query LINQ? Think again! This webcast dazzles and amazes the attendee with the staggering array of wondrous tools to make the LINQ experience a memorable one.
Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio 2008, Microsoft Corp., LINQ
Webcasts 2008-04-17
Linqer (zip)
Linqer is a SQL to LINQ converter tool. It will help you to learn LINQ and convert your existing SQL statements. Not every SQL statement can be converted to LINQ, but Linqer covers many different types of SQL expressions. Current Linqer version supports C# language only not Visual Basic yet....
Tags: SQL, LINQ, Linqer, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2008-06-22
MSDN Webcast: Framework Masterclass: LINQ to SQL (Level 200)
Microsoft .NET Language Integrated Query LINQ provides a common way to work with data in applications. This session dives into how LINQ provides methods to work with Structured Query Language SQL databases, including how to query, insert, and manage data using the LINQ framework.
Tags: Microsoft Developer Network, Webcast, SQL, LINQ
Webcasts
MSDN Webcast: The .NET Language Integrated Query (LINQ) Framework (Level 300)
The attendee of this webcast will learn how to use the .NET Framework to build better end-to-end solutions using the DinnerNow.NET sample application. From a Windows Presentation Foundation client to a Windows Modern, applications operate on data in several different forms: relational tables, XML documents, and in-memory objects. Luca Bolognese,...
Tags: Microsoft Developer Network, Microsoft .NET, Webcast, Microsoft Corp., LINQ
Webcasts
The LINQ Project: .NET Language Integrated Query
.NET Language Integrated Query adds query capabilities to the CLR and languages that target it. The query facility builds on lambda expressions and expression trees to allow predicates, projections, and key extraction expressions to be used as opaque executable code or as transparent in-memory data suitable for downstream processing or...
Tags: Microsoft .NET, LINQ, .NET Language Integrated Query, Query Facility
White papers 2005-09-01
Live From Redmond: VB9 - Conquering XML With LINQ to XML
XML programming is central to writing data-centric applications; it permeates the presentation tier (XAML, XHTML), communications layer (REST, RSS, WCF), is present on the server tier XML on SQL, and is used regularly for general purposes (configuration, logging, persistent stores.) But XML is not a tame data format, peculiarities like...
Tags: LINQ, XML Programming, XML, Software/Web Development, Web Development
Webcasts
Easily manipulate data with LINQ
The buzz around .NET Language-Integrated Query LINQ is hard to ignore, especially since Microsoft is embracing it with the latest release of the .NET platform (beginning with C# 3.0 and Visual Basic 9.0) and Visual Studio 2008. LINQ basically provides data access via the developer's language of...
Tags: Tony Patton
Blog posts 2008-01-08
MSDN Webcast: LINQ in Visual Studio 2008 (Level 300)
Modern applications operate on data in several different forms: relational tables, XML documents, and in-memory objects. Each of these domains can have profound differences in semantics, data types, and capabilities, and much of the complexity in today's applications is the result of these mismatches. The presenter explains how Microsoft Visual...
Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio 2008, Microsoft Corp., Data Access, LINQ, Microsoft Development Tools, C#, XML, Development Tools, Software Development, Software/Web Development, Programming Languages, Web Development
Webcasts 2008-02-14
MSDN Webcast: Introduction to Microsoft .NET Language Integrated Query, Code-Named the "LINQ" Project (Level 200)
The Microsoft .NET Language Integrated Query, code-named the "LINQ" project, is a set of extensions to the Microsoft .NET Framework that encompass language-integrated query, set, and transform operations. LINQ extends Microsoft Visual C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of...
Tags: Microsoft Developer Network, Microsoft .NET, Webcast, Microsoft Corp., LINQ
Webcasts
XML Options in Microsoft SQL Server 2005
This paper provides the user with the different options for handling XML in SQL Server 2005. The System.Xml namespace, SQLXML, and the XML data type are discussed with the relative benefits and limitations of each, and include sample scenarios. The performance exhibited in ideal scenarios enables the user to choose...
Tags: Microsoft SQL Server, Microsoft Corp., Microsoft SQL Server 2005, XML, Software/Web Development, Web Development
White papers 2005-01-01
Live From Redmond: VB9 - Deep Dive Into LinQ
This webcast will dive into details how the LinQ features work. In the process, the presenter will discuss anonymous types, type inference, inline functions, extension methods, and how these features work together to give the programmers the LinQ experience. In addition, the presenter will demo how these features can be...
Tags: LINQ
Webcasts 2007-05-09
  • << Previous
  • page 1 of 1
  • Next >>


Microsoft Excel - Advanced Functionality
This Microsoft Excel - Advanced Functionality presentation is a preformatted solution for training staff to maximize Microsoft Excel's more advanced f ...
Buy Now
Troubleshooting A Failed Hard Drive Power Checklist
The hard drive is one of the most important components in a computer because this is where most of us store all our data. As a result, hard drive prob ...
Buy Now

The Green Enterprise