Stefan Miller

Results 6 comments of Stefan Miller

Thanks for your answer. I put an example together - will send it to you via mail attachment + a brief explanation how to reproduce the issue. Use case: 1:n...

Explanation how to reproduce the issue:- Run solution in debugger- Open Browser (first test with Linq to objects). http://localhost:8000/TestServer/Students. Navigate to http://localhost:8000/TestServer/Students(1)/Courses--> Courses will be shown (fine)- Next try with...

Please see the mail and the attached solution for more details. Sorry, maybe I was not clear enough in describing the use case. It is just about a 1:n association...

Thank you very much for the analysis and your answer. I also was wondering about 'data services' using the Where / SelectMany query instead of the way you described it....

Same issue on Monterey (Version 12.1). Like outlined in the solution above the following does work: func (port *unixPort) ResetInputBuffer() error { return unix.IoctlSetPointerInt(port.handle, ioctlTcflsh, unix.TCIFLUSH) } func (port *unixPort)...