IT Specialist Software Development
(ITSPC-SOFT-DEV) / ISBN : 978-1-64459-316-5
About This Course
Skills You’ll Get
Interactive Lessons
7+ Interactive Lessons | 60+ Quizzes | 79+ Flashcards | 79+ Glossary of terms
Gamified TestPrep
40+ Pre Assessment Questions | 2+ Full Length Tests | 40+ Post Assessment Questions | 80+ Practice Test Questions
Hands-On Labs
45+ LiveLab | 43+ Video tutorials | 01:02+ Hours
Video Lessons
99+ Videos | 02:06+ Hours
Introduction to Programming
- Understanding Computer Programming
- Understanding Decision Structures
- Understanding Repetition Structures
- Understanding Exception Handling
- Summary
Introduction to Object-Oriented Programming
- Understanding Objects
- Understanding Inheritance
- Understanding Polymorphism
- Understanding Encapsulation
- Summary
Understanding General Software Development
- Understanding Application Lifecycle Management
- Understanding Testing
- Interpret Application Specifications
- Understanding Data Structures
- Understanding Sorting Algorithms
- Summary
Understanding Web Applications
- Understanding Web Page Development
- Understanding ASP.NET Application Development
- Understanding IIS Web Hosting
- Understanding Web Services Development
- Summary
Understanding Desktop Applications
- Understanding Windows Forms Applications
- Understanding Console-Based Applications
- Understanding Windows Services
- Summary
Understanding Databases
- Understanding Database Management System
- Understanding Database Query Methods
- Understanding Stored Procedures
- Understanding Database Connection Methods
- Summary
Appendix A: Visual Studio 2019
Introduction to Programming
- Using the Ternary Operator
- Using the switch Statement
- Getting Started with Visual Studio
- Using the if-else Statement
- Using the if Statement
- Using the while Loop
- Using the do-while Loop
- Using the for Loop
- Using the foreach Loop
- Using the Recursive Method
- Using Error Handling
Introduction to Object-Oriented Programming
- Using static Delegates
- Using Properties
- Creating an Abstract Class
- Creating an Object
- Creating a Class
- Using Polymorphism
- Using Encapsulation
Understanding General Software Development
- Deleting an Element from an Array
- Searching an Element in an Array
- Using a Queue
- Implementing a Single Linked List
- Inserting Elements into Arrays
- Using Bubble Sort
Understanding Web Applications
- Creating a Link
- Creating an HTML Page
- Using a Cascading Style Sheet
- Creating an ASP.NET Web Form
- Creating a Web Deployment Package
- Creating a Web Service
Understanding Desktop Applications
- Creating a Windows Form
- Creating a Windows Store App
- Using Events
- Finding a List and Configuring a Windows Service
Understanding Databases
- Creating a Table
- Inserting Values into a Table
- Creating an ER diagram
- Updating a Table
- Deleting a Row from a Table
- Retrieving the Data from a Table
- Retrieving Distinct Rows from a Table
- Retrieving the Data Using the AND Operator
- Retrieving the Sorted Data Using the ORDER BY Clause
- Creating a Stored Procedure
- Connecting to a Database