 |
LINQPad was introduced in 2007 and nowadays it is a very mature tool which should be in the toolbox of every .NET developer. Version 1.35 offers new connection providers and it has native support for LINQ to SQL and the ADO.NET Entity Framework data models. It also provides new query types like SQL and Entity-SQL. In this small article I will highlight some of the new features. more
2009-04-14 - English - .NET, LINQPad, LINQ, Entity Framework
|
 |
This small article contains a few C# scripts which can be executed in LINQPad to clean up and organize Outlook mailboxes. If you want to keep Outlook performing as fast as possible and to reduce the size of mailboxes then these scripts and my OutlookProvider component can simplify this job. more
2009-01-24 - English - .NET, Office, Outlook, LINQ, LINQPad
|
 |
A while ago I was looking for a way to query Excel with LINQ. I needed a simple solution that allowed me to query tables in Excel worksheets in a tool like LINQPad. This article will describe how I implemented my ExcelProvider and it will demonstrate its features by giving an example of a LINQ query and the result in LINQPad. more
2008-12-17 - English - .NET, Office, Excel, LINQ, LINQPad
|
 |
Second part of my series of articles about the ADO.NET Entity Framework. This article covers a few handy testing and learning tools like eSqlBlast and LINQPad. It also describes a few techniques on how to view the generated T-SQL statements when executing Entity SQL or LINQ to Entities queries. more
2008-02-06 - English - .NET, Entity Framework, LINQPad
|
 |
This short article is an addition to my 'Querying Outlook and OneNote with LINQ' article. It describes how you can utilize the free LINQPad tool to execute queries on Office data. more
2007-11-25 - English - .NET, Office, Outlook, OneNote, LINQ, LINQPad
|
 |
An article about LINQ to SQL with examples of how to use the LINQPad tool and how to implement inheritance with LINQ. more
2007-09-09 - English - .NET, LINQ to SQL, LINQPad
|