Software Development
Showing 61–72 of 673 results
Behavioral Design Patterns in Kotlin
Patterns are the fundamental design and communication toolkit of programmers. This course will teach you the classic Gang of Four behavioral patterns but with implementations in Kotlin.
Best Practices in ASP.NET Core 5: Entities, Validation, and View Models
Are you struggling when dealing with entities, validation, and models inside your .NET applications? This course will teach you pragmatic best practices for using entities, validation, and models in ASP.NET Core projects.
Build an HTML Helper Library for ASP.NET MVC 5
Creating your own HTML Helpers simplifies your MVC coding when working with Bootstrap and HTML 5. Moving this code into Helpers can reduce the runtime errors and CSS errors you might otherwise encounter.
Build Your Own Application Framework with ASP.NET MVC 5
In this advanced course, you will learn how to maximize your productivity with ASP.NET MVC by building your own application framework.
Building .NET MAUI Applications with MVVM
This course will teach you how to build .NET MAUI applications using the MVVM architectural pattern.
Building a Data-driven ASP.NET Core Application with EF Core
This course will teach you how to build a full data-driven web application using ASP.NET Core and Entity Framework Core.
Building a JavaScript Development Environment
Are you new to JavaScript development? This course will teach you how to set up a cross-platform development environment using VS Code with Node.js and npm for efficient coding and debugging.
Building a Real-world C# Application
Learn how to best build real-world applications using C#. This course will teach you everything you need to go from zero to a completed product ready for distribution.
Building Advanced Windows PowerShell 4 Functions and Modules
If you're looking to go from someone who simply hacks things together with PowerShell to someone with the skills to build readable and maintainable code, then this is the course for you. You will cover everything there is to know, from building simple scripts and basic functions to advanced functions and modules.
Building an Application Using Java SE
Building Java applications requires more than knowing the Java language. This course will teach you the tools, libraries, and practices you need to start building Java SE applications.
Building Applications Using Spring JDBC 5
This course covers integrating Spring JDBC into your application. You'll learn setup and configuration, PreparedStatements, RowMapper, NamedParameter, and their various approaches utilizing JdbcTemplate, SimpleJdbcInsert, and SimpleJdbcCall.
Building ASP.NET Core 3 Hosted Services and .NET Core 3 Worker Services
You should take this course to learn about using hosted services in ASP.NET Core application to perform background workloads. You will also learn how to build .NET Core microservices using the worker service template.