ajayvikas

Results 8 comments of ajayvikas

my mistake. I thought the template is just for submitting the bug but I looked again I see it is meant for feature request as well. Will format it soon.

**I'm submitting a feature request** * **Library Version:** 1.0.0-rc.1.0.3 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 6.2.0 * **NPM Version:** 3.8.9 * **JSPM...

I don't understand why it would break anything. You will have a default option, that way the the dialog will behave exactly the same way as it does today. In...

@ajcvickers In EF6 we have ObjectContext.Translate api, which we could use in this kind of scenario. There it was possible to materialize SqlDataReader into the EF entity. However this is...

Generally when the entities are simple for example order, orderdetails etc kind, we don't need to use Translate. The include() method works just fine. There are many cases where we...

@ajcvickers, @divega By looking at past responses and the source code, we came up with the following procedure which is equivalent to the EF6 ObjectContext.Translate (We could extend it to...

Seems it has been implemented in yoga.