DotNetShoutout - Stories tagged with LinqPad
7
Shouts

Writing Entity Framework queries using LINQPad

published 795 days, 19 hours, 7 minutes ago posted by lukus7lukus7 797 days, 5 hours, 14 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Thursday, March 17, 2011 5:07:56 AM GMT
I describe using the LINQPad tool to write LINQ entity framework queries. The ORM may abstract you from writing SQL but the way your queries are executed by the SQL engine is as important as ever! (more)
category: How To | clicked: 2 | comment | | source: instantiate.co.nz
tags: LinqPad, Entity Framework, Linq, ORM
8
Shouts

Using LINQPad to Query Stack Overflow - Nick Berardi's Coder Journal

published 1072 days, 23 hours, 44 minutes ago posted by http://www.managedfusion.com/http://www.managedfusion.com/ 1073 days, 11 hours, 18 minutes ago
Monday, June 14, 2010 10:38:05 AM GMT Sunday, June 13, 2010 11:03:50 PM GMT
In case you haven’t read, Stack Overflow and the rest of the Stack Exchange sites are now able to be queried using OData.  This is great because as Jeff points out in the blog post: …if you just want to play with the data, it’s kind of tedious: you have to download the entire 700 plus megabyte archive, import it into some kind of database system — and only then can you even begin thinking about how to query out the results you’re looking for. This hurdle has stopped me from performing some basic querie... (more)
category: Web Dev | clicked: 5 | comment | | source: coderjournal.com
tags: LinqPad, Stackoverflow; Stack Exchange, Linq, OData
5
Shouts

Building a Dynamic LINQ to Entities Compiler (Part 2)

published 1077 days, 1 hour, 25 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1077 days, 18 hours, 23 minutes ago
Thursday, June 10, 2010 8:56:59 AM GMT Wednesday, June 09, 2010 3:58:50 PM GMT
In this article I will continue to explain how to build a dynamic LINQ to Entities compiler for any database provider that supports the Ado.net Entity Framework.  See part 1 of building a dynamic linq to entities compiler for background information. This part of the series will cover using the .Net CodeDom Compiler to dynamically execute LINQ queries against an EF model. We are working on a dynamic LINQ query mechanism for the next major release of VistaDB.  Our goal is to provide a dynamic LINQ executi... (more)
category: Data | clicked: 9 | comment | | source: infinitecodex.com
tags: LinqPad, Entity Framework, VistaDB, Linq
5
Shouts

Using OData , LINQPad, Reactive Extensions (Rx) to query stackoverflow « Naveen's Blog

published 1139 days, 20 hours, 30 minutes ago posted by reshmireshmi 1140 days, 14 hours, 1 minute ago
Thursday, April 08, 2010 1:51:53 PM GMT Wednesday, April 07, 2010 8:20:39 PM GMT
I saw this cool post from Scott Hanselman on creating a OData API for stackoverflow. I use LINQPad more often than anything.   And sometimes when I am not very busy, I also look for unanswered questions in stackoverflow.    I have been playing around with Reactive Extensions. FYI LINQPad 4.0 supports Rx. So I thought how cool will be it if I have to look for unanswered “windbg” questions from stackoverflow , so that I could answer them.  And here is the query var windbgQuestions = from time in Observable... (more)
category: Architecture | clicked: 11 | comment | | source: bit.ly
tags: LinqPad, Reactive Extensions, OData
7
Shouts

LightSpeed and LINQPad: the perfect partners

published 1174 days, 22 hours, 50 minutes ago posted by traskjdtraskjd 1177 days, 7 hours, 59 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Tuesday, March 02, 2010 2:22:39 AM GMT
Today Mindscape released a LINQPad driver for LightSpeed 3.0. This extends LINQPad and allows developers to run LINQ Queries against LightSpeed models which, in turn, allows querying against SQL Server, Oracle, PostgreSQL, Amazon's SimpleDB, MySQL, SQLite, VistaDB, SQL Azure and DB2! (more)
category: Data | clicked: 6 | 1 comment | | source: www.mindscape.co.nz
tags: LinqPad, PostgreSQL, SQL Azure, Oracle, LightSpeed, SimpleDB
9
Shouts

LINQPad updated to support .NET 4.0b2! - Chris Sells

published 1211 days, 20 hours, 48 minutes ago posted by jantujantu 1212 days, 20 hours, 28 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Monday, January 25, 2010 1:54:05 PM GMT
LINQPad has undergone major reengineering to enable expansion of its provider base. The new version features first-class support for: * SQL Azure cloud databases * ADO.NET Data Services endpoints * SQLite databases and MySQL Enterprise and Community databases (via a library based on Matt Warren's IQueryable toolkit) * Arbitrary Entity Framework providers (by specifying a custom connection string and an EDM) * Your own data sources (via an open extensibility model) (more)
category: How To | clicked: 2 | comment | | source: www.linqpad.net
tags: .net 4, LinqPad