Browse by Tags

All Tags » linq to xml (RSS)

C# Quirk 1: Pretty Useless Method by avcajipe

Since asp.net 1.0/1.1, I enjoyed storing my settings in web.config because it’s both fast and convenient. < appSettings > < add key = " activeEnvironment " value = " dev " /> </ appSettings > Reading them is...

Practical C# 1: Get that spiel by avcajipe

Spiels, they’re spread throughout your application. They’re used for giving user feedback anywhere during the application’s workflow. A spiel is a business term referring to a system generated plain text response to end users in typical...
Filed under: , , ,