Christophe Nasarre
À propos de Christophe
In addition to developing and shipping software on Microsoft stacks for 30+ years, Christophe has been working as a Technical Reviewer for MSPress, Addison-Wesley and other publishing companies since 1996 on books such as "CLR via C#" and the last editions of Windows Internals. He has finished writing the second edition of Pro .NET Memory Management with Konrad Kokosa and Kevin Gosse.
He is providing tools and insights on .NET/Windows development and troubleshooting via https://medium.com/@chnasarre.
Look for his open source projects on https://github.com/chrisnas/
Christophe also presented technical sessions on stage both internally at Microsoft or for ISVs and customers at public event such as Microsoft TechDays, NDC Oslo, DotNext or .NET Dev Days.
Les strings en .NET : une longue histoire d'amour
Toutes les applications .NET lisent, analysent ou créent des chaînes de caractères. Explorons l'impact de l'immuabilité des instances de System.String et les différentes méthodes pour lire/extraire et construire des String, des moins optimales aux plus efficaces. Vous verrez les effets des différents implémentations en termes de consommation mémoire et sur le comportement de vos applications. Préparez-vous à plonger dans le détail des "interpolated strings" et même à créer des String de manières inhabituelles.