python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Linqpad keyboard-shortcuts for cycling through the result panels
I am looking for the keyboard-shortcuts for cycling through the result panels. I have plenty of queries that dump intermediate results into different datagrids. I would like to have a keyboard shortcu...
souplex
Votes: 0
Answers: 1
Static Hangfire RecurringJob methods in LINQPad are not behaving
I have a script in LINQPad that looks like this:
var serverMode = EnvironmentType.EWPROD;
var jobToSchedule = JobType.ABC;
var hangfireCs = GetConnectionString(serverMode);
JobStorage.Current = new Sq...
Terry
Votes: 0
Answers: 1
Is it possible to add cs file references in LinqPad?
I know I can add assemblies to LinqPad and I know I can paste in classes in queris, but is it possible to add CSharp class files(cs) and reference these in a query window?
I tried to a few classes but...

Thomas Adrian
Votes: 0
Answers: 1