LINQ
Tag details
Welcome to the 'LINQ' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'LINQ'.
Look up
"LINQ"
at The Free Dictionary
Latest blogosphere posts tagged “LINQ”
-
Problems with RIA Services (Feedback for July 2009 CTP)
Critical Development —
Authority: 91
RIA Services ( new home page ) is a collection of tools and libraries for making Rich Internet Applications, especially line of business applications, easier to develop. Brad Abrams did a great presentation of RIA Services at MIX 2009 that touches on querying, validation, authentication, and how to share logic ...10 hours ago -
Converting From System.Data.Linq.Binary to String and Back
PeterKellner.net —
Authority: 416
Just a quick post in case anyone is wasting 10 minutes figuring out how to do this. For me, this came up because in Sql Server 2008, NVARCHAR(MAX) is 4000 characters and I needed... This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming1 day ago -
Linking Zune media items with LinQ, Part 2 (Matt Gertz)
The Visual Basic Team —
Authority: 481
In this post, I’ll continue on with coding the new playlist shuffler. If you haven’t read part 1 yet, I highly recommend it so that this post will make more sense. J Code for the controls (continued) The Title TextBox When the title changes, we’ll want to indicate that the playlist has ...2 days ago -
Linking Zune media items with LinQ, Part 1 (Matt Gertz)
The Visual Basic Team —
Authority: 481
Way back in October 2007, I wrote up a few posts ( here and here ) on my experiments with the Windows Media Player object model. The problem I was trying to solve was that, when I had a playlist set to “shuffle,” WMP would break up songs that should always play together (for example, Jackson ...3 days ago -
Multiple outputs from T4 made easy – revisited
DamienG —
Authority: 389
My multiple outputs from t4 made easy post contained a class making it easy to produce multiple files from Visual Studio’s text templating engine (T4). While useful it had a few issues: Getting start/end blocks mixed up resulted in unpredictable behaviour Files were rewritten even when content did not change ...4 days ago -
LINQ tools on the Toolshed
Thinq Linq —
Authority: 406
This summer at the Jacksonville Code Camp, I had the pleasure of being part of the taping of Russ Fustino’s Toolshed. Finally, the episode has been posted on Channel9 for you to enjoy. Here’s the overview of the episode. Toolshed: Episode 5 - Its All About The Tools TV Show Episode 5 has killer content ...4 days ago -
LINQ shortcut when using Silverlight and ADO .NET Data Services
Stephen Forte`s Blog —
Authority: 523
I have a simple demo application that uses ADO.NETData Services as a data service back end for a Silverlight application. My ADO.NET Data Service uses the Entity Framework to map the Northwind database tablesof Customers, Orders, and Order Details. Once the Silverlight applications sets aservice reference to the ...1 week ago -
Parallel LINQ (PLINQ) with Visual Studio 2010
Leniel Macaferi's blog —
Authority: 103
On the last day of May I wrote about how to calculate prime numbers with LINQ in C# . To close that post I said that I’d use the PrimeNumbers delegate to evaluate PLINQ (Parallel LINQ) and measure the performance gains when the same calculation is done in parallel instead of in a sequential fashion. As ...1 week ago -
Simple way to cache objects and collections for greater performance and scalability
MSMVPS.COM —
Authority: 642
Caching of frequently used data greatly increases the scalability of your application since you can avoid repeated queries on database, file system or to webservices. When objects are cached, it can be retrieved from the cache which is lot faster and more scalable than loading from database, file or web service. ...1 week ago -
Which ORM? LINQ To SQL, Entity Framework? LLBLGen? NHibernate?…?
Guru Stop —
Authority: 404
While I was planning to write about the same topic and have the draft ready in my Windows Live Writer waiting to complete, I found an interesting question in StackOVerflow and couldn’t just resist to answer: ORM/Persistence layer Advice The question starts with: Im starting a new project and Im ...1 week ago -
Speeding up data access by using Linq to SQL or EF
YTechie - C#, ASP.NET, and Adobe Flex Blog —
Authority: 441
Recall that LINQ based object relational mappers (ORM) use expression trees to effectively translate your C# (or other language) LINQ code into SQL. Many DBA’s and developers that don’t fully understand this technology are often quick to discredit it. I’m going to show how significant performance, simplicity, ...2 weeks ago -
.Net Framework 4.0: System.IO.File supports now IEnumerable
Gunnar Peipman's ASP.NET blog —
Authority: 486
.Net Framework 4.0 adds also some new and cool features to file system objects. File class has now ReadLines() methods that returns IEnumerable . WriteAllLines() methods has two overload methods that accept IEnumerable instead of strings array that was also supported in previous versions of .Net Framework. ...2 weeks ago -
LINQ and Entity Framework Posts for 10/19/2009+
OakLeaf Systems —
Authority: 526
Note: This post is updated weekly or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman created a Screencast – What’s new in the Entity Data Model Designer in VS2010 and posted it on 10/23/2009. Here’s her description and a ...2 weeks ago -
OakLeaf Blog Joins Technorati’s “Top 100 InfoTech” List
OakLeaf Systems —
Authority: 526
Despite the lowly 38 authority reported for several days by the Technorati widget to the left, a visit to the OakLeaf Systems Site Details page on 10/24/2009 reveals Techorati Authority: 511 and membership in the TOP 100 INFOTECH group for the OakLeaf Systems blog: On the same day, Technorati ranked the ...2 weeks ago -
Getting the MethodInfo of a generic method using Lambda expressions
Functional Fun —
Authority: 106
Getting hold of the MethodInfo of a generic method via Reflection (so you can invoke it dynamically, for example) can be a bit of a pain . So this afternoon I formulated a pain-killer, SymbolExtensions.GetMethodInfo. It’s not fussy: it works for non-generic methods too. You use it like this: internal ...2 weeks ago -
Setting DataContext Connection String in Data Tier
Thinq Linq —
Authority: 406
LINQ to SQL offers a quick mechanism to build a data tier in a n-Tier application. There’s a challenge when using the DBML designer in a Class Library. The designer stores the connection string in the Settings file. Although it appears that you can change it in the config file, any changes you make there will be ...2 weeks ago -
Checking to see if a list item exists in SharePoint 2010
Corey Roth - DotNetMafia.com - Tip of the Day —
Authority: 125
This is another topic that is quite dear to most SharePoint developers. We’ve all been there. We want to know if a list item exists and the indexer is useless. It throws an exception should we attempt to access an item that does not exist. Well as we discovered this week there is a new TryGetList method ...2 weeks ago -
Forganizer - unobtrusive network file organizer - new open source project
naspinski —
Authority: 103
An unobtrusive intranet ASP.NET MVC application for logically tagging, organizing and searching network files in one centralized location with a fast and simple interface Me and some friends have a network set up where we share movies and music. This is a Windows domain network and we all simply share our ...2 weeks ago -
Populating a DataGridView from Xml Data
MSMVPS.COM —
Authority: 642
If you are using XML in a WinForms application you may find the need to display the XML data in a DataGridView. Lets take this XML: CA 1850 Schwarzenegger WI 1848 Doyle ...2 weeks ago -
Microsoft Unveils SharePoint Server 2010 and Showcases New Functionality
Daily Connect —
Authority: 436
Microsoft Corp.’s SharePoint Conference, Microsoft Chief Executive Officer Steve Ballmer announces that the public beta of Microsoft SharePoint Server 2010 and Microsoft Office 2010 will become available in November Follow the technology world at Daily Connect.3 weeks ago