Project aimed at gathering examples of use of some tools used throughout .Net development
- Serializer and Deserializer JSON to Objects and Reverse
- Serializer and Deserializar XML to Objects and Reverse
dotnet new [template] --output [nameproject]
dotnet sln [namesolution] add [nameproject]
dotnet add [nameprojectsource] reference [nameprojectreference]
dotnet add [nameproject] package [namepackage]
dotnet build [namesolution]
dotnet clean && dotnet restore [namesolution]
dotnet test [nameprojecttests]tools.csproj
Newtonsoft