Skip to content

Salmon King Seafood (SKS) Reference App to show some of the features of the WebMAp tool from Mobilize.NET to migrate code from VB6 or WinForms to AspNetCore

Notifications You must be signed in to change notification settings

MobilizeNet/SKSWebMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1791c0b · Aug 22, 2024

History

45 Commits
Feb 13, 2024
Jul 29, 2022
Feb 13, 2024
Feb 13, 2024
Feb 13, 2024
Jul 29, 2022
Feb 13, 2024
Sep 10, 2019
Sep 10, 2019
Sep 20, 2023
Jul 29, 2022
Jul 19, 2022
Sep 20, 2023
Feb 13, 2024
Jul 29, 2022
Feb 13, 2024
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Aug 22, 2024

Repository files navigation

WebMap - SKS

This repository contains a Winforms demo for sales purpose.

If you want more technical documentation about our webmap product:

Repository Contents

This folder contains the back-end and front-end related to the Salmon King Seafood or SKS demo, a functional demo related to Winforms created by Mobilize.net

How to build

Building locally

If you want to build this project on your development machine, just check that you match this requirements:

NOTE: Your installation of Visual Studio, must include the *ASP.NET and Web Development Feature *

To install this feature open your VS installer and Go to Workloads tab and then turn on ASP.Net and web development as in the following picture: AspWebDevelopment

To build your application just open the SKS\SKS.sln file with VS Studio and select Rebuild. This will install any missing dependencies and trigger the build process.

NOTE: the angular frontend is already built. If you want to build it yourself see the step on Building the Frontend code.

Building the FrontEnd code

To build the frontend code make sure you already have Node.js LTS installed.

Open a terminal at SKS\sks-angular and run:

npm config set "@mobilize:registry" "https://packages.mobilize.net/npm/mobilizenet-npm/"
npm install
npm run build