VB .Net General Help

  • Thread starter Thread starter Andy Jones
  • Start date Start date
A

Andy Jones

I am new to VB .Net but have a solid understanding of it, however there are
two things I am not up to speed on:

1) How to setup security(basic & advanced) on VB .Net Apps
2) How to make apps look & feel professional

Does anyone have any suggestions for books or websites I could read that
specializes in these areas?

Thanks for any help I appreciate any and all responses.
 
Andy,

That competely depends what you call security and look and feel profesional.

Net has an endless amount of possibilities which go further then only
setting your code private and public for security policy.

As your program is by instance an accounting program or any other one, you
have to use the security policies.

But it can as well as you create a game and you wont that people create
hacks.

One of the links (Especially in the time of Visual Studio 2005 and Vista
this was hot)

http://msdn.microsoft.com/en-us/library/ck90k585(VS.80).aspx

jmo

Cor
 
Thanks for all of your help guys. This gives me some reading material for
the weekend and hopefully a good start. I appreciate it all. I may be
posting back after reading the material with more questions. Thanks again.
 
Back
Top