Create a Dashboard - C#, SQL Server, WinForms & OOP / By Date Range - Explained

115,065
22
Published 2022-03-06
🎞️ Designing a Flat and Modern Dashboard UI with C#, SQL Server, WinForms & OOP
⏭️ Next video: Customizing Dashboard Components
   • Create a Dashboard (Part 2) - UI Cust...  

In this tutorial I will teach you how to create a Data Dashboard by Date Range, either by This Month, Today, Last 7 Days, Last 30 Days or a Custom Date, with C#, SQL Server, Windows Forms and Object Oriented Programming (OOP).
Contents:
00:00 Introduction
01:22 Create database
02:03 Database connection
04:00 Dashboard Model (Data Access & Business Logic)
29:01 Form design
32:15 Form code

If you want to support with a donation, click here:
paypal.me/RJCodePaypal

Download Source Code & Data Base:
rjcodeadvance.com/crear-panel-de-datos-dashboard-c…

Social Media:
Facebook: facebook.com/rjcodeadvanceEN
Instagram: instagram.com/rjcodeadvanceen
Website: rjcodeadvance.com/

#Dashboard #Data #ModernForm #WindowsForm #ModernUI #CSharp #VisualBasic #VB.NET #VisualStudio #Custom #Chart #FlatUI #Desktop

All Comments (21)
  • @matorwmasen
    Waiting patiently for the next video from Ghana.
  • @janslanina2209
    DAYUM, Sir, you just made my day !!! Thank you very much.
  • @user-fd5ng8df9v
    That was so awesome bro😮😮😮😮, Can't believe that was made just using winforms.
  • An amazing 😍😍😍🙋🏻🌼 waiting for the next..... Keep it up 👍🏽 Thank you🙏
  • @codingisfun6767
    Hi, Your work is very helpful and I learned a lot from your tutorials, Must say Thanks you very much. if you start wpf tutorials in near future, I will be greatful to you.
  • @QloweeD
    I am new to c#. Your tutorial is really good. I combined it with the responsive form tutorial and was able to create pretty cool dashboard for my boss. How would you alter that dashboard code to use a datatable data type instead of list data type with the group by?
  • @hozmannew896
    Great as usual, thank you so much, we hope that you make several videos in English.
  • @gagaa211
    Awesome video <3, I just can't find icons you used for this project. Can I download them ?
  • @TonyRodrigues27
    For those who have SQL Server in another region, insert the line: SET LANGUAGE us_english; before running the database script.