Frage im Vorstellungsgespräch bei Link Development

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

Antworten zu Vorstellungsgespräch

Anonym

22. Mai 2017

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

1

Anonym

18. Dez. 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