Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~249 People Reached
Favorite Forums
Member Avatar for philiop

Hi, I'm stuck trying to find a solution to this problem. Its a question taken from an exam for an interview. I have this object model: [B]Department[/B]: DepartmentId, Name [B]TeacherTeacherId[/B], FirstName, LastName, DateOfBirth, AnnualSalary, DepartmentId [B]CourseCourseId[/B], Name, TeacherId, DepartmentId [B]Student[/B]: StudentId, FirstName, LastName, DateOfBirth, AverageScore, DepartmentId [B]Department [/B]has a 1 …

Member Avatar for philiop
0
139
Member Avatar for philiop

Hi, I'm doing a short test for a job interview that I have. The code is C# and I am very new to this (2 days :S). One of the questions is. Write method to get all IPeople - Write a method in the SchoolManager to get all IPeople (Teachers …

Member Avatar for philiop
0
110