mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 23:03:58 +00:00
Initial commit
This commit is contained in:
parent
4a4a0b8e20
commit
0ff7fcc22e
6 changed files with 18 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ using static System.Environment;
|
|||
using static System.IO.Path;
|
||||
|
||||
Book mybook = new(title:
|
||||
"C# 11 and .NET 7 - Modern Cross-platform Development")
|
||||
"C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals")
|
||||
{
|
||||
Author = "Mark J Price",
|
||||
PublishDate = new(year: 2022, month: 11, day: 8),
|
||||
|
|
@ -35,5 +35,5 @@ WriteLine("Written {0:N0} bytes of JSON to {1}",
|
|||
arg1: filePath);
|
||||
WriteLine();
|
||||
|
||||
// Display the serialized object graph
|
||||
// display the serialized object graph
|
||||
WriteLine(File.ReadAllText(filePath));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue