Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

msdn.com » Tags » Linq

Related tags: ado net, asp net, c 3 0, community, csharp, net, orcas, silverlight, visual basic, visual studio 2008

  1. Improving performance of LINQ Queries on large result set

    Swiss MSDN Team Blog - Aug 26, 2008

    On the current MSDN Magazine release there is a nice column of Jared Parsons, who shows a technique to reach maximum performance from a LINQ query on large sets of data in order to avoid typical UI responsiveness

  2. Basic Instincts: Increase LINQ Query Performance

    Basic Instincts: Increase LINQ Query Performance

    MSDN Magazine - Aug 25, 2008

    LINQ is a powerful tool enabling quick filtering data based on a standard query language. It can tear through a structured set of data using a simple and straightforward syntax. In the August 2008 issue of MSDN

    Also tagged: visual basic

  3. Dr. StrangeLinq or How I Learned to Stop Worrying and Love Linq

    Is This Thing On? - Aug 24, 2008

    So, I finally got around to writing this up. Should have done it a long time ago. People have been asking me for a while where LINQ goes. Does it go in the Data Access Layer or in the Business Layer or ...? My stock

    Also tagged: net, data, data access layer

  4. FOLLOW UP: Developer Dinner on .NET Framework 3.5 SP1

    Public Sector Developer Weblog - Aug 22, 2008

    Thanks to everyone who attended! You can download the deck and links to the code here: Normally, I make my actual demo code available for download. However, this time around, my demo code was based on the .NET 3.5

    Also tagged: ajax, ado net, windows communication foundation wcf, windows presentation foundation wpf, net framework 3 5, visual studio 2008, asp net 3 5

  5. ADO.NET Entity: Insert Update and Delete

    Wriju's BLOG - Aug 21, 2008

    For small blogs, it requires more references and explanation, which sometimes are redundant. So I thought of writing single blog which is combination of topics more or less related to one thing. I am exploring ADO.NET

    Also tagged: net, c net, ado net, c 3 0, visual studio 2008, ado net entity framework, linq to entity

  6. Using LINQ to XML to Retrieve Content Controls in Word 2007

    Using LINQ to XML to Retrieve Content Controls in Word 2007

    Eric White's Blog - Aug 21, 2008

    Content controls are an effective way to add structure to word processing documents. You can write a very small LINQ query to retrieve the contents of content controls. This topic in Office Online provides more

    Also tagged: openxml, linq to xml, openxmlsdk, useful code snippets

  7. Data on the Smart Client Talk at Bay.NET UG

    Beth Massi - Sharing the goodness that is VB - Aug 21, 2008

    Last night I spoke to SF Bay.NET user's group on Data Binding in Winforms and WPF, focusing on Line-of-Business (LOB) application scenarios. I showed how you can use the same data sources with Winforms and WPF, walking

    Also tagged: community, wpf, data, winforms, speaking, devcenter, n tier

  8. FOLLOW UP: Developer Dinner on .NET Framework 3.5 SP1

    Gold Coast - Aug 21, 2008

    Thanks to everyone who attended! You can download the deck and links to the code here: Normally, I make my actual demo code available for download. However, this time around, my demo code was based on the .NET 3.5

    Also tagged: asp net, ajax, wpf, wcf, ado net, net framework 3 5, visual studio 2008

  9. Chunking a Collection into Groups of Three

    Eric White's Blog - Aug 19, 2008

    Raw data for a LINQ query doesn’t always come in the form you want. Recently, I had some data like this: string [] source = new [] { "EW", "Eric", "8:00", "DW", "Dave", "9:00", "JA", "Jim", "8:00" }; You

    Also tagged: useful code snippets

  10. Use a Lambda Expression for an Event Handler

    Eric White's Blog - Aug 19, 2008

    You can use lambda expressions to write an event handler, even for classes that predate C# 3.0 and the latest version of the framework. This can shorten your code, and make it easier to read. For example, the code to

    Also tagged: linq to xml, useful code snippets

1  2  3  4  5  6  7  8  9  10