Course catalog

Categories

Showing 761-780 of 9,126 items.

Artist at Work: Color as Shape

Break an image down into its basic shapes and learn how to effectively compose a drawing or painting.

Artist at Work: Complementary Colors

An award-winning illustrator sits down at the drawing board to explain how complementary colors can make your artwork and designs more compelling and vibrant.

Artist at Work: Creating a Visual Hierarchy

Learn to use tone, color, and glazing to establish a visual hierarchy in your artwork and designs.

Artist at Work: Creating Depth of Field

Learn to add the illusion of depth to your artwork with the effective use of color and contrast.

Artist at Work: From Sketch to Finished Vector Illustration

Watch Von take a simple, scanned sketch and turn it into colorful, vector-based artwork with Adobe Illustrator.

Artist at Work: Tertiary Colors

Explore tertiary color, the neutral browns and greys that make vibrant colors pop and subtle paintings possible.

Artist at Work: Textures

Add visual texture to your artwork with color, pattern, and a variety of brush strokes. Break up repetitive strokes and static blocks of color for more dynamic images.

Artist Series with Hillman Curtis

An in-depth look at the work and processes of the design firm Pentagram and its designers.

Artists and Their Work: Conversations about Mograph VFX and Digital Art

Rob Garrott interviews storyboard artists, animators, VFX artists, and other film-industry pros in this series of creative conversations.

Asking for a Raise

Learn how to understand and communicate your professional value and get what you want in a salary negotiation.

Asking for Feedback as an Employee

Learn how to take ownership of your professional growth by asking for and receiving meaningful feedback.

Asking Great Sales Questions

Learn how to ask sales questions that lead to high-quality interactions with customers and clients.

ASP.NET Core Identity: Authentication Management

Learn how to authenticate users in ASP.NET Core. See how to set up the .NET Core Identity system, use external login providers, and implement a cookie-based authentication system.

ASP.NET Core Identity: Authorization Management

Learn how to authorize varying levels of access and add layers of security to your ASP.NET Core applications.

ASP.NET Core New Features

Learn about all the helpful new features and functionality present in ASP.NET Core 1.0, 1.1, 2.0, and 2.1, and explore the benefits offered by each iteration of the web framework.

ASP.NET Core: Communication Management

Discover how to integrate email services into your ASP.NET Core application. Learn how to use services such as SendGrid to send and track emails and help build your business.

ASP.NET Core: Converting Synchronous Calls to Asynchronous

Learn how to switch from synchronous programming to asynchronous programming—and vice versa—in ASP.NET Core and Entity Framework Core.

ASP.NET Core: Exception Handling (233135)

When things go bad, good programmers are ready. Exception handling allows you to ensure your applications respond to errors with grace. With the right exception handling, your user’s experience will never be disrupted. This course teaches the basics of handling exceptions in the ASP.NET Core framework. Instructor Ervis Trupja starts with an overview of exception handling and then works through the various techniques to catch exceptions in ASP.NET. Learn how to use try-catch-finally to identify and handle errors, using both built-in and custom exception types. Then discover how to handle errors more efficiently with global handlers, and add exception filters to your .NET Core applications to apply global policies to unhandled exceptions.

ASP.NET Core: Health Checks and Logging (229939)

Logging and health checks in ASP.NET Core are vital for enterprise and commercial development. You need to understand what's happening on your site in order to find where problems have occurred, spot security issues, and discover optimization opportunities. In this course, instructor Christian Wenz shows you how to use the logging infrastructure that ASP.NET Core provides and then introduces you to the features that ASP.NET Core offers for health checks, including how to create, register, and customize them. Christian gives you a quick tour of the sample app that you will use in this course. Then he gets into the logging portion of the course, covering topics such as how to configure logging, log to files, log to Azure, use log scopes, and more. After a challenge to see how well you understand logging, Christian discusses ASP.NET Core health checks, including how to configure and add health checks, create a UI to work with health checks, and secure your health check endpoints.

ASP.NET Core: Internationalization

Learn how to take your ASP.NET Core website worldwide. Discover how to configure your code for internationalization, and customize your site's content based on the local culture.