Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/study-pm/modules
МДК 01.01 Разработка программных модулей (Спиридонова Т.С.) [Петровский колледж]
https://github.com/study-pm/modules
c-sharp mssql-server wpf
Last synced: about 11 hours ago
JSON representation
МДК 01.01 Разработка программных модулей (Спиридонова Т.С.) [Петровский колледж]
- Host: GitHub
- URL: https://github.com/study-pm/modules
- Owner: study-pm
- Created: 2024-10-28T13:20:40.000Z (4 months ago)
- Default Branch: feat/cooking-book
- Last Pushed: 2025-02-03T19:03:13.000Z (8 days ago)
- Last Synced: 2025-02-03T20:20:07.967Z (8 days ago)
- Topics: c-sharp, mssql-server, wpf
- Language: C#
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# МДК 01.01 Разработка программных модулей
671399405040133e8429e521- [Overview](#overview)
- [About this file](#about-this-file)
- [Project information](#project-information)
- [Project Structure](#project-structure)## Overview
### About this file
The purpose of this file is to provide basic overview, setup, usage and other instructions as well as the general background information about the project.### Project information
| | |
-- | --
**Title** | МДК 01.01 Разработка программных модулей
**Url** | https://e-learn.petrocollege.ru/course/view.php?id=6620
**Released** |
**Authors** | Спиридонова Татьяна Сергеевна
**Publishers** | Петровский колледж
**Catalogues** |
**Discipline** | Software Development
**Subjects** | C#, WPF, MySQL, SQL### Project Structure
This section defines the general project's structure and provides a top-level file/directory layout. Some items may not be present in the actual project or listed here depending on the specific user's configuration and current project state.```sh
.
├─<📁 .git # Version control files
├>>📁 .tmp # Temporary files
├──📁 assets # Additional value files
├─*📁 img # Binary graphics
├─*📁 res # Static resources
├──📁 samples # Usage examples
├──📁 src # Source code
├──📁 svg # Vector graphics
├──📁 wiki # Knowledge base
├── 🗎 .gitignore # VCS blob ignores
├── 🗎 notes.md # Subject information
├── 🗎 README.md # Project overview
├── 🗎 related.md # Related sources
├── 🗎 SETUP.md # Setup instructions
├─> 🗎 styles.css # Custom stylesheet
└─> 🗎 todos.md # Task list
```- `─` denotes an item
- `<` denotes a hidden item ingored by default;
- `*` denotes an item present in the project but ignored by VCS (put in the *.gitignore* file);
- `>` denotes an item ignored locally (at specific user's project level — should be put in the *.git/info/exclude* file)
- `>>` denotes an item ignored globally (at specific user's system level — should be put in the *~/.gitignore_global* file)