CVertex

Stories submitted by CVertex

LINQ & Lambda, Part 4: Lucene.Net(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 3 years, 6 months ago

This post demonstrates how to easily build a Lucene.Net search index from your LINQ to SQL data context and search for items within it using the LINQ to Lucene library. read more...

add a comment |category: |Views: 507

tags: another

ActionDisposable in Action!(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 3 years, 8 months ago

C# 3.0 Action's are applied to thread safe collections. read more...

add a comment |category: |Views: 17

tags: another

LINQ & Lambda, Part 3: Html Agility Pack to "LINQ to XML" Converter(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 3 years, 8 months ago

In this part of the LINQ & Lambda series a pseudo LINQ to HTML parser is created with the HTML Agility Pack and extension method magic. read more...

add a comment |category: |Views: 313

tags: another

LINQ & Lambda, Part 1: iTunes XML Querying(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 3 years, 9 months ago

A simple iTunes XML Parser for finding a friends favourite artists using LINQ to XML. read more...

add a comment |category: |Views: 56

tags: another

LINQ & Lambda(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 3 years, 9 months ago

An innocent, unbeknownst programmer is possessed by the demons of C# 3. How is this young coder going to deal with his exposure to some dark and evil forces? read more...

add a comment |category: |Views: 21

tags: another

A command line interface base class(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 4 years, 1 month ago

A simple base class so you don't have to write any more command line processing loops. read more...

1 comment |category: |Views: 10

tags: another

A more useful UrlBuilder class(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 4 years, 1 month ago

A useful class for building URLs in the pre-MVC days. It derives from System.Net.UriBuilder and makes adding query string parameters a breeze. read more...

add a comment |category: |Views: 90

tags: another