Benjamin Fadina
Benjamin Fadina
  • Видео 296
  • Просмотров 107 437

Видео

Lesson 7: Creation Of Faculty Management Microservice
Просмотров 28Месяц назад
Source code can be found at github.com/benjaminsqlserver/AdditionOfFaultyMicroservice
Lesson 6: Creation Of All Layers Of Course Management Microservice Using Wrapt
Просмотров 28Месяц назад
Source code can be found at github.com/benjaminsqlserver/AddCourseMgtMicroservice Steps 1. We are going to start by creating a yaml file to describe the Course Management Microservice. 2. I am going to save the yaml file for the Course Management Microservice in the same folder where I saved the yaml file for the Student Management Microservice 3. I am now going to get the full object name of t...
HOW TO REMOVE VULNERABILITIES IN INSTALLED PACKAGES FOR NOPCOMMERCE
Просмотров 40Месяц назад
Package vulnerabilities in .NET refer to security weaknesses or flaws in third-party libraries or packages that your application might depend on. These vulnerabilities can potentially be exploited by attackers to compromise your application or the system it runs on. They are usually identified and reported by security researchers or automated tools and can be found in the NuGet packages used in...
LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT
Просмотров 58Месяц назад
In this video, I create all layers of StudentManagement Microservice using wrapt. YAML FILE: DomainName: UniversityAdministrationPortal BoundedContexts: - ProjectName: StudentManagement Port: 5001 DbContext: ContextName: StudentManagementDbContext DatabaseName: StudentManagement Provider: sqlserver Entities: - Name: Student Features: - Type: AddRecord - Type: GetRecord - Type: GetList - Type: U...
LESSON 4:IMPLEMENTATION OF DOMAIN LAYER FOR STUDENT MANAGEMENT MICROSERVICE
Просмотров 44Месяц назад
Source code can be found at github.com/benjaminsqlserver/UniversityAdministrationProject/tree/Chapter4
Lesson 3: Solution Setup and Creation Of Project Structure For Student Management Microservice
Просмотров 46Месяц назад
In Lesson 3, we focus on setting up the solution and establishing a structured project framework for developing a Student Management Microservice. This crucial step involves laying the foundation for our application, ensuring scalability, maintainability, and efficiency throughout the development process. By the end of this lesson you will have a clear understanding of how to organize your proj...
Lesson 2: Identifying Microservices for University Administration Portal
Просмотров 44Месяц назад
Lesson 2: Identifying Microservices for University Administration Portal Introduction This lesson delves into the microservices necessary for a university administration portal. Unlike monolithic architectures, microservices break applications into smaller, independent services that can be developed, deployed, and scaled independently. 1. Student Management Microservice - Overview: Central to t...
Lesson 1: Introduction to University Administration Portal
Просмотров 53Месяц назад
Lesson 1: Introduction to University Administration Portal Table of Contents 1. Overview 2. Importance of University Administration Portals 3. Technologies Used 4. Understanding ASP.NET Web API 5. Introduction to Microservices 6. Overview of Blazor 7. Using Radzen Blazor Components Overview University administration portals streamline administrative tasks, enhance communication, and provide sea...
INSTALLING NOPCOMMERCE AS A SOFTWARE ENGINEER
Просмотров 187Месяц назад
In this video, I show you how to install nopCommerce as a developer. STEPS:- 1. Connect to SQL SERVER Management Studio. 2. Create a new blank(empty) database. 3. Go to nopCommerce.com and register if you are a new customer, else login if you are an existing customer. 4. After successfully logging in, click on Get Started Button 5. Under the section for "Install NopCommerce Yourself", click on ...
Simple Inventory Manager Application Using Radzen, Angular and C#
Просмотров 1222 месяца назад
In this video, I create a simple Inventory database using a transact-SQL script. I later create an Angular app using RADZEN Studio which is used to manage data inside the database. I also implement Security for the application and I also implement User Access Control (Authorization) for the pages of the application. Transact-SQL Query to create the database can be downloaded at github.com/benja...
LESSON 3:Customization of Add Fee Record Page and Fee Record List Page
Просмотров 482 месяца назад
In this video, I change the number of columns displayed by the Student Dropdown datagrid to two (FirstName and LastName) on the Add Fee Record Page. I also customize the submit event of the Add Fee Record Page using Visual Studio and C#. I ensure that negative values are not inserted. I also ensure that if a student have not completely paid up a particular fee. Another fee record will be insert...
LESSON 2: CREATION OF RADZEN BLAZOR APP
Просмотров 2102 месяца назад
Steps 1. Create a folder to store the app 2. Open Radzen Blazor Studio 3. Create a new .NET 8 Blazor Web Application 4. Give your application a name (SchoolFeeManager) 5. Select Auto as interactivity mode 6. Choose Fluent Dark as Theme 7. Paste the full path to the folder you created in Step 1 Directory text box 8. Click finish 9. Once application is ready, click data tab 10. Select MSSQL under...
SCHOOL FEE MANAGEMENT SYSTEM (LESSON ONE): DATABASE DESIGN
Просмотров 752 месяца назад
Steps 1. Create the Database 2. Create Students table 3. Create School Classes table 4. Create Relationship between Students and School Classes table 5. Create FeeRecords table 6. Create Relationship between FeeRecords and Students table 7. Create Payments table 8. Create Relationship between Payments and FeeRecords table
CAN NOT CONNECT TO SQL SERVER?
Просмотров 332 месяца назад
In this lesson, I explain to what an instance of SQL SERVER is with the aid of Chat-GPT. I also explain what local instances of SQL SERVER is; the difference between default and named instances of SQL SERVER. I also explain that if you are having issues while connecting to local instance of SQL SERVER through SQL SERVER Management Studio; the first place to check is Services.msc to see if that ...
Developing Friends Photo Album With Radzen Studio and Radzen Blazor Studio
Просмотров 2082 месяца назад
Developing Friends Photo Album With Radzen Studio and Radzen Blazor Studio
LESSON NINE: Implementing Security Part 2
Просмотров 273 месяца назад
LESSON NINE: Implementing Security Part 2
LESSON EIGHT: Implementing Security Part 1
Просмотров 663 месяца назад
LESSON EIGHT: Implementing Security Part 1
LESSON SEVEN: COSMETIC CHANGES
Просмотров 684 месяца назад
LESSON SEVEN: COSMETIC CHANGES
Lesson SIX: Dashboard Part II (List Of Traffic Offenders)
Просмотров 814 месяца назад
Lesson SIX: Dashboard Part II (List Of Traffic Offenders)
LESSON FIVE: DASHBOARD PART ONE
Просмотров 1084 месяца назад
LESSON FIVE: DASHBOARD PART ONE
LESSON FOUR: Implementation of Speed Classification Entity
Просмотров 814 месяца назад
LESSON FOUR: Implementation of Speed Classification Entity
LESSON THREE: How To Change The Height And Width Of Dialogs For Add and Edit Pages
Просмотров 884 месяца назад
LESSON THREE: How To Change The Height And Width Of Dialogs For Add and Edit Pages
LESSON TWO: Creation of Baseline Blazor App Using RADZEN Blazor Studio
Просмотров 3694 месяца назад
LESSON TWO: Creation of Baseline Blazor App Using RADZEN Blazor Studio
CREATING VEHICLE MONITORING SYSTEM IN RADZEN BLAZOR LESSON ONE (DATABASE CREATION)
Просмотров 1164 месяца назад
CREATING VEHICLE MONITORING SYSTEM IN RADZEN BLAZOR LESSON ONE (DATABASE CREATION)
Migrating MySQL database to SQL Server Using Radzen Blazor Studio.
Просмотров 1025 месяцев назад
Migrating MySQL database to SQL Server Using Radzen Blazor Studio.
DEMONSTRATION OF TWO FACTOR IMPLEMENTATION IN RADZEN BLAZOR
Просмотров 2615 месяцев назад
DEMONSTRATION OF TWO FACTOR IMPLEMENTATION IN RADZEN BLAZOR
How To Insert Multiple Files Into Database And Display Preview For Ones That Are Images In Blazor
Просмотров 1125 месяцев назад
How To Insert Multiple Files Into Database And Display Preview For Ones That Are Images In Blazor
LESSON 26B: FIXING OF ERRORS WHEN STUDENT DROPDOWN DATAGRID IS POPULATED ON CA EDIT/ADD PAGES
Просмотров 857 месяцев назад
LESSON 26B: FIXING OF ERRORS WHEN STUDENT DROPDOWN DATAGRID IS POPULATED ON CA EDIT/ADD PAGES
Lesson 26A: Generation of crud pages for continuous assessment entity
Просмотров 627 месяцев назад
Lesson 26A: Generation of crud pages for continuous assessment entity