AutoMapper makes life easy, but has its limits. Learn how to implement a custom mapper to handle complex data structures or incompatible types. When working on applications, you will often need to ...
The objective of this GitHub project is to demo a simple CRUD web api application with additional tutorials (including YouTube videos) and references including ...
What are we going to build? In this tutorial I will show how to build a simple WebApi for ToDo application. I will show the main concepts and a boilerplate code for mentioned technologies so you can ...
Learn when static methods can’t be unit tested and how to use wrapper classes and the Moq and xUnit frameworks to unit test them when they can When building or working in .NET applications you might ...
Here's a hands-on tutorial from bona-fide data scientist Dr. James McCaffrey of Microsoft Research to get you up to speed with machine learning development using C#, complete with code listings and ...
In this post, you will learn about C# programming for Android, as well as where it fits in in the grand scheme of Android development. If you’re interested in becoming an Android developer, you may be ...