Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
re-motion Users
Conversations
About
re-motion Users
Contact owners and managers
1–30 of 174
This group is for questions and comments of developers using
re-motion
(including
re-linq
and
re-mix
).
re‑motion is an open source framework for rapid development of maintainable and extensible .NET enterprise applications.
Mark all as read
Report group
0 selected
Alexander Zaytsev
,
Michael Ketting
2
12/2/18
Re-Linq: Custom result operator's query source name.
Hi Alexander, I'm sorry, I can't really give you a good answer at this point without setting
unread,
Re-Linq: Custom result operator's query source name.
Hi Alexander, I'm sorry, I can't really give you a good answer at this point without setting
12/2/18
Mikael Ørseng
,
Michael Ketting
10
5/15/18
Using re-linq to extend LINQ and modify resulting T-SQL
Cool! Thanks for the update :) Best regards, Michael On Tuesday, May 15, 2018 at 8:52:54 AM UTC+2,
unread,
Using re-linq to extend LINQ and modify resulting T-SQL
Cool! Thanks for the update :) Best regards, Michael On Tuesday, May 15, 2018 at 8:52:54 AM UTC+2,
5/15/18
Toni Wenzel
,
Michael Ketting
2
1/26/18
Release date for version 2.2.0 / Issue RMLNQ-115
Hi Toni, EntityFramework is gearing up towards a release and I'll synchronizing with them, too. I
unread,
Release date for version 2.2.0 / Issue RMLNQ-115
Hi Toni, EntityFramework is gearing up towards a release and I'll synchronizing with them, too. I
1/26/18
Gunnar Liljas
,
Fabian Schmied
2
10/29/17
Detecting whether a resultoperator is applied to the outer query
Hi Gunnar, How do you define "outer query"? The QueryModel returned by re-linq is designed
unread,
Detecting whether a resultoperator is applied to the outer query
Hi Gunnar, How do you define "outer query"? The QueryModel returned by re-linq is designed
10/29/17
Toni Wenzel
, …
Michael Ketting
5
7/7/17
MemberInitExpression
Hi Toni, There's a thread about that on the dev-list: https://groups.google.com/forum/#!searchin/
unread,
MemberInitExpression
Hi Toni, There's a thread about that on the dev-list: https://groups.google.com/forum/#!searchin/
7/7/17
Alexander Zaytsev
,
Michael Ketting
4
3/16/17
Remotion.Linq.EagerFetching 2.1
Hi Alexander! I've checked with VS2017 and you can set up your project file like this to get it
unread,
Remotion.Linq.EagerFetching 2.1
Hi Alexander! I've checked with VS2017 and you can set up your project file like this to get it
3/16/17
Toni Wenzel
,
Michael Ketting
6
3/1/17
Workaround for https://www.re-motion.org/jira/browse/RMLNQSQL-54
Hmm... I think you could just throw a ConvertExpression at it. Casts to nullable types are
unread,
Workaround for https://www.re-motion.org/jira/browse/RMLNQSQL-54
Hmm... I think you could just throw a ConvertExpression at it. Casts to nullable types are
3/1/17
Gordon Watts
,
Michael Ketting
5
1/25/17
Clone() of main from clause is done twice
As always, thanks for all the time and effort you put into this. It is a great tool! Cheers, Gordon
unread,
Clone() of main from clause is done twice
As always, thanks for all the time and effort you put into this. It is a great tool! Cheers, Gordon
1/25/17
Jordi Cabré
,
Michael Ketting
2
1/13/17
Calling an async call inside executor
Hello Jordi! I haven't thought much yet about combining async with linq but I think to have true
unread,
Calling an async call inside executor
Hello Jordi! I haven't thought much yet about combining async with linq but I think to have true
1/13/17
Toni Wenzel
,
Michael Ketting
10
11/25/16
Any new version?
Sorry, no :( Still too much project work to leave mental space for OSS contributions :/ On Friday,
unread,
Any new version?
Sorry, no :( Still too much project work to leave mental space for OSS contributions :/ On Friday,
11/25/16
Paul Yoder
, …
Michael Ketting
10
11/14/16
Select Transformation Example
Thanks for the update! Glad I could help :) On Sunday, November 13, 2016 at 8:32:28 PM UTC+1, Иван
unread,
Select Transformation Example
Thanks for the update! Glad I could help :) On Sunday, November 13, 2016 at 8:32:28 PM UTC+1, Иван
11/14/16
Jordi Cabré
,
Michael Ketting
2
11/4/16
DateDiff suggestions
Hi Jordi! In our SQL Backend, we use the available DateTime operations and translate them into SQL.
unread,
DateDiff suggestions
Hi Jordi! In our SQL Backend, we use the available DateTime operations and translate them into SQL.
11/4/16
Jordi Cabré
,
Fabian Schmied
4
9/24/16
Create a custom ResultOperator
> I'm guessing it's building a CallMethodExpression, but where's the >
unread,
Create a custom ResultOperator
> I'm guessing it's building a CallMethodExpression, but where's the >
9/24/16
Gordon Watts
,
Michael Ketting
11
6/20/16
Possible bug in QueryModel.Clone
No worries. Thanks for all the time you spend on re-linq. It definitely has a following and I'm
unread,
Possible bug in QueryModel.Clone
No worries. Thanks for all the time you spend on re-linq. It definitely has a following and I'm
6/20/16
Jordi Cabré
6/7/16
Replace QuerySourceReference by another mapped entities
I'm building an application which's backend agnostic. In order to get it, I've create an
unread,
Replace QuerySourceReference by another mapped entities
I'm building an application which's backend agnostic. In order to get it, I've create an
6/7/16
Jordi Cabré
2
5/2/16
Handle Extension methods
I've been digging a bit. I've asked for some approach in a StackOverflow post. I don't
unread,
Handle Extension methods
I've been digging a bit. I've asked for some approach in a StackOverflow post. I don't
5/2/16
Gordon Watts
,
Michael Ketting
3
4/21/16
Pretty printing a query model
Hi, I will probably end up tackling it at some point, and when I've got something that seems to
unread,
Pretty printing a query model
Hi, I will probably end up tackling it at some point, and when I've got something that seems to
4/21/16
Jordi Cabré
,
Gordon Watts
2
4/16/16
How to handle grouped by sentences
Hi, My LINQ queries can get super-complex, so in order to solve this I ended up writing a recursive
unread,
How to handle grouped by sentences
Hi, My LINQ queries can get super-complex, so in order to solve this I ended up writing a recursive
4/16/16
Jordi Cabré
,
Michael Ketting
8
3/30/16
Collection Property Any method -> node must be a reducible node
Hello Jordi! Great to hear your property queries are working :) OrderBy: OrderBy statements are
unread,
Collection Property Any method -> node must be a reducible node
Hello Jordi! Great to hear your property queries are working :) OrderBy: OrderBy statements are
3/30/16
Jordi Cabré
,
Michael Ketting
5
3/15/16
ReLinq steps and concepts
Hi Jordi! Okay, I've now had a bit more peace and quiet and yes, your steps look good to me. I
unread,
ReLinq steps and concepts
Hi Jordi! Okay, I've now had a bit more peace and quiet and yes, your steps look good to me. I
3/15/16
Jordi Cabré
3/10/16
Projector parameter is null?
As far I've been able to figure out, projection is a way using a Func<> for creating a new
unread,
Projector parameter is null?
As far I've been able to figure out, projection is a way using a Func<> for creating a new
3/10/16
Jordi Cabré
3/10/16
Substitute a MemberExpression by another Domain Specific Expression
I'm trying to transform a Linq Expression on WhereClause to another domain specific expression.
unread,
Substitute a MemberExpression by another Domain Specific Expression
I'm trying to transform a Linq Expression on WhereClause to another domain specific expression.
3/10/16
Jordi Cabré
,
Michael Ketting
2
3/9/16
IQueryParser
Welocme to the world of re-linq, Jordi! > IQueryParser: An implementation of this interface is
unread,
IQueryParser
Welocme to the world of re-linq, Jordi! > IQueryParser: An implementation of this interface is
3/9/16
Gordon Watts
,
Michael Ketting
4
3/4/16
Can't compile Core 3.5
Yeah, you wouldn't believe the kind of documentation-breaks I had when I first tried to compile
unread,
Can't compile Core 3.5
Yeah, you wouldn't believe the kind of documentation-breaks I had when I first tried to compile
3/4/16
Gordon Watts
,
Michael Ketting
6
2/29/16
Endurable.Range isn't getting parsed by re-linq properly?
Yep, that's what I'm a tad worried about in regards to the bug-report you did. Best regards,
unread,
Endurable.Range isn't getting parsed by re-linq properly?
Yep, that's what I'm a tad worried about in regards to the bug-report you did. Best regards,
2/29/16
Gordon Watts
,
Michael Ketting
8
2/29/16
Optimizing a query - can I do this from my code?
Hi, Ah right… That is a problem with this system – since I build against a C++ library, I have to use
unread,
Optimizing a query - can I do this from my code?
Hi, Ah right… That is a problem with this system – since I build against a C++ library, I have to use
2/29/16
Gordon Watts
, …
Michael Ketting
12
2/24/16
Using Concat
Thanks! By then it will have been cleaned and updated as I better understand the use cases I have to
unread,
Using Concat
Thanks! By then it will have been cleaned and updated as I better understand the use cases I have to
2/24/16
Toni Wenzel
,
Michael Ketting
2
2/22/16
UserDefinedFunction
Yeah, you could copy the UserDefinedFunctionTransformer and use it / hook it up like we do in the
unread,
UserDefinedFunction
Yeah, you could copy the UserDefinedFunctionTransformer and use it / hook it up like we do in the
2/22/16
Christopher Ireland
,
Michael Ketting
7
2/16/16
code examples
Hi Chris! Regarding NHibernate, the anser is 'sorta'. Our sample generates an actual HQL-
unread,
code examples
Hi Chris! Regarding NHibernate, the anser is 'sorta'. Our sample generates an actual HQL-
2/16/16
Toni Wenzel
,
Michael Ketting
8
2/15/16
Additional table expression
Great to hear you found a way :) sorry I didn't get to this sooner :/ The subselects without
unread,
Additional table expression
Great to hear you found a way :) sorry I didn't get to this sooner :/ The subselects without
2/15/16