Challenge Overview
Challenge Overview
��� Convert the decompiled OBSWEB DLL VB6 code into VB.NET codeProject background
The client has a web application written in VB6, and in this project we will need to convert the application to use ASP.NET and VB.NET.The same functionality from the old application should be retained.
The web application also depends upon many EDIT DLL, which should be converted into VB.NET as well.
Technology Stack
��� VB6 (existing code)��� VB.NET (new code) - .NET Framework 4.6.2
Individual Requirements
The following documents will be provided to you in the forum:
��� Existing decompiled code of the OBSWEB DLL
��� Extra documents how the OBSWEB DLL is used by the web application to give you some context info.
Your task in this challenge is to convert the OBSWEB DLL code to VB.NET.
You are also responsible to write some simple accuracy tests for the converted code to ensure it's runnable.
The code shall follow modern OOPs (object oriented programming) practices.
You need to create unit-test and ensure at least 50+% coverage
��� Existing decompiled code of the OBSWEB DLL
��� Extra documents how the OBSWEB DLL is used by the web application to give you some context info.
Your task in this challenge is to convert the OBSWEB DLL code to VB.NET.
You are also responsible to write some simple accuracy tests for the converted code to ensure it's runnable.
The code shall follow modern OOPs (object oriented programming) practices.
You need to create unit-test and ensure at least 50+% coverage
Final Submission Guidelines
Submission Deliverable- Codebase
- Detailed Deployment Guide and Verification Guide