I'm reading the Pro C# 2005 and the .Net 2.0 Plataform by Andrew Troelsen
(in time, a nice book!) and a question is in my mind.
Supose that I have a WinForm application that has a login system. With the
login, I take from de DB many user informations that I would use in each
type (premisions for business class, screen options for forms...).
An approach in other OO-Languages is to make a global object "User" with
this informations.
What's the best approach in C# to accomplish this requiriments?
Thanks,
Max