-
Re: [Bug] Pasting quickly at start
Reproducible; if timing is an issue just press and hold CTRL-V at splash screen. Works with arbitrary text in clipboard, e.g. asdfasdf: (View Post) -
Re: OData service for demo
Another example: http://services.odata.org/Northwind/Northwind.svc (View Post) -
Re: LIINQPad 5 Database Connections
Define "broken".. Are all your connections lost? Are the passwords incorrect? Do you get an error in populating the data source? For further analysis.. what kind of connection is used? What… (View Post) -
VB Statements(s) mode does not (automatically) evaluate expression for selected text
In C# you can select a (single) word and it will be evaluated instead of executed: Could this me possible for VB too? Currently not working: v5.04.00 (View Post) -
Re: LinqKit PredicateBuilder Examples
List<T> has no Where(Expression) definition, you can work around this two ways: 1. The nutshell examples are based on db entities which are Linq.Table<T> classes. This class implements th… (View Post)