[Mono-winforms-list] Porting Mono winforms to a new OS/Window Manager

2011-01-12 Thread Michael Mudge
We are working on getting Mono WinForms up and running on our device, and I'd like to make sure that we're on the right track and have a good understanding of what is ahead of us. Through the project, most of our issues have been unknown unknowns - so if you can anticipate any obstacles, it would

Re: [Mono-winforms-list] Current Authenticated User

2011-01-12 Thread user65
Hi there Giuliano A suggestion: You can put the authentication logic (Active Directory Authentication) in the service layer (WCF/Web Service), on a IIS machine. eg, private bool AuthenticateUser(... On your client side, you can store the authenticated user details, eg Full name etc in a