GithubHelp home page GithubHelp logo

louresb / dataaccess Goto Github PK

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

This repository contains the exercise completed as part of the Balta.io course on backend development.

License: MIT License

C# 97.83% TSQL 2.17%
crud dapper dotnet5

dataaccess's Introduction

Data Access

licence mit Development Status Badge

This is a simple CRUD project for an e-learning platform, showcasing data access using Dapper in C#.

Database Setup

The scripts required to run this project are available at the Scripts folder of this repository.

Available Features

  • CreateCategory: Creates a new category.
  • CreateManyCategory: Creates multiple categories at once.
  • UpdateCategory: Updates the title of an existing category.
  • DeleteCategory: Deletes an existing category.
  • ListCategories: Lists all categories.
  • GetCategory: Gets a specific category by ID.
  • ExecuteProcedure: Executes a stored procedure to delete a student.
  • ExecuteReadProcedure: Executes a stored procedure to get courses by category.
  • ExecuteScalar: Executes a query and returns a single value.
  • ReadView: Reads data from a view called vwCourses.
  • OneToOne: Performs a join between the CareerItem and Course tables with a one-to-one relationship.
  • OneToMany: Performs a join between the Career and CareerItem tables with a one-to-many relationship.
  • QueryMutiple: Executes multiple queries in a single call.
  • SelectIn: Performs a query using the IN clause.
  • Like: Performs a query using the LIKE clause.
  • Transaction: Executes an operation within a transaction.

Make sure to comment/uncomment features to verify them.

Learning resources

This project was created using Balta.io's backend course. I recommend checking it out if you're interested in learning about .NET programming.

License

MIT License © Bruno Loures

dataaccess's People

Contributors

louresb 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.