• Stars
    star
    1
  • Language
    C#
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the Visual Studio Project for an ASP.NET MVC Web Application. It follows the tutorials series from http://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application to use MVC 5 and EF 6 to do cool stuff with C# and Databases.

More Repositories

1

PriceComparisonTool

This is the Visual Studio Project for PriceComparsionTool, an ASP.NET MVC Web Application that lets you track prices for the products you commonly buy for each store you shop at. With this data, you can then see which stores have the best prices. You can also generate shopping lists for the current products you want to buy, and it will automatically sort by store the products with the best prices, so you can save time and money while you shop.
C#
3
star
2

TarotRL

A Tarot-inspired Roguelike game I've been developing to remain polished on Java and to explore aspects of game engine development I find interesting.
Java
1
star
3

IdentityExample

An example of how to use the ASP.NET MVC 5 EF 6 Identity property properly
XML
1
star
4

MarkdownToHtml

This program, implemented in Haskell, is a functional programming exercise to parse text and replace markdown with HTML code. This takes a markdown file as input, and outputs a formatted html file. It only accepts a subset of valid markdown syntax. There may be some slight variations from the official versions of markdown.
Haskell
1
star
5

HiddenListForm

A multi-value, searchable form that allows a dropdown to appear with filtered search results based on what is typed. Each item can be added as a hidden input, visible to the user as a tag with a cancel button. Submitting the form submits each related tag to the associated name - so you can submit a dynamic list of values all with the same input name, and the user can clearly see what is and isn't being submitted.
JavaScript
1
star