ASP.net Pagination - Adding a pagination system to a Web API

preview_player
Показать описание
🔥 Adding PAGINATION to your ASP.NET 7 Web API was newer easier than this. In just 8 minutes or less you´ll have it ready to go!

📚 Interested in APIs? Then you should check our chapter 11 of the TINY C# PROJECTS BOOK!

We'll make sure to turn you into a true developer in no time!

Timestamps:
00:00 Introduction
00:21 What is our final product?
00:35 Let´s check out our project code
02:41 Check out our sponsor for today´s video! Blazorise!
03:20 Adding pagination logic to our web api end point
06:58 Let check if our database has pagination now!
07:37 Check out our program!
08:06 And thanks for watching!

ASP.net Pagination - Adding a pagination system to a Web API

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 even is an API?
An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software.[1] A document or standard that describes how to build or use such a connection or interface is called an API specification. A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation.

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 #api #pagination #aspnet

TAGS

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.

Рекомендации по теме
Комментарии
Автор

Well explaned and straigth to the point. Thanks!

blablabla
Автор

Either Jannick is better and better teacher or I'm getting learning something at last ;);) Anyway thanks for super useful video again!

JanKowalski-ldec
Автор

nice explanation, thanks for sharing !

MarcosIturribeitia
Автор

your video very help me, thanks a lot for your video

mrmohammadi
Автор

why would we need:
var totalCount = students.Count();
var totalPages = / items);

theishanacharya