@ -54,7 +54,7 @@ https://www.themoviedb.org/movie/11-star-wars"));
{
{
await using var stream = new MemoryStream (
await using var stream = new MemoryStream (
Encoding . UTF8 . GetBytes (
Encoding . UTF8 . GetBytes (
NormalizeLineEndings (
NormalizeLineEndingsLF (
@"<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes" " ?>
@"<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes" " ?>
< artist >
< artist >
< name > Billy Joel < / name >
< name > Billy Joel < / name >
@ -130,7 +130,7 @@ https://www.themoviedb.org/movie/11-star-wars"));
"Earnest"
"Earnest"
} ) ;
} ) ;
nfo . Biography . Should ( ) . Be (
nfo . Biography . Should ( ) . Be (
NormalizeLineEndings (
NormalizeLineEndingsLF (
@"William Martin ""Billy"" Joel (born May 9, 1949, New York, USA) is an American pianist, singer-songwriter, and composer. Since releasing his first hit song, ""Piano Man" ", in 1973, Joel has become the sixth-best-selling recording artist and the third-best-selling solo artist in the United States, according to the RIAA. His compilation album Greatest Hits Vol. 1 & 2 is the third-best-selling album in the United States by discs shipped.
@"William Martin ""Billy"" Joel (born May 9, 1949, New York, USA) is an American pianist, singer-songwriter, and composer. Since releasing his first hit song, ""Piano Man" ", in 1973, Joel has become the sixth-best-selling recording artist and the third-best-selling solo artist in the United States, according to the RIAA. His compilation album Greatest Hits Vol. 1 & 2 is the third-best-selling album in the United States by discs shipped.
Joel had Top 4 0 hits in the 1 9 7 0 s , 1 9 8 0 s , and 1 9 9 0 s , achieving 3 3 Top 4 0 hits in the United States , all of which he wrote himself . He is also a six - time Grammy Award winner , a 2 3 - time Grammy nominee and one of the world ' s best - selling artists of all time , having sold over 1 5 0 million records worldwide . He was inducted into the Songwriter ' s Hall of Fame ( 1 9 9 2 ) , the Rock and Roll Hall of Fame ( 1 9 9 9 ) , and the Long Island Music Hall of Fame ( 2 0 0 6 ) . In 2 0 0 8 , Billboard magazine released a list of the Hot 1 0 0 All - Time Top Artists to celebrate the US singles chart ' s 5 0 th anniversary , with Billy Joel positioned at No . 2 3. With the exception of the 2 0 0 7 songs "" All My Life "" and "" Christmas in Fallujah "" , Joel stopped writing and recording popular music after 1 9 9 3 ' s River of Dreams , but he continued to tour extensively until 2 0 1 0. Joel was born in the Bronx , May 9 , 1 9 4 9 and raised in Hicksville , New York in a Levitt home . His father , Howard ( born Helmuth ) , was born in Germany , the son of German merchant and manufacturer Karl Amson Joel , who , after the advent of the Nazi regime , emigrated to Switzerland and later to the United States . Billy Joel ' s mother , Rosalind Nyman , was born in England to Philip and Rebecca Nyman . Both of Joel ' s parents were Jewish . They divorced in 1 9 6 0 , and his father moved to Vienna , Austria . Billy has a sister , Judith Joel , and a half - brother , Alexander Joel , who is an acclaimed classical conductor in Europe and currently chief musical director of the Staatstheater Braunschweig .
Joel had Top 4 0 hits in the 1 9 7 0 s , 1 9 8 0 s , and 1 9 9 0 s , achieving 3 3 Top 4 0 hits in the United States , all of which he wrote himself . He is also a six - time Grammy Award winner , a 2 3 - time Grammy nominee and one of the world ' s best - selling artists of all time , having sold over 1 5 0 million records worldwide . He was inducted into the Songwriter ' s Hall of Fame ( 1 9 9 2 ) , the Rock and Roll Hall of Fame ( 1 9 9 9 ) , and the Long Island Music Hall of Fame ( 2 0 0 6 ) . In 2 0 0 8 , Billboard magazine released a list of the Hot 1 0 0 All - Time Top Artists to celebrate the US singles chart ' s 5 0 th anniversary , with Billy Joel positioned at No . 2 3. With the exception of the 2 0 0 7 songs "" All My Life "" and "" Christmas in Fallujah "" , Joel stopped writing and recording popular music after 1 9 9 3 ' s River of Dreams , but he continued to tour extensively until 2 0 1 0. Joel was born in the Bronx , May 9 , 1 9 4 9 and raised in Hicksville , New York in a Levitt home . His father , Howard ( born Helmuth ) , was born in Germany , the son of German merchant and manufacturer Karl Amson Joel , who , after the advent of the Nazi regime , emigrated to Switzerland and later to the United States . Billy Joel ' s mother , Rosalind Nyman , was born in England to Philip and Rebecca Nyman . Both of Joel ' s parents were Jewish . They divorced in 1 9 6 0 , and his father moved to Vienna , Austria . Billy has a sister , Judith Joel , and a half - brother , Alexander Joel , who is an acclaimed classical conductor in Europe and currently chief musical director of the Staatstheater Braunschweig .
Joel ' s father was an accomplished classical pianist . Billy reluctantly began piano lessons at an early age , at his mother ' s insistence ; his teachers included the noted American pianist Morton Estrin and musician / songwriter Timothy Ford . His interest in music , rather than sports , was a source of teasing and bullying in his early years . ( He has said in interviews that his piano instructor also taught ballet . Her name was Frances Neiman , and she was a Juilliard trained musician . She gave both classical piano and ballet lessons in the studio attached to the rear of her house , leading neighborhood bullies to mistakenly assume that he was learning to dance . ) As a teenager , Joel took up boxing so that he would be able to defend himself . He boxed successfully on the amateur Golden Gloves circuit for a short time , winning twenty - two bouts , but abandoned the sport shortly after breaking his nose in his twenty - fourth boxing match .
Joel ' s father was an accomplished classical pianist . Billy reluctantly began piano lessons at an early age , at his mother ' s insistence ; his teachers included the noted American pianist Morton Estrin and musician / songwriter Timothy Ford . His interest in music , rather than sports , was a source of teasing and bullying in his early years . ( He has said in interviews that his piano instructor also taught ballet . Her name was Frances Neiman , and she was a Juilliard trained musician . She gave both classical piano and ballet lessons in the studio attached to the rear of her house , leading neighborhood bullies to mistakenly assume that he was learning to dance . ) As a teenager , Joel took up boxing so that he would be able to defend himself . He boxed successfully on the amateur Golden Gloves circuit for a short time , winning twenty - two bouts , but abandoned the sport shortly after breaking his nose in his twenty - fourth boxing match .
@ -153,9 +153,8 @@ Joel attended Hicksville High School in 1967, but he did not graduate with his c
}
}
}
}
private static string NormalizeLineEndings ( string str ) = >
private static string NormalizeLineEndingsLF ( string str ) = >
str
str
. Replace ( "\r\n" , "\n" )
. Replace ( "\r\n" , "\n" )
. Replace ( "\r" , "\n" )
. Replace ( "\r" , "\n" ) ;
. Replace ( "\n" , Environment . NewLine ) ;
}
}