I'm receiving this weird exception when calling a WCF function that returns a list of items. apparently when the size of list gets bigger this exception is thrown.
hey Arjay,
I created by project and you were right, using WCF requires a bit more work, but easier to maintain and adds the advantage for my GUI to work from a remote location.
Hello,
I have an EF model which includes a list of planes, and each plane has a list of passengers. I would like to write a linq query that from the resulting list of planes, I can do this:
...
I'm sold, thank you very much for sharing your experience that was very helpful. btw, How long did it take you to finish that project? And if you don't mind me asking, how much would a project like...
Thx for the reply.
Good points. I'm not too familiar with security concepts, but I understand the abstraction idea.
The only reason why I'm hesitant to do so are two reason:
- introduction to...
Thanks for the reply,
What's the benefit of choosing opt 2? It would slow down transactions, and introduce complexity (if all ports are closed on the client machine WCF wouldn't work).
I cant find a good tutorial or a resource on how to create a custom tab controller in blend.
I messed around with the controller feature but since there are no good guide or a help file I'm stuck....
I had to check since we are doing the same project at ucla and it's due tommorow. I have a battleship program fresh from the oven. and it's in english. but I didn;t look at your requirements.
That was my mistake wen i posted it. The problem like i said is that in the arena constructor, m_block() can't take more than one argument.
However, m_block's constructor does take 2 argumets....
Well if your specifically want to delete the last element yes, but if it's a general loop that deletes lets say blocks every time a ball hits them, then u need to use erase.
Thx all.
I see --- so "--iter" would fix the problem!!!
also I was reading this book and I noticed this example which I've never seen it before... what does it signify?
Here is an example by author:
---------------------------------------------
/* Filename: diction.cpp
Author: Br. David Carlson
Date: July 14, 1999
Last Revised: December 23, 2001
...
Thank you,
I didn't know How to have the m_firstJob() to take only one argument also I didn't know about the constructor and how to write the member initialization list.