Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pprattis/bookstore-asp.net-web-application
An online application in Visual C # (ASP.NET Web Application) using the Model View Controller design architecture in the Visual Studio development environment that implements the following functionality. Manage data, create reports, manage in-app backups.
https://github.com/pprattis/bookstore-asp.net-web-application
asp-net asp-net-mvc boostrap computer-science csharp javascript microsoft-sql-server mvc query sql sql-server-management-studio student visual-c-sharp visual-studio web-application
Last synced: 4 days ago
JSON representation
An online application in Visual C # (ASP.NET Web Application) using the Model View Controller design architecture in the Visual Studio development environment that implements the following functionality. Manage data, create reports, manage in-app backups.
- Host: GitHub
- URL: https://github.com/pprattis/bookstore-asp.net-web-application
- Owner: pprattis
- License: mit
- Created: 2019-12-03T13:10:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:04:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T02:27:50.781Z (5 days ago)
- Topics: asp-net, asp-net-mvc, boostrap, computer-science, csharp, javascript, microsoft-sql-server, mvc, query, sql, sql-server-management-studio, student, visual-c-sharp, visual-studio, web-application
- Language: JavaScript
- Size: 1.53 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A C# ASP.NET web Application / Project
**This is a C# project from my early days as a Computer Science student**
_This programm was created for the seventh semester class Modern Software Technology Subjects
and is one of the mandatory projects for the class_> #### Description of project
>
>>An online application in Visual C # (ASP.NET Web Application) using the (MVC) Model View Controller design architecture in the Visual Studio development environment that implements the following functionality. Manage data, create reports, manage in-app backups. It uses Bootstratp for frontend and backend connected to MS SQL Server.> #### Functionality of project
>
> 1. Company data should be fully managed through the respective forms.
>> - The application should fully manage (insert, delete, edit) the data of all tables.
>
> 2. In addition to the management part, the application should answer the following questions by generating the corresponding reports:
>> - He recovered the authors' contact information that their books are among the first X to sell in a given period of time. The user should specify the following criteria for generating the report: Number X, Time Period From - To.
>> - Created a report showing Order ID (ID), the store where the order was placed, and the title of the book associated with the order. Display those orders placed within a calendar period. The user should set the following criteria for generating the report: Order Period Date From - To, Store Name From - To (using LIKE operator).
>
> 3. An authorized user (administrator) will be able to perform the following management functions through the application:
>> - The process of backing up a Database to a directory that
>> - Restore backup process. The administrator will be able to choose which backup data set to restore the data to.
>
> 4. Use the bootstrap classes for the app's GUI and emphasize good looks and user interface.> #### About this project
>
> - The database in its entirety was provided (instpubs.sql) and was created using SQL SERVER Management Studio
> - The comments to make the code understandable, are within the archives
> - This project was written in Visual Studio and Microsoft Sql Server
> - This repository was created to show the variety of the work I did and experience I gained as a student
>