Skip to content

Jari1980/SnusRanking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnusRanking

This is a small C# MVC refreshment project.

Project is connected to MSSQL server and if table Snus is empty a set of Snus is seeded at start.

Each Snus object have a image, stored as byte[] in db and converted as .png in View, the images are placeholders saved in static section, as .png, under images which are seeded to DB.

In front page result of three queries is presented, these are passed as ViewBag, TempData and SessionObject from controller to View. ViewBag and TempData are only accessible within the httpendpoint "index", as in homepage, while SessionObject could be invoked anywhere in this project, during the time of 60mins which is configured in program.cs, not using this more but just for the fun of it.

In Rank page user can drag and drop Snus images to desired rank.


RankTheSnus

About

MVC application for creating a Snus Tier list, connected to MSSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors