An open API service indexing awesome lists of open source software.

https://github.com/whitedodo/mindprogramwithcsharp

상담 프로그램을 c#과 마리아DB로 작성하였다.(The counseling program was written in c # and Maria DB.)
https://github.com/whitedodo/mindprogramwithcsharp

c-sharp csharp dotnet-framework mariadb mariadb-database

Last synced: 3 months ago
JSON representation

상담 프로그램을 c#과 마리아DB로 작성하였다.(The counseling program was written in c # and Maria DB.)

Awesome Lists containing this project

README

          

# mindProgram with C sharp
#### 작성자 소개(About the author)
> ##### 1. Dodo (rabbit.white@daum.net / jungwy@kumoh.ac.kr)
> ##### 2. Created by: 2019-07-20
> ##### 3. Description:
> ###### 3-1. 2019-07-20 ~ 2019-07-20 (회원 등록, 상담, 상담 코멘트 등록 구현[Member registration, consultation, consultation comment implementation registration)])
> ##### 4. License: GNU License v3

#### 빌드(Build)
> ##### 1. Microsoft Visual Studio 2017 이상으로 컴파일하면 된다.(You will need to compile with Microsoft Visual Studio 2017 or later.)
> ##### 2. 빌드할 때 유의할 점은 MySQL Connector가 있어야 한다.(The thing to note when building is the MySQL Connector.)
> ##### 3. MariaDB(MySQL)의 외부접속 허용이 되어 있으면, 다중 접속이 가능하다.
> ####### 명령어: GRANT ALL PRIVILEGES ON *.* TO 'userID'@'%' IDENTIFIED BY 'userPassword' WITH GRANT OPTION;
FLUSH PRIVILEGES;

#### Quick Start(쉬운 시작)
> ##### 1. 일반 사용자는 .NET Framework와 MySQL Connector/NET을 설치 후 사용한다.(General users use .NET Framework and MySQL Connector / NET after installation.)

#### 시연(Practice Site)
> ##### 1. 190721 003238(mindProgram with C Sharp 시연), Last Modified 2019-07-21, Accessed by 2019-07-21, https://youtu.be/pDXq3GZP5rY
> ##### 2. 190721 110325(mindProgram 윈도우 타블릿에서 시연하기), Last Modified 2019-07-21, Accessed by 2019-07-21, https://youtu.be/SHIFhtwRwyg
> ##### 3. 190721_115500(mindProgram 프로그램에서 서버 환경설정하기), Last Modified 2019-07-21, Accessed by 2019-07-21, https://youtu.be/S45j32yZv5o
> ##### 4. 190721_120301(mindProgram SQL 서버 설치하기), Last Modified 2019-07-21, Accessed by 2019-07-21, https://youtu.be/h6eJuy542bk

#### 참고자료(Reference)
> ##### 1. MySQL :: Download Connector/NET, Last Modified 2019-07-21, Accessed by 2019-07-21, https://dev.mysql.com/downloads/connector/net/
> ##### 2. The Official MariaDB Website | MariaDB, Last Modified 2019-07-20, Accessed by 2019-07-20, https://mariadb.com/
> ##### 3. Download Microsoft .NET Framework 4.5 from Official Microsoft Download Center, Last Modified 2019-07-21, Accessed by 2019-07-21, https://www.microsoft.com/ko-kr/download/details.aspx?id=30653
> ##### 4. Windows.NET Framework 4.7 오프 라인 설치 프로그램, Last Modified 2019-07-20, Accessed by 2019-07-20, https://support.microsoft.com/ko-kr/help/3186497/the-net-framework-4-7-offline-installer-for-windows
> ##### 5. HeidiSQL - MariaDB, MySQL, MSSQL and PostgreSQL made easy, Last Modified 2019-07-21, Accessed by 2019-07-21, https://www.heidisql.com/
> ##### 6. C# 프로그래밍 가이드 | Microsoft Docs, Last Modified 2019-07-21, Accessed by 2019-07-21, https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/