Document suggestion

Posts   
 
    
yowl
User
Posts: 266
Joined: 11-Feb-2008
# Posted on: 08-Oct-2014 20:16:35   

Hi ,

In the "Control your WCF RIA Services code through attributes" section, can you add a note that the IsChanged flag should be read after calling the base "UpdateEntity()" method. Obvious when you know it, but I just spent a few hours debugging why all my fields where marked as IsChanged=true.

Thanks,

Scott

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 09-Oct-2014 16:07:09   

We'll look into making it more clear. Wasting time because of lacking docs is of course unacceptable. Thanks for the heads up simple_smile

Question: you're using RIA services, even though the project is dead (no devs at MS working on it), is this because of an old project or is this a new project? I ask this because we plan to discontinue RIA services support in v5.

Frans Bouma | Lead developer LLBLGen Pro
yowl
User
Posts: 266
Joined: 11-Feb-2008
# Posted on: 09-Oct-2014 16:20:54   

Its unfortunate its dead, and yes ours is an oldish project. Silverlight itself is of course dying although does have support for some years to come (to 2021) although no new features. I've found RIA pretty reliable and speeds up Silverlight dev especially when used with LLBLGen. We will have to move to a different technology, but I'm hoping the next 2 years will see something good come out of Microsoft to address the LOB gap I think there is in doing web deliverable apps on the .net stack.

If you are going to discontinue support, that's a shame although there probably aren't a lot of projects like ours. I guess I will be able to get your v4 RIA source and attempt to compile it for v5?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 10-Oct-2014 10:22:32   

yowl wrote:

Its unfortunate its dead, and yes ours is an oldish project. Silverlight itself is of course dying although does have support for some years to come (to 2021) although no new features. I've found RIA pretty reliable and speeds up Silverlight dev especially when used with LLBLGen. We will have to move to a different technology, but I'm hoping the next 2 years will see something good come out of Microsoft to address the LOB gap I think there is in doing web deliverable apps on the .net stack.

I wouldn't hold my breath disappointed There's IMHO absolutely no vision what they think should be done, they're simply running after what's popular at the moment.

If you are going to discontinue support, that's a shame although there probably aren't a lot of projects like ours. I guess I will be able to get your v4 RIA source and attempt to compile it for v5?

Removing things like this is only possible in major releases so we removed it for v5. Yes, sourcecode of v4 is still available and you can try to compile it against the v5 runtime when time comes. I don't expect many issues with doing that.

Thanks for the feedback simple_smile

Frans Bouma | Lead developer LLBLGen Pro