static public void Main(string[] args) { AttributesExample.Execute(); Console.WriteLine("Press key to continue"); Console.ReadKey(); AssemblyExample.Execute(); Console.WriteLine("Press key to continue"); Console.ReadKey(); ShowSerialization(); }
static void Main(string[] args) { FileInfoExamlpe.Execute(); Console.WriteLine("Press key to continue"); Console.ReadKey(); AttributesExample.ExecuteHW9(); Console.WriteLine("Press key to continue"); Console.ReadKey(); AttributesExample.ExecuteHW10(); Console.WriteLine("Press key to continue"); Console.ReadKey(); SerializedExample.SerializedToJson(); Console.WriteLine("Press key to continue"); Console.ReadKey(); SerializedExample.DeSerializedFromJson(); Console.WriteLine("Press key to continue"); Console.ReadKey(); AssemblyExample.Execute(); Console.ReadKey(); }