linqpad
LINQPad 4 doesn't know about HttpUtililty - how to resolve?
I recently started using LINQPad to test bits and pieces and its a great time saver. However, some开发者_开发问答times it gives me some errors with minor things.[详细]
2023-02-10 15:24 分类:问答How can I see warnings in Linqpad?
When 开发者_如何学CI create C# Programs in LinqPad, I would like to see the warnings from the compiler. It already shows error messages. How can I see the warnings?LINQPAD is not a full blown IDE to s[详细]
2023-02-10 02:54 分类:问答Connect Linqpad to Entity Framework without using Odata
I\'m weak on my fundamentals here, so feel free to let me know if I\'m making any bizarre/false assumptions: I\'m working on a project with WCF data services and due to the limitations of Odata as a q[详细]
2023-02-09 07:53 分类:问答Possible to clear the LINQPad results window with code?
Using LINQPad, using the extension method Dump(), Console.WriteLine or Debu开发者_开发技巧g.Writeline, the values will appear in the results window.[详细]
2023-02-08 20:08 分类:问答Can LinqPad connect to an mdf file?
Can LinqPad query from a loose mdf file?How would it happen开发者_如何转开发? (Joe Albahari, are you out there?)Yes. Choose Linq to SQL. Then there\'s Attach Database File.[详细]
2023-02-07 08:33 分类:问答Is it possible to define a usable Object Context variable in LINQPad?
I\'d like to be able to write against an object context variable within linq pad so the code is identical to what I\'ll be using in my production code. For instance if my object 开发者_JAVA百科context[详细]
2023-01-31 14:06 分类:问答Is it possible to use LinqPad with a code-first model
In the past It\'s been easy to set a connection in LinqPad to a custom assembly that had EF model.Linqpad looks for a that 开发者_Go百科is based on System.Data.Objects.ObjectContext which doesn\'t exi[详细]
2023-01-30 21:38 分类:问答Can LINQPad run SQL Queries on OData?
I can run LINQ queries successfully to retrieve data from OData providers. I\'m not able 开发者_开发百科to run SQL queries with OData. Since I\'m behind who knows how many firewalls at work, I\'m not[详细]
2023-01-30 03:42 分类:问答how can I 'walk' the relationships between tables in LINQ?
Let\'s say I have three tables: Office ID SalespeopleOffice ID OfficeID PersonID People ID ManagerID[详细]
2023-01-29 03:06 分类:问答LINQPAD trying to specify SQL Server Compact 4 databases
I have 2 SQL Server Compact 4 databases (sdf files) that I\'m trying to query using LINQPAD v4.28.2 (with autoco开发者_如何学Gompletion option). I opened the 2 sdf files in LINQPAD but when I try to s[详细]
2023-01-25 23:57 分类:问答