Click here to Skip to main content
15,885,244 members
Articles / DevOps / Unit Testing

Generic Mapper Written in TDD

Rate me:
Please Sign up or sign in to vote.
4.77/5 (13 votes)
9 Feb 2016CPOL5 min read 18.8K   18  
Write your own simple generic mapper with TDD
This article shows how to easily write own simple generic mapper with TDD. This is a great exercise to practice TDD that results in fully-working and simple generic mapper that can be used in production projects.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Poland Poland
Hello from Poland Wink | ;)

I have been a .NET Developer since 2012. Since then I have had an opportunity to work with many projects written in technologies such as WinForms, WPF, ASP.NET MVC and ASP.NET WebAPI.
Ocasionally I did some projects in my spare time (for fun, on the studies project or as a remote part-time job).
But first of all I love coding and the possibility to increase my programming skills.

For few years I have been into client-side coding in JavaScript or TypeScript with different frameworks. I try to be up to date with latest trendings but actually the client side world is moving so fast I barerly can keep up with it Smile | :)

Cheers,
Miłosz

Comments and Discussions