Giter Club home page Giter Club logo

tasks-fundamentals-of-.net-programming's Introduction

Tasks-fundamentals-of-.NET-Programming

Subject area of the learning task: space

  1. Development of a class system within the OOP architecture: encapsulation, inheritance, polymorphism

  2. Introducing your own generalized collection into the project

  3. Working with delegates: the ability to sort and compare elements. The conditions for comparing elements are set from a source external to the collection class. Using the Action and Func Classes

  4. Working with events: creating a class for logging the main stages of the program. Used a separate class for logging with generic methods. The class supports two output sources: console and file. The direct log printing method is in the external source (class). In the class itself, only the event is described.

  5. Exception handling: development of an exception class for the project that logs emergency situations: the presence of a configuration file, throwing exceptions in cases of errors when reading / writing files and other errors during program execution. Separated handling of standard and custom exceptions.

  6. Working with threads: sorting of the user collection is handled by a separate thread. Sorting logging has been removed (messages about the start of sorting, about sorting, how many items were processed (service information)) into a separate thread. Interaction of two streams is provided.

  7. Serialization: a set of classes has been developed for serializing and deserializing a custom collection into various data formats.

tasks-fundamentals-of-.net-programming's People

Contributors

belphisto avatar

Watchers

 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.