[
https://issues.apache.org/jira/browse/IGNITE-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274506#comment-16274506
]
Pavel Tupitsyn commented on IGNITE-3324:
----------------------------------------
Thin client mode is perfect for this.
> .NET: LINQPad Data Context Driver
> ---------------------------------
>
> Key: IGNITE-3324
> URL: https://issues.apache.org/jira/browse/IGNITE-3324
> Project: Ignite
> Issue Type: New Feature
> Components: platforms
> Affects Versions: 1.6
> Reporter: Pavel Tupitsyn
> Priority: Minor
> Labels: .net
>
> LINQPad can be extended with a custom Data Context Driver:
> http://www.linqpad.net/Extensibility.aspx
> With SQL databases, this displays a tree view (top left) of databases,
> tables, columns, and allows easy strongly-typed queries, as well as raw SQL
> queries in some cases.
> In our case, I imagine the following:
> * User connects to the grid with our Ignite LINQPad Driver
> * List of queryable entities is displayed (one per QueryEntity) - for SQL and
> LINQ queries
> * Separate list of all caches is displayed (regardless of query
> configuration) - for LINQ-to-objects and other raw cache operations (in
> binary mode only)
> This is a low priority integration, but nice and fun one. Something like
> Visor for .NET world with LINQ.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)