{"id":25181690,"url":"https://github.com/ahmed-gaper/employee-system","last_synced_at":"2026-05-13T07:02:12.606Z","repository":{"id":276645060,"uuid":"929858003","full_name":"Ahmed-Gaper/Employee-System","owner":"Ahmed-Gaper","description":"Developed during ITI's winter training, this console application implements a Employee System that demonstrates our learnings in C#, object-oriented programming, and database management and design. ","archived":false,"fork":false,"pushed_at":"2025-02-09T15:45:48.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T16:28:45.802Z","etag":null,"topics":["ado-net","microsoft-sql-server","mysql","oop","ssms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ahmed-Gaper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-09T15:15:37.000Z","updated_at":"2025-02-09T15:48:02.000Z","dependencies_parsed_at":"2025-02-10T08:31:03.440Z","dependency_job_id":null,"html_url":"https://github.com/Ahmed-Gaper/Employee-System","commit_stats":null,"previous_names":["ahmed-gaper/employee-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Gaper%2FEmployee-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Gaper%2FEmployee-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Gaper%2FEmployee-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Gaper%2FEmployee-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ahmed-Gaper","download_url":"https://codeload.github.com/Ahmed-Gaper/Employee-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ado-net","microsoft-sql-server","mysql","oop","ssms"],"created_at":"2025-02-09T17:18:37.719Z","updated_at":"2026-05-13T07:02:07.569Z","avatar_url":"https://github.com/Ahmed-Gaper.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Employee-System\n\nA simple C# console application that connects to an MS SQL Server database to manage employee records. The application demonstrates how to perform CRUD operations using ADO.NET and provides a menu-driven interface for user interaction.\n\n## Setup Instructions\n\n### 1. Clone the Repository\n\nClone this repository to your local machine using the following commands:\n\n```bash\ngit clone https://github.com/yourusername/EmployeeManagement.git\ncd EmployeeManagement\n```\n\n## 2. Set Up the Database\n1. Open SQL Server Management Studio (SSMS).\n 2. Execute the following SQL script to create the database and table:\n```SQL\nCREATE DATABASE EmployeeDB;\n\nUSE EmployeeDB;\n\nCREATE TABLE Employees (\n    ID INT IDENTITY(1,1) PRIMARY KEY,\n    Name NVARCHAR(100) NOT NULL,\n    Salary FLOAT NOT NULL,\n    Gender INT NOT NULL,  \n    Age INT NOT NULL\n);\n```\n## 3. Verify the Connection String\nIn Program.cs, the connection string is set as follows:\n```csharp\nstring connectionString = \"Server=.\\\\SQLEXPRESS;Database=EmployeeDB;Trusted_Connection=True;\";\n```\nIf your SQL Server instance or authentication method differs, update the connection string accordingly.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-gaper%2Femployee-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmed-gaper%2Femployee-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-gaper%2Femployee-system/lists"}