GithubHelp home page GithubHelp logo

dhnugroho / c-sharp-exception-and-error-handling-3812037 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linkedinlearning/c-sharp-exception-and-error-handling-3812037

0.0 0.0 0.0 49 KB

This repo is for Linkedin Learning course: C# Exception and Error Handling

License: Other

C# 96.22% Dockerfile 3.78%

c-sharp-exception-and-error-handling-3812037's Introduction

C# Exception and Error Handling

This is the repository for the LinkedIn Learning course C# Exception and Error Handling. The full course is available from LinkedIn Learning.

lil-thumbnail-url

It’s just a fact that, despite all efforts to write the cleanest and most error-free programs, at some point you’re going to run into problems. Knowing how to properly handle error conditions and exceptions within your C# programs—before they affect user experience—is an absolute must. In this course, Joe Marini shows you how to work with C# exceptions and implement best-practice error handling protocols to make your applications resilient in the face of an unpredictable world.

Instructions

You can download the source code for the course and work locally on your computer, or you can work online in the browser using a Codespace.

Installing

  1. To use these exercise files locally on your computer, you must have the following installed:
    • .NET SDK (not just the .NET runtime)
    • A code editor such as Visual Studio Code
  2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
  3. The project files are set up for use with .NET SDK v6. If you have a later version of .NET installed, you can edit each project file to work with that version.
    • Open the .csproj file for the particular example
    • Edit the XML tag named <TargetFramework> and change it to your version of .NET
    • Example: Change <TargetFramework>net6.0</TargetFramework> to read <TargetFramework>net8.0</TargetFramework> to work with .NET 8

Instructor

Joe Marini

Technology Industry Veteran

Check out my other courses on LinkedIn Learning.

c-sharp-exception-and-error-handling-3812037's People

Contributors

joemarini avatar smoser-lil avatar linkedin-mh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.