About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: bug
<clear></clear> is not the same as <clear/>
In the dotNET configuration files you can add items to a collection like appSettings with Because this is XML you can also use the following line to add an item: But not the same for clearing the list. Try adding … Continue reading