Coder Social home page Coder Social logo

csharp-accesssql-demo's Introduction

Get Started with Databases and Data Access using C Sharp

This repository contains sample projects for getting started with C# for working with data and managing databases.

There are several ways to access databases by writing C# code and using the .NET ecosystem. A list of the most popular options can be found below. Choose the approach that is the best fit for the application that you want to write!

  • Entity Framework Core
    • Write C# to generate complex SQL queries by using language-integrated queries (LINQ)
      • Get started without having to learn SQL
      • Scale your SQL queries by writing code
    • Database connection with just a connection string
    • Maps data to objects, which means you can take a code-first approach to working with data
    • Powerful and scalable
  • Dapper
    • Write your own SQL queries
    • Database connection with just a connection string
    • Maps data to objects
    • Lightweight with high performance
      • Useful for scenarios with large number of queries and operations
  • ADO.NET
    • Write your own SQL queries
    • Write your own database connection
    • Work with data as plaintext that can be processed into objects
    • Supports all scenarios

C# can be used to work with a large number of databases, including but not limited to:

  • sSQL Server
  • Azure SQL
  • SQLite
  • PostgreSQL
  • MySQL
  • Oracle
  • IBM

csharp-accesssql-demo's People

Contributors

jcjiang avatar roji avatar bricelam 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.