Menu

Close
  • GSPD website
  • Home
Subscribe
GSPD Blog Menu
Tagir Tahtarov's Picture

Tagir Tahtarov

Software Engineer

2 posts
Page 1 of 1

Deleting XML nodes in C# done right

Lets imagine we have task: Select all nodes <Test> from XML file using Xpath and delete them. No problem: XmlNodeList nodeList = xml.SelectNodes("//Test" »

Tagir Tahtarov Tagir Tahtarov 28 November 2016

Fun with micro-optimization in C#

Intro Let's speak about code optimization. It is a real fun making the code run faster. Just imagine: you take a cup of tea, sit down »

Tagir Tahtarov Tagir Tahtarov on C#, optimization, foreach, performance, code-readability 01 November 2016
Page 1 of 1
GSPD Blog © 2021
Proudly published with Ghost