Browse by Tags

All Tags » 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# 2: Get that spiel (again) by avcajipe

In my last post , I was asked what was my motivation in my implementation over resource files. To be honest I have none other than the fact that this is just my blog, not a definitive source of authority. With that, here’s a separate implementation...
Filed under: , , ,

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: , , ,