Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chitangchin/csharppractice

CSharpPractice
https://github.com/chitangchin/csharppractice

Last synced: about 10 hours ago
JSON representation

CSharpPractice

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