Question: Create a console application named Assignment03 that queries the Northwind database for all the categories and products, and then serializes the data using at least
Create a console application named Assignment03 that queries the Northwind database for all the categories and products, and then serializes the data using at least three formats of serialization available to .NET Core.
The application should also print out the number of bytes used by each form of serialization and rank them from smallest to largest
Step by Step Solution
There are 3 Steps involved in it
namespace Assignment03 using System using SystemCollectionsGeneric using SystemIO using SystemLinq u... View full answer
Get step-by-step solutions from verified subject matter experts
