- 64
- 65 254
SigmoidTek
United States
Приєднався 31 тра 2018
Artificial intelligence (AI), Machine Learning (ML), Neural Networks, Medical Image Processing, Satellite Image Processing, .NET Training Courses, .NET Tutorials, Python coding, ASP.NET Core, Blazor WebAsembly, Blazor Server, C programming language, .NET API
Upgrading an ASP.NET Core 3.1 Web API and Adding Swagger UI Integration
Sometimes, when we have an older version of an ASP.NET Core Web API, we need to upgrade it to the latest version. In such cases, it's essential to update our existing projects to ensure compatibility and access to new features. In this project, I have an ASP.NET Core Web API built using .NET Core 3.1. First, I will upgrade it to .NET 8.0. Then, I will add Swagger UI to generate easy-to-read, interactive API documentation.
Contents Timestamps
(0:00:34) 1. Upgrade Project
(0:08:00) 2. Adding Swagger UI Integration
(0:08:27) 2-1. Add NuGet Packages
(0:11:19) 2-2. Add Swagger UI Codes
(0:14:03) 2-3. Add "swagger" Keyword
(0:15:56) 3. Summary
Contents Timestamps
(0:00:34) 1. Upgrade Project
(0:08:00) 2. Adding Swagger UI Integration
(0:08:27) 2-1. Add NuGet Packages
(0:11:19) 2-2. Add Swagger UI Codes
(0:14:03) 2-3. Add "swagger" Keyword
(0:15:56) 3. Summary
Переглядів: 76
Відео
Operators in C Programming Language
Переглядів 523 місяці тому
C programming language supports various types of operators that perform different kinds of operations on variables and values. In this course a comprehensive list of all the operators in C will be explained with detailed examples: 1) Arithmetic Operators 2) Relational Operators 3) Logical Operators 4) Bitwise Operators 5) Assignment Operators 6) Increment and Decrement Operators 7) Conditional ...
Building an ASP.NET Core Web API with CRUD Operations using Dapper ORM
Переглядів 5693 місяці тому
In this course, you will learn how to build a robust and scalable API using ASP.NET Core and implement CRUD operations (Create, Read, Update, Delete) with the lightweight Dapper ORM. This course is designed to guide developers through the essential steps of developing a fully functioning API while leveraging the power and simplicity of Dapper for database interactions. Content Timestamps (0:02:...
Bitwise Opertators and Where We Use Them | Interview Question
Переглядів 613 місяці тому
Bitwise operators work at the bit level, allowing us to manipulate data at the binary level. They include AND, OR, XOR, NOT, left shift, and right shift. Bitwise operations are often used in systems programming, networking, and embedded systems.
C Language Course #2 | Basic Data Types and Their Formats
Переглядів 454 місяці тому
Basic data types in C have been explained with detailed examples. Whether it is a simple program or a big or a complex application, we always processing some kinds of data. Therefore, it is very important to know data types in any language including C. Content Timestamps (0:00:00) Introduction (0:00:50) Basic Data Types in C (0:02:53) "char" Data Type (0:08:56) "int" Data Type (0:14:14) "float"...
C Language Course #1 | Introduction and "Hello World" Program
Переглядів 1334 місяці тому
In this series, first, I am going to dive into the C programming, starting with its history and importance. Then, the actual C programms starting from the "Hello World" to the practical applications in real world. Content Timestamps (0:00:00) Introduction (0:01:06) History of C Programming Language (0:04:53) Some Important Properties of C (0:10:17) Set C Development Environment in VS Code (0:16...
Top 15 Blazor Directives With Detailed Examples
Переглядів 1,7 тис.5 місяців тому
In this video, we'll dive into all the important directives in Blazor and provide detailed examples for each one. Blazor directives are essential for building interactive and dynamic web applications. Blazor directives are built-in macros that alter the transpiled C# code that is generated from Razor mark-up. Directives are used by preceding the identifier with the @ symbol. The identifier coul...
Blazor WebAssembly 101: Build Your First App Step-by-Step!
Переглядів 1,3 тис.6 місяців тому
Following contents have been covered: Setting up the Blazor development environment, creating a project, project structure, running the application, creating a new component, data binding, event handling, dependency injection, calling a public web API and styling components. Content Key Moments: (0:00:20) Setting Up the Development Environment (0:02:39) Creating a New Blazor WebAssembly Project...
Top 10 Blazor Features Every Developer Should Know
Переглядів 1,7 тис.6 місяців тому
Following contents will be presented: I. Introduction 1. Component-based Architecture 2. Razor Syntax 3. Data Binding 4. Dependency Injection 5. JavaScript Interoperability 6. State Management 7. Form Handling and Validation 8. Routing 9. Performance Optimization 10. Security Best Practices II. Conclusion III. Course Contents (0:00:00) Introduction (0:01:02) Component-based Architecture (0:07:0...
Learn Blazor WASM with Practical Example Application
Переглядів 1,4 тис.6 місяців тому
This is a practical mini Blazor WebAssembly application with ASP.NET Core Web API based middle tier and SQL Server database back-end. This application covers following contents: 1. UI 1) Add new product 2) Edit product 3) Delete product 4) QuickGrid 5) Pagination & Items Per Page selector 6) Column based sorting 7) Custom filter 8) Row highlight 9) Confirmation popup (using JavaScript in Blazor...
How to Insert Images to Database
Переглядів 888 місяців тому
Presents A Simple Image Insert Tool: 1) Input parameters from Console 2) Connect to database 3) Create a table on the fly 4) Loop through all thumbnail files in the directory 5) Insert thumbnail images to the database along with the full paths of the corresponding large images Source Code in GitHub: github.com/Muhtar-Qong/ConsoleApp2
How To Get User's Page Navigations/Page Locations in Blazor?
Переглядів 828 місяців тому
Sometimes we need to know user experiences including page navigations or user's page-locations and timestamps. Actually, this can be achieved easily in Blazor. As a result we can achieve user's page navigation history.
How Does the Blazor Dynamic Routing Works?
Переглядів 3058 місяців тому
Presented a dynamic routing component in Blazor WebAssembly. 1. How to manage requests in Blazor apps. 2. How to use a single Blazor component for different purposes (dynamic routing). 3. Implement/call a dynamic routing component via Anchor Element, Button and URL. 4. Route/routing parameters. 5. How to get data from a static data source in Blazor?
How Do Rotate And Scaling A Rectangle In the 2-D Plane?
Переглядів 308 місяців тому
Sometimes we select a shape, for example rectangle or polygon, rotate it or scale it in some degrees. But, how does it work behind scene? Actually, linear transformations (rotating points around the origin) are being used for this action. In this video, the rotation around the origin and as well as scaling have been presented with an example by using Python functions.
Blazor WebAssembly Full Course - In 4+ Hours
Переглядів 7 тис.8 місяців тому
Blazor WebAssembly Full Course - In 4 Hours
How Does the Lagrange Interpolation Works?
Переглядів 599 місяців тому
How Does the Lagrange Interpolation Works?
Finally, Abundant Accuracy Was Achieved.
Переглядів 289 місяців тому
Finally, Abundant Accuracy Was Achieved.
Approximate Cos(x) Values Using Taylor Series
Переглядів 669 місяців тому
Approximate Cos(x) Values Using Taylor Series
But How This Relationship Is Possible
Переглядів 1610 місяців тому
But How This Relationship Is Possible
Find Prime Numbers Using Sieve of Eratosthenes | - Python Example Code -
Переглядів 3410 місяців тому
Find Prime Numbers Using Sieve of Eratosthenes | - Python Example Code -
Calculate PI with Monte Carlo Simulation | - Python Example Code-
Переглядів 22010 місяців тому
Calculate PI with Monte Carlo Simulation | - Python Example Code-
How to calculate area of an ellipse using Monte Carlo simulation | -Python Example Code-
Переглядів 17310 місяців тому
How to calculate area of an ellipse using Monte Carlo simulation | -Python Example Code-
How to Draw Root2 Rectangles | - Python Code Example-
Переглядів 1910 місяців тому
How to Draw Root2 Rectangles | - Python Code Example-
Draw C curve Using a Recursive Function | -A Python Code Example-
Переглядів 5010 місяців тому
Draw C curve Using a Recursive Function | -A Python Code Example-
Solving Simultaneous Equations by Using Relaxation Method
Переглядів 13310 місяців тому
Solving Simultaneous Equations by Using Relaxation Method
Excellent video. Request you to please also create a video to create the Left Menu dynamically.
you know why no comments ? speak out and explain . Good content though
do you have pagination blazor server?
Не совсем похоже на рекуррентный алгоритм. Но он должен быть.
Support the channel by liking the video, subscribing and please share this video!
what about downloading the files
I'm struggling to be able to publish a Blazor Web Assembly site correctly to GitHub Pages for example, could you make a tutorial for that, please?
A great course which just started on time. Thank you!
Great to hear!
Thank you so much!
You're welcome!
Thanks for taking your time to explain in detailed! Much appreciated 🙏🏻💛💛💛
You are so welcome!
Thank you! This is a very good and useful tutorial. Really appreciated the API portion that you covered.
Glad you enjoyed it!
Thanks a lot. Please can you help me how to create report or print out my data in blazor Web assembly
Sure, I will create a simple video about the print in Blazor WebAssembly and upload it soon.
Got any questions? Leave a comment! And hit the Like button make me very happy. Thank you!
Got any questions? Leave a comment! Thank you!
Got any questions? Leave a comment! Thank you!
Got any questions? Leave a comment! Thank you!
Got any questions? Leave a comment! Thank you!
Got any questions? Leave a comment! Thank you!
Got any questions? Leave a comment! Thank you!
Got any questions? Leave a comment! Thank you!
<span class="bi bi-android-fill-nav-menu" aria-hidden="true"></span> Hello World In this line the android word doesn't comes in options and then the browser shows an error on the page. Guide please.
Thanks for your comment. Actually, it is a CSS background-image. In general I do following steps when I need a CSS background-image. If you like, you may try it: 1) Copy the following text and look for it in Google. "Convert SVG to Data URI for css background-image" 2 ) There will be displayed links of several SVG converter. Scrol-down a little bit, you may see a link as "Convert SVG to Data URI for css background-image". 3) Click the link and you will find an "SVG Data URI converter". 4) Now, please go to the Bootstrap icon page, click any icon, then, in the right side you can find an area of "Copy HTML". Copy it's content. Then return to the page in step-3) and paste it in the left-side box. 5) Then, click the convert button. You will get the converted CSS in the righ-box. 6) Copy the convereted CSS content in the "CSS generated here" box. 7) Then, please go to your Blazor project and find "NavMenu.razor.css" file (inside the Layout folder). 8) Then, create a CSS class as you like, for example, just like below. Then paste the clipboard content, you just copied it in step 6) above, inside CSS class as below. .bi-my-test-icon{ ...paste it here... } 9) Now you can use the icon in Blazor. (When you landing each mentioned pages above, please read their usage instructions). Thank you!
clear explanation. exellent.
Thank you!
Have a repository with source code ?
It will be available soon (actually, need some work prior to upload onto GitHub). Thanks.
Your explanation is clear and straightforward! Your teaching style is both unique and highly effective for learning. I'll be recommending your videos to my team.
Thank you so much!
Simple and to the point explanation. Thanks for sharing.
You're welcome!
Amazingly great video ❤❤
Thank you!!
Amazing. More videos, please.
Thank you! Will do!
@sigmoidtek1434 this is great buddy - thanks
Thank you for the course. Is there a link to source code?
This course not yet. However, you can find some related source codes for some "Blazor WebAssembly App" series which have been published from May 2021 to July 2021 in this channel. Among them, following courses have source codes in GitHub. Please see following video's description parts: #3, #4, #5, #6, #7, #8, #12, #13, #14,#15 and #16. Thank you!
Great work!
would u show one tutorial on master detail crud operation
thanks this was helpful
Glad to hear!
This is fantastic
Thank you!
That is what I want. Thank you so much.
Thank you for your Course. I have learned a lot from yours. Can I ask one thing about the Dynamic routing? Let's say, I have three Master Menus, Country, Fx and Fee menus. I don't want to write three razor components. I only need one razor component. Is there any idea about that?
Yes, absolutely. I have created a dynamic routing component and publish it in this channel today. Please see the latest video. The title is "How does the Blazor dynamic routing works? Thank you.
@@sigmoidtek1434 Thank you so much.
Thank you, very informative.
Glad you enjoyed it!
Greate Video, Thanks a lot !.
Glad you liked it!
Cool !
Thank you!
I spent almost an hour trying to figure it out. Thanks for the video mate 👍
sir are you swedish ? great video btw
Can I have a source code for study
Please see the video at 9:10 minutes frame where the whole codes have been presented on a single page.
@@sigmoidtek1434 thanks for answering my question. I have a question, I'm working on unsupervised satellite crops detection. I want to know that can I use k-means to preprocess first by segmentation and then use ClusterNet to predict. anyways how do you define K-means classes in each area
If you do not have a ground-truth data or knowledge about the area, you may first use the unsupervised classification so that you can get some knowledge about the area. As for the define of the classes in each area, please try different number of output classes, namely, try different k-means classifications with different output classes.. Then compare the results. If you get a smooth classification result, then define it as the number of the classes and make it the base data to the supervised classification.
helo sir, your application got bug. let say I limit to retrieve 7 comments only from API, it will got an issue. Please change the logic to below: // Initialize the number of "totalPages" var minPage = (userList.Count() / itemsPerPage); totalPages = userList.Count() % itemsPerPage != 0 ? minPage + 1 : minPage;
thank you, wish u a lovely day my friend.
Thank you! You too!
thanks!
One help from you I already One Blazor Server App using Sql Server Data Base ... I want to use one Web App (Blazor Server is already ) , i want to use same app on MAUI Blazor App , so can i Add OneProject to MAUI Blazor and one Add Razor Class Library to make Both Project ???? Please Guide me
Thank you so much
Great , I am fan of you
Can you make a video for how to store the file in DB? Thank you for your time and efforts on making nice tutorials.
Hi helpful your video but i am wondering how you get the number like [197:202’75:82,] is it randomly or you choose them arbitrarily thanks
Great video :) I have a question. Can K-means separate objects images from humans images? I have a folder containing images of several objects(like cars, trees, etc) and humans. I want to remove all the objects from the dataset. If it is possible, Can you tell me how this can be used to separate images from the dataset?
Awesome! thanks a lot man!
No problem!
I've been looking at fractals in python and I've especially wanted to learn how to do this one, Great video!
Glad you enjoyed it!