https://github.com/MobilizeNet/SKSWinFormsNetCore3
Salmon King Seafood (SKS) Reference App to show some of the features of the Visual Basic Upgrade Companion tool from Mobilize.NET to migrate code from VB6 to .NETCore 3.1
https://github.com/MobilizeNet/SKSWinFormsNetCore3
netcore3 netcore31 oledb salmon-king-seafood sks upgrade-companion vb-migration vb6 vbmigration webmap winforms
Last synced: 3 months ago
JSON representation
Salmon King Seafood (SKS) Reference App to show some of the features of the Visual Basic Upgrade Companion tool from Mobilize.NET to migrate code from VB6 to .NETCore 3.1
- Host: GitHub
- URL: https://github.com/MobilizeNet/SKSWinFormsNetCore3
- Owner: MobilizeNet
- Created: 2019-09-17T21:41:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T20:45:45.000Z (about 5 years ago)
- Last Synced: 2024-10-24T12:09:14.491Z (7 months ago)
- Topics: netcore3, netcore31, oledb, salmon-king-seafood, sks, upgrade-companion, vb-migration, vb6, vbmigration, webmap, winforms
- Language: C#
- Homepage: https://www.mobilize.net/webmap
- Size: 3.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Salmon King Seafood Reference App (SKS) WinForms C# .NET 3.1

# About the App
Salmon King Seafood (SKS) is a reference App create to show some of the migration capabilities of the [Visual Basic Upgrade Companion](https://www.mobilize.net/visual-basic-upgrade-companion) [VBUC](https://www.mobilize.net/visual-basic-upgrade-companion) from [Mobilize.Net](https://www.mobilize.net)This repo shows this [VBUC](https://www.mobilize.net/visual-basic-upgrade-companion) sample upgraded to [.NET Core 3.1](https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-1)
# Upgrading from VB6 to .NETCore 3.1
The [VBUC tool](https://www.mobilize.net/products/app-migrations/vbuc) starting from [version 8.2](https://cdn2.hubspot.net/hubfs/216184/Downloads/VBUC%20Release%20Notes/VBUC%208.2%20Release%20Notes.pdf) supports upgrading your application to .NET Core 3.1.
> NOTE: This application uses OLEDB to access MSACCESS. You can use OleDB on .NETCore 3.1 but some of the drivers are architecture specific. You can download the [Microsoft Access Database Engine 2010 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=13255) for 32 or 64. If for example you install the 32 bit version then add:
```xml
true
x86
```# Migrated Screens
You can see some of the [migrated screens here](https://github.com/MobilizeNet/SKSWinForms/#migrated-screens) and read about [some VBUC Features used by this migration](https://github.com/MobilizeNet/SKSWinForms/#some-vbuc-features-used-by-this-migration)