Skip to content

Commit e98a0ff

Browse files
Merge pull request #8 from vincentiroleh/TDD-in-csharp-resources
update README with TDD Csharp resources
2 parents 881a05b + 676e50d commit e98a0ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
2222
- [Reactjs](#reactjs)
2323
- [TDD in Ruby](#tdd-in-ruby)
2424
- [Rails](#rails)
25+
- [TDD in C#](#tdd-in-C#)
2526

2627
## TDD IN PYTHON
2728

@@ -141,6 +142,12 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
141142
* [15 TDD Steps to create a Rails Application](http://andrzejonsoftware.blogspot.com.ng/2007/05/15-tdd-steps-to-create-rails.html)
142143
* [Learn TDD with Ror](https://github.com/fsproru/tdd_with_ror)
143144

145+
## TDD IN C#
146+
147+
* [Get some hands-on practice with test-driven development in C#](https://www.freecodecamp.org/news/tdd-explanation-hands-on-practice-with-c-a0124338be44/)
148+
* [Walkthrough: Test-driven development using Test Explorer](https://docs.microsoft.com/en-us/visualstudio/test/quick-start-test-driven-development-with-test-explorer?view=vs-2019)
149+
* [Walkthrough: Create and run unit tests for managed code](https://docs.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code?view=vs-2019)
150+
* [TDD in C# From A to Z](https://www.udemy.com/course/tdd-csharp/)
144151

145152
## Contributing
146153

0 commit comments

Comments
 (0)