Found this lovely regular expression tester:
http://derekslager.com/blog/posts/2007/09/a-better-dotnet-regular-expression-tester.ashx
Tuesday, November 30, 2010
Castle ActiveRecord + Linq = Programming goodness.
I love linq and lamda's. Combined linq with AR for the first time today to get this gem:
var existing = from s in ActiveRecordLinq.AsQueryable<ScannedEntity>()
where s.FileName == f.FullName
select s;
WTH?!?
I'm going to use this as yet another blog in programming. I will (hopefully) use it to display any coolness or things I found difficult to figure out.
Subscribe to:
Comments (Atom)