Shawn Cicoria - CedarLogic

Perspectives and Observations on Technology

Recent Posts

Sponsors

Tags

General





Community

Email Notifications

Blogs I Read

Archives

Other

Use OpenDNS

Browse by Tags

All Tags » LINQ (RSS)
Emitting XML via LINQ
Just posted about reading XML via LINQ. Now, this post is about the opposite direction - emitting XML from a collection. The simplicity of LINQ provides a straightforward interaction with XML makes LINQ to XML for me one of the easiest and most natural...
Posted: 12-03-2008 4:47 AM by cicorias | with no comments
Filed under:
LINQ to XML - retrieving Element values with varying namespaces...
Recently I had to deal with some XML supplied to a development group that wasn't the greatest in structure.  For one, there was inconsistent use of namespaces and each repeating element had the namespace duplicated. The goal was to retrieve from...
Posted: 11-24-2008 4:06 PM by cicorias | with no comments
Filed under: ,
Learning LINQ - No excuses
There are really a whole bunch of great resources out there that help the community get up & running with LINQ. Personally, with all the additional providers that I've seen ( Qak Leaf List ) - several of which I see great use for - LINQ to SharePoint...
Posted: 03-13-2008 6:58 AM by cicorias | with no comments
Filed under: , , ,
Parallel Computing - NY Times Article and the .NET Parallel Extensions.
A timely article appeared in the NY Times today ( link ) regarding Parallel computing as the next key factor in keeping up with the ever demanding needs of getting things done faster.  As the article points out, the single CPU processor can't address...
Posted: 12-17-2007 2:38 PM by cicorias | with no comments
Filed under: , ,
Query SQL (or any LINQ Provider) Using LINQPad...
Here's a cool tool that provides an interactive LINQ environment that you can use to develop queries against LINQ sources (SQL, Objects, XML, etc.). If you're working with LINQ and need an environment that supports both expression and language statements...
Posted: 12-15-2007 1:44 PM by cicorias | with no comments
Filed under: , ,
LINQ an aid to FoxPro (dBase, Clipper...) folks...
I didn't really think of the connection until I read this post from the Oak Leaf folks... http://oakleafblog.blogspot.com/2007/04/linq-featured-in-redmond-developer-news.html dBase, then Clipper (from Nantucket) was my first development environment on...
Posted: 04-06-2007 5:55 AM by cicorias | with no comments
Filed under: , , ,
LINQ for NHibernate...
Here, in the continued foray into LINQ and the 3.5 (Orca's) release, is an implementation of LINQ over NHibernate. http://ayende.com/Blog/archive/2007/03/16/Linq-for-NHibernate.aspx Oren Eini provides a starting point, if not a great example of how LINQ...
Posted: 04-04-2007 3:12 AM by cicorias | with no comments
Filed under: , , ,
LINQ is seemingly more powerful than simple ORM
It seems the LINQ guys have done a great job of optimization inside of the LINQ namespace (System.Linq). http://blogs.msdn.com/jomo_fisher/archive/2007/03/28/fast-switching-with-linq.aspx If you take a look at this post, then subsequent comments and a...
Posted: 04-04-2007 2:47 AM by cicorias | with no comments
Filed under: , , ,