Project Description | :: |
I have an existing online accounting application written by vb.net, crystal reports and SQL server 2000. We used datasets to access stored procedures through out the whole application and business rules were written inside the stored procedures. I need to an expert to walk me through converting the code from using datasets to objects and put business rules in the vb.net instead of stored procedures via net meeting. Also I need to secure this application more, such as encrypting the connection string and using DPAPI to decrypt it, etc. Finally, I need to use the .net~{!/~}s own reporting tools that comes with the SQL server 2000 to replace the crystal reports. More importantly, I need to create each common function as a library so that it could be used over and over in other projects. |