Home

Create namespaces within LINQPad?

I realize LINQPad can reference namespaces of existing .NET assemblies that are externally referenced. But I'd like to be able to create my own namespaces within LINQPad.

I like to create my code LINQPad before transferring it over to Visual Studio. It's much easier to debug in LINQPad IMHO, than in Visual Studio, especially when dumping complex variables with the Dump() method. But my code is large enough that it needs to be broken up into different namespaces. Perhaps I'm using LINQPad in ways it wasn't designed for?

Perhaps a better solution is creating a LINQPad visualizer in Visual Studio? I remember reading about it years ago.

TIA Steve

Comments

Sign In or Register to comment.