![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
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 …
![]() |
Basic Instincts: Increase LINQ Query PerformanceMSDN 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 |
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
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
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
![]() |
Using LINQ to XML to Retrieve Content Controls in Word 2007Eric 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 |
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
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
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
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