Click here to Skip to main content
15,886,873 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Rewrite or...? Pin
maze38-Sep-22 23:02
professionalmaze38-Sep-22 23:02 
AnswerRe: Rewrite or...? Pin
kaserei8-Sep-22 23:59
kaserei8-Sep-22 23:59 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:21
professionalSander Rossel9-Sep-22 23:21 
GeneralRe: Rewrite or...? Pin
kaserei10-Sep-22 0:21
kaserei10-Sep-22 0:21 
AnswerRe: Rewrite or...? Pin
jochance9-Sep-22 1:24
jochance9-Sep-22 1:24 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:23
professionalSander Rossel9-Sep-22 23:23 
AnswerRe: Rewrite or...? Pin
Cpichols9-Sep-22 1:49
Cpichols9-Sep-22 1:49 
AnswerRe: Rewrite or...? Pin
MSBassSinger9-Sep-22 3:29
professionalMSBassSinger9-Sep-22 3:29 
In short, without getting detailed: Refactor.

1. Isolate and extract business code, and if it contains SQL, change it to stored procedures.

2. Translate (using online tools) the VB to C#.

3. Refactor the C# as necessary to be object oriented.

4. Capture the HTML and CSS for use in Blazor Client.

5. Isolate the UI logic that was JavaScript or VB, convert to C#, and use in Blazor for the UI layer.

6. Convert any C# code necessary from .NET Framework 4.8 to be compatible with .NET 6.

7. Start debugging and get it working with no new features yet.

8. Once what you have is working, then add any new requirements.
AnswerRe: Rewrite or...? Pin
MikeCO109-Sep-22 3:52
MikeCO109-Sep-22 3:52 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:31
professionalSander Rossel9-Sep-22 23:31 
GeneralRe: Rewrite or...? Pin
MikeCO1010-Sep-22 3:35
MikeCO1010-Sep-22 3:35 
GeneralRe: Rewrite or...? Pin
Sander Rossel11-Sep-22 0:05
professionalSander Rossel11-Sep-22 0:05 
AnswerRe: Rewrite or...? Pin
Cliff Buckley9-Sep-22 4:36
Cliff Buckley9-Sep-22 4:36 
AnswerRe: Rewrite or...? Pin
Member 93013329-Sep-22 4:37
professionalMember 93013329-Sep-22 4:37 
AnswerRe: Rewrite or...? Pin
Kirk 103898219-Sep-22 8:21
Kirk 103898219-Sep-22 8:21 
AnswerRe: Rewrite or...? Pin
DerekT-P9-Sep-22 8:49
professionalDerekT-P9-Sep-22 8:49 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:37
professionalSander Rossel9-Sep-22 23:37 
AnswerRe: Rewrite or...? Pin
BryanFazekas9-Sep-22 9:28
BryanFazekas9-Sep-22 9:28 
AnswerRe: Rewrite or...? Pin
Luca Leonardo Scorcia11-Sep-22 2:39
professionalLuca Leonardo Scorcia11-Sep-22 2:39 
AnswerRe: Rewrite or...? Pin
Max Santos12-Sep-22 9:41
Max Santos12-Sep-22 9:41 
AnswerRe: Rewrite or...? Pin
Matt McGuire16-Sep-22 5:31
professionalMatt McGuire16-Sep-22 5:31 
RantHow arrogant one can be? Pin
Kornfeld Eliyahu Peter7-Sep-22 22:43
professionalKornfeld Eliyahu Peter7-Sep-22 22:43 
GeneralRe: How arrogant one can be? Pin
Richard MacCutchan7-Sep-22 22:59
mveRichard MacCutchan7-Sep-22 22:59 
GeneralRe: How arrogant one can be? Pin
Sander Rossel8-Sep-22 0:46
professionalSander Rossel8-Sep-22 0:46 
GeneralRe: How arrogant one can be? Pin
Kornfeld Eliyahu Peter8-Sep-22 1:00
professionalKornfeld Eliyahu Peter8-Sep-22 1:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.