Skip to content

jacobkktan/Jacob-URL-Shortener

Repository files navigation

Jacob-URL-Shortener

Simple codes to generate short url.

The core of this system is URLShortener.DAL (data access layer). You can modify RepoHelper class to use any database available.

Main driver is in URLShortener.BL.Helper class. View Test project or WEB project for samples.

The idea is to link short codes to long url.

URLShortener.DAL relies on NuGet packages 'System.Data.SQLite', first time users will need to do a NuGet pull.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published