Coder Social home page Coder Social logo

abhishekd2424 / banktransactionsystem Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 29.08 MB

Bank Transaction System on Asp.Net Core using MVC CRUD Operations with EF Core

License: GNU General Public License v3.0

C# 45.37% HTML 37.27% CSS 16.51% JavaScript 0.85%

banktransactionsystem's Introduction

BankTransactionSystem

Bank Transaction System on Asp.Net Core using MVC CRUD Operations with EF Core

This is a project that I made for showing CRUD Operations ( Insert, Update, Delete, and Retrieve) with the latest ASP.NET Core 6.0 MVC using Entity Framework Core and SQL Server DB.

Points utilized :

  • Create MVC Project
  • Define EF Core Model
  • Dependency Injection
  • DB Connection String
  • Database Migration
  • Create MVC Controller
  • Layout Page
  • Insert Operation
  • Form Validation in MVC
  • Form Submission
  • Display Existing Records
  • Update Operation
  • Delete Operation

NOTE: To execute this program make sure that the packages installed are the same as the Framework Dependencies of the project(6.0.22). Also, an SQL Server is being used in this program so SQL commands for migration have to be implemented and changes to the (appettings.json) file have to be done:

  • SQL Server connection string: (connetionString="Data Source=ServerName; Initial Catalog=DatabaseName;User ID=UserName;Password=Password")
  • If you have a named instance of SQL Server, you'll need to add that as well: ("Server=localhost\sqlexpress")
  • To see the SQL server name->Start->Run->(services.msc)->serach for SQL Server(name of SQL server)
  • In NuGet Package Manager Console:(Error: SQL Services not in running state or connection string not in particular format) Add-Migration "Initial Create"->Update-Database

banktransactionsystem's People

Contributors

abhishekd2424 avatar

Stargazers

 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.