ASP.NET Datatables + Filtering and Sorting Data

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • 🔥 BUILD DATATABLES, FILTER, and SORT them in ASP.NET! A must for every Back-end developer!
    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg
    We'll make sure to turn you into a true developer in no time!
    Timestamps:
    00:00 Introduction
    00:26 What will we make?
    01:06 Lets build our datatable
    03:33 This one is for you!
    04:12 Render our datatable on our Razor Pages
    09:45 Testing our application
    10:48 Thanks for watching!
    ASP.NET Datatables + Filtering and Sorting Data
    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.
    And what is ASP.NET?
    ASP.NET is an open-source, server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.
    And what are datatables?
    The DataTable is a central object in the ADO.NET library. Other objects that use the DataTable include the DataSet and the DataView.
    When accessing DataTable objects, note that they are conditionally case sensitive. For example, if one DataTable is named "mydatatable" and another is named "Mydatatable", a string used to search for one of the tables is regarded as case sensitive. However, if "mydatatable" exists and "Mydatatable" does not, the search string is regarded as case insensitive. A DataSet can contain two DataTable objects that have the same TableName property value but different Namespace property values. For more information about working with DataTable objects, see Creating a DataTable.
    If you are creating a DataTable programmatically, you must first define its schema by adding DataColumn objects to the DataColumnCollection (accessed through the Columns property). For more information about adding DataColumn objects, see Adding Columns to a DataTable.
    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 #data #datatable #backenddeveloper #sort #filter
    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,asp.net core,asp.net mvc framework,asp.net mvc,asp.net,core,mvc,dotnet,asp.net core mvc,razor pages,asp datatable sort filter,javascript,web development,sorting,datatable,asp datatable,asp mvc,datatables,datatables mvc,datatable mvc,json datatable,mvc json,asp json,mvc datatable
    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

КОМЕНТАРІ • 4

  • @tutorialsEUC
    @tutorialsEUC  10 місяців тому

    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg

  • @JanKowalski-ld4ec
    @JanKowalski-ld4ec Рік тому +1

    Very nice video. It's pleasure to watch your videos better and better. Few thing to point anyway ;) :
    yes - new video about calculations && sorting && filtering would be great
    yes - cutting of html code typing is a great idea and helpful while watching
    to change - the voice speed 10% slower
    to change - quick jumping over code up and down, acceptable if within the same screen, otherway too fast.
    Keep going! Big fan of yours!

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

    Any tutorial with data from SQL database? I would like to know if on the main index can be some sortBy selector as well. Very hard to find the way how .NET works.
    Thank you