C# Dapper Introduction

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • 🔥 Want a fast and lightweight way of executing raw SQL queries, map the results to objects, and execute stored procedures? Then you NEED to LEARN DAPPER! Luckily, this is the only video you need to get you started!
    🚀 C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp...
    👊 Want more C#? Check out our FULL C# Masterclass! www.udemy.com/course/complete...
    📝 Want better performance for your queries? Check out Dapper Plus with this link! dapper-plus.net/
    📚 Interested in more C#? Check out our Tiny C# Projects book! A full book dedicated to teaching C# in a practical way!
    www.manning.com/books/tiny-c-...
    We'll make sure to turn you into a true developer in no time!
    Timestamps:
    00:00 Introduction
    00:15 What is Dapper?
    00:31 Let´s get started with our application
    01:24 Want to speed up your queries? Check out Dapper Plus!
    01:59 Let´s build a new entity class and continue with our application
    06:15 Check out our C# course if you want to learn more about C#!
    06:40 Let´s take a look at data selection! Fetching data!
    08:43 Thanks for watching!
    C# Dapper Introduction
    So, what is C#?
    C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
    C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
    What is Dapper?
    Dapper is an object-relational mapping product for the Microsoft .NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database. Its purpose is to relieve the developer from a significant portion of relational data persistence-related programming tasks.
    Dapper allows you to execute raw SQL queries, map the results to objects, and execute stored procedures, among other things. It is available as a NuGet package. Dapper is lightweight and fast, making it an ideal choice for applications that require low latency and high performance.
    And What is DAPPER PLUS?
    Dapper Plus extends your IDbConnection with high-performance bulk operations: BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
    What's Dapper Plus? Dapper Plus extends your IDbConnection with high-performance bulk operations: BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
    To learn more, make sure to watch the video, and we promise you that you'll become a better developer by the end of the video! Have fun!
    And thank you LAKEY INSPIRED for these amazing songs that we use in all our videos! @LAKEYINSPIRED
    #csharp #coding #tutorial #learn #microsoft #net #sql #dapper #database #db
    TAGS
    c#,.net,c-sharp,csharp,programming,visual studio,c sharp,learn c#,c# programming,c# tutorial,c# for beginners,learn c# programming,c# course,tutorial,coding,.net core,string,code,software engineering,sql,database,sql server,orm,dapper,software development,tim corey,c# dapper tutorial,dapper orm,c# dapper,c# dapper introduction,dapper c#,c# training,dapper tutorial,dapper crud,asp.net,python,data science,data analyst,mysql,sql tutorial
    TutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
    This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
    Stay tuned and subscribe to tutorialsEU: goo.gl/rBFh3x
    C#: / @tutorialseuc
    Facebook: / tutorialseu-1093802040...
    LinkedIn: / tutorialseu
    Discord: / discord

КОМЕНТАРІ • 8

  • @tutorialsEUC
    @tutorialsEUC  Рік тому +1

    🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy

  • @Renanfg
    @Renanfg Рік тому

    Thanks for the video, helped me alot :)

  • @TI_Ted
    @TI_Ted 9 місяців тому

    great pacing !

  • @sachinrajput4746
    @sachinrajput4746 Рік тому

    Osm lectures sir.
    Love from India

  • @jameelavanderschyff
    @jameelavanderschyff 22 дні тому

    The video seems easy, but I have an issue. I want to get data from a user and store that in my database. Can I use dapper to do that as well and how?

  • @jeff_9074
    @jeff_9074 4 місяці тому

    Do the values listed need to be in the same order as the employee class? Also, what if there are less or more values than properties in the employee class. Is dapper supposed just match what it can, or should it error out? Thank you.

    • @EminoMeneko
      @EminoMeneko Місяць тому

      Good question, but I'd say it parses the string and does some kind of reflexion stuff maybe to match elements.

  • @2PlayGaming
    @2PlayGaming 8 місяців тому

    Is Better a EF ? how to do generete auto map clases with bd like ef ? xD