GithubHelp home page GithubHelp logo

sihbher / razorwebappdemo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 914 KB

Demo of a CRUD operations using a Razor Web App

C# 46.71% Dockerfile 1.32% HTML 46.43% CSS 4.43% Shell 0.32% JavaScript 0.79%

razorwebappdemo's Introduction

Razor Web App Demo

This example is a simple CRUD application that allows users to create, read, update, and delete records in the Orders table of a SQL Server database. The application uses Razor Pages to provide a user interface for managing the orders data.

The application's homepage displays a list of all orders in the database, along with links to view, edit, or delete each order. Users can also create new orders by clicking the "Create New" button on the homepage.

The details page displays the details of a single order, including its ID, plant ID, amount, price, dispatched status, and timestamps. From this page, users can edit or delete the order using the provided links.

The edit page allows users to modify the details of an existing order. The form includes input fields for the order's plant ID, amount, price, and dispatched status. When the user submits the form, the application updates the corresponding record in the database.

The create page allows users to add a new order to the database. The form includes input fields for the order's plant ID, amount, price, and dispatched status. When the user submits the form, the application creates a new record in the database.

The delete page allows users to delete an existing order from the database. When the user confirms the deletion, the application removes the corresponding record from the database.

Overall, this example demonstrates how to create a simple CRUD application using Razor Pages in a .NET Core web app, with support for SQL Server as the database backend. The application provides an easy-to-use user interface for managing orders data, with support for viewing, editing, creating, and deleting records.

razorwebappdemo's People

Contributors

sihbher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.