Skip to content

Simple web application to show the use of Asp.net MVC

Notifications You must be signed in to change notification settings

mitxael/products-listing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVERVIEW

This application is an example of the use of ASP.NET, namely:

•	MVC 4
•	Entity Framework
•	Linq
•	And MS SQL Server    

FUNCTIONAL ANALYSIS

The web application is aimed to manage a List of products, providing the following features:

1.	A page for CRUD operations on Product Lists, including the addition/removal of products
2.	A page for CRUD operations on Products, to be linked to Product Lists

CLASS STRUCTURE

The classes used in this applciation are:

<Product>

    •	Code – alfanumeric value that identifies the product
    •	Description – string containing information on the product

<Product List>

    •	Code – alfanumeric value that identifies the list
    •	Description – string containing information on the list
    •	Products – products in the list 

About

Simple web application to show the use of Asp.net MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages