Software Development
Showing 601–612 of 673 results
UPValenciaX: IT Fundamentals for Business Professionals: Software development
Working with Information Technology (IT) without the necessary background? Learn the fundamentals of software development
Using a C18 Preprocessor (CPP)
This course will teach you the role of C Preprocessor in the C programming language. You'll learn how C Preprocessor plays a role during the compilation process of a C program and how you can use various preprocessor directives practically.
Using Annotations in Java (Java SE 11 Developer Certification 1Z0-819)
Annotations in Java help you make your code readable and help the compiler generate metadata for your Java types. This course will teach you how to use built-in annotations, develop custom Java annotations, and apply them to real-world applications.
Using Configuration and Options in .NET Core 3 and ASP.NET Core 3 Apps
This course will teach you everything you need to know about using configuration and options in ASP.NET Core. The skills you will learn will help you to build complex ASP.NET Core applications which can be configured from multiple sources.
Using gRPC in ASP.NET Core 5
In today's market, building services that communicate with a variety of platforms is crucial. gRPC represents a new, cross-platform, open-source way to build services for places that need tighter contracts and higher performance.
Using IIS 10 as a Developer
IIS is the backbone for application development in the Microsoft stack. This course will teach you what IIS is, how it works, and how to work effectively with it.
Using Operators, Decision, and Looping Constructs (Java SE 8 Programmer I Certification 1Z0-808)
This course will teach you the tips, tricks, and pitfalls of using operators and flow control statements in Java to help you prepare for the certification exam.
Using Reflection in a C# Application: Best Practices
In this course you’ll learn when reflection is useful and how to use it in .NET.
Using Spring Boot 2 with Spring Initializr
As a Spring Boot developer, it can be daunting to create a Spring Boot 2 application from scratch. This course will teach you how to use Spring Initializr to jumpstart project definition and dependency selection for your Spring Boot 2 application.
Using TypeScript 4 Modules
Build a solid foundation of fundamental TypeScript knowledge by learning in full how TypeScript's module system works. Excel at importing and exporting code, master ambient modules, and get to grips with TypeScript's module resolution process.
Validating Data Input in Spring 6 Web Applications
Data validation is one of the most critical aspects when designing and building a high quality system. This course will teach you how to properly validate input data while using Spring Web 6.
VB.NET 4 Fundamentals
Learn all the standard syntax of Visual Basic such as defining variables, if statements, and loop constructs. Learn object-oriented principles such as inheritance, overloading and overriding.