Sollicitatievraag bij Link Development
C#: Static Members, Abstract Classes, ArrayList, . . . . , LinQ.
SQL Server: Keys, Compound Key, Joins, . . . . .
ASP: Page Life Cycle, Cache, PostBack, . . . . .
Antwoorden op sollicitatievragen
It just requires to be prepared, and to have good understanding of the technical topics.
- string Static member = "static member is to shared member with other classes "
- abstract classes = They are declared with the purpose of having the child class provide implementation.
- array list = is more dynamic than Array because it doesn't take and number for list it depands on what you get data from database .
for example JSON format it show like arraylist without [] ;
i hope those answers are helpful