IT Specialist Software Development

(ITSPC-SOFT-DEV)/ISBN:978-1-64459-316-5

This course includes
Lessons
TestPrep
Hands-On Labs
AI Tutor (Add-on)

Lessons

7+ Lessons | 60+ Quizzes | 79+ Flashcards | 79+ Glossary of terms

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

Here's what you will learn

Download Course Outline

Lessons 1: Introduction to Programming

  • Understanding Computer Programming
  • Understanding Decision Structures
  • Understanding Repetition Structures
  • Understanding Exception Handling
  • Summary

Lessons 2: Introduction to Object-Oriented Programming

  • Understanding Objects
  • Understanding Inheritance
  • Understanding Polymorphism
  • Understanding Encapsulation
  • Summary

Lessons 3: Understanding General Software Development

  • Understanding Application Lifecycle Management
  • Understanding Testing
  • Interpret Application Specifications
  • Understanding Data Structures
  • Understanding Sorting Algorithms
  • Summary

Lessons 4: Understanding Web Applications

  • Understanding Web Page Development
  • Understanding ASP.NET Application Development
  • Understanding IIS Web Hosting
  • Understanding Web Services Development
  • Summary

Lessons 5: Understanding Desktop Applications

  • Understanding Windows Forms Applications
  • Understanding Console-Based Applications
  • Understanding Windows Services
  • Summary

Lessons 6: Understanding Databases

  • Understanding Database Management System
  • Understanding Database Query Methods
  • Understanding Stored Procedures
  • Understanding Database Connection Methods
  • Summary

Appendix A: Visual Studio 2019

Hands-on LAB Activities

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