C
CJ Taylor
Ok,
So I'm given this project after being out of windows programming (been
primarly asp.net) for a little while. Sure, I've written VB.NET apps and
all, but mainly just something quick and dirty... well some a bit bigger but
you get the point.
Anyways, I'm developing a consumer app, in which case we are using
Enterprise Architect to do so. So, as per instructed I have to have this in
the "Enterprise" format, which is a bunch a DLL's, no problem. However, my
question is, I want to make al ogin form. I know this is a dumb question,
but I want to store user information from a user login form in a "session"
like context.
Now in ASP.NET, we do this with the session object/context. What could I
use in Windows Forms to do something like that. Is there any articles on
Authentication in Windows forms?
Thanks,
CJ
So I'm given this project after being out of windows programming (been
primarly asp.net) for a little while. Sure, I've written VB.NET apps and
all, but mainly just something quick and dirty... well some a bit bigger but
you get the point.
Anyways, I'm developing a consumer app, in which case we are using
Enterprise Architect to do so. So, as per instructed I have to have this in
the "Enterprise" format, which is a bunch a DLL's, no problem. However, my
question is, I want to make al ogin form. I know this is a dumb question,
but I want to store user information from a user login form in a "session"
like context.
Now in ASP.NET, we do this with the session object/context. What could I
use in Windows Forms to do something like that. Is there any articles on
Authentication in Windows forms?
Thanks,
CJ