|
|
|
|
An Introduction to LINQ - Part 3 Specifically it focused on the retreival of relational data for display purposes. This installment will shift gears and focus on the XML aspects of LINQ, known as XLINQ. To start with, you will learn the basics of XLINQ (XML Query extensions of LINQ) ... www.15seconds.com · 09/2006
An Introduction to LINQ - Part 2 In of this series on LINQ, you learned all the basics of LINQ including type inference, Lamda expressions, extension methods, and anonymous types. With that background, this installment will now focus on the use of LINQ in querying relational data. Sp ... www.15seconds.com · 07/2006
An Introduction to LINQ - Part 1 C# developers never need to learn the native T-SQL syntax. As mentioned before XLinq enables you to query XML data. Using XLinq, you can query all customers whose last name starts with an "A" in the following fashion: from c in customerXml.Descendants ... www.15seconds.com · 07/2006
XLinq Part 1: Classes and Methods XLinq, one of a set of extensions to .NET languages, improves on the XML DOM in both flexibility and expressive power. This article series shows you how to take advantage of XLinq in your own applications. www.devx.com · 07/2006
LINQ At PDC 2005, Microsoft introduced brand new technology known as LINQ, which stands for “Language Integrated Query.” The feature-set hiding behind this acronym is truly mind-boggling and worthy of a lot of attention. In short, LINQ introduces a query l ... www.code-magazine.com · 04/2006
|
|
|
|
WCF Essentials-A Developer's Primer Windows Communication Foundation (WCF) provides a run-time environment for your services, enabling you to expose CLR types as services and to consume services as CLR types. www.code-magazine.com · 06/2006
Windows Communication Foundation, ehemals Indigo Vereinbarungen sind wichtig, ja essenziell. Im richtigen Leben wie in der Softwareentwicklung. Auch mit der Windows Communication Foundation wird der Kontrakt zur wichtigsten Vereinbarung bei der Kommunikation zwischen Anwendungen. Ohne eine explizite ... www.dotnetpro.de · 11/2005
|
|
|
|
Hosting Windows Workflow This article shows how to configure and use the scheduling, persistence, and tracking services provided by Windows Workflow. We also look at the tracing and diagnostic features of the runtime. www.odetocode.com · 08/2006
Get Your Code Flowing Faster with Windows WorkFlow Foundation Activities, decisions, and rules often feel like constraints for human beings, but for applications they are the lifeblood of making things work. Windows Workflow Foundation presents a new programming paradigm that lets these declarative principles gu ... www.devx.com · 07/2006
Hello, Workflow An introduction to Windows Workflow (WF). www.odetocode.com · 03/2006
Windows Workflow Foundation Auf der vergangenen PDC hat Microsoft Windows Workflow Foundation (WWF) – ein Workflow-framework – vorgestellt, das neben Avalon (WPF) und Indigo (WCF) unter Windows Vista und auch unter Windows XP zur Entwicklung bereit stehen wird. Klaus Aschenbrenn ... www.dotnetpro.de · 01/2006
|
|
|