https://github.com/diable201/ict
ICT course spring 2021
https://github.com/diable201/ict
calculator console-application console-game csharp paint windowsforms-applications
Last synced: 2 months ago
JSON representation
ICT course spring 2021
- Host: GitHub
- URL: https://github.com/diable201/ict
- Owner: diable201
- License: mit
- Created: 2021-02-04T09:32:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T10:03:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T19:55:22.731Z (4 months ago)
- Topics: calculator, console-application, console-game, csharp, paint, windowsforms-applications
- Language: C#
- Homepage:
- Size: 648 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ICT (C# programming)
## Introduction to C#
C# is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in the .NET ecosystem. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices.
C# is used for:
* Mobile applications
* Desktop applications
* Web applications
* Web services
* Web sites
* Games
* VR
* Database applications
* And much, much more!
## About this repository
This repository contains all the code for the course **"ICT"** in the spring semester 2021 year in KBTU. This repository includes both the code from the lectures and the codes of practical tasks. Also problems from [**Informatics**](Problems/) and [**Final Exam**](FinalExam/).
## License
This repository is released under the [MIT license](LICENSE.md). In short, this means you are free to use this software in any personal, open-source or commercial projects. Attribution is optional but appreciated.