Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chitangchin/csharppractice
CSharpPractice
https://github.com/chitangchin/csharppractice
Last synced: about 10 hours ago
JSON representation
CSharpPractice
- Host: GitHub
- URL: https://github.com/chitangchin/csharppractice
- Owner: chitangchin
- Created: 2024-08-12T14:41:06.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T17:09:40.000Z (3 months ago)
- Last Synced: 2024-08-13T17:19:25.396Z (3 months ago)
- Language: C#
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# Sandbox
### Personal Sandbox to practice implementation, fundamentals, and methods.
#### Fundamentals
- [Unit Testing](https://github.com/chitangchin/CSharpPractice/tree/master/C%23SandBoxTest)#### Methods
- [Regex.Replace](https://github.com/chitangchin/CSharpPractice/blob/master/C%23Sandbox/RegexReplace.cs)
- [str.Split() Is.EqualTo str.Split(" ")](https://github.com/chitangchin/CSharpPractice/blob/master/C%23Sandbox/SplitMethod.cs)#### Implementation