Domanda di colloquio di Link Development

C#: Static Members, Abstract Classes, ArrayList, . . . . , LinQ. SQL Server: Keys, Compound Key, Joins, . . . . . ASP: Page Life Cycle, Cache, PostBack, . . . . .

Risposte di colloquio

Anonimo

22 mag 2017

It just requires to be prepared, and to have good understanding of the technical topics.

1

Anonimo

18 dic 2018

- 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