Create a switch for ASP.Net objects
- in C#
In my opinion one of the most underused tools in a coders tool belt is the “switch” statement because it can be much faster than using several “if” statements and a lot easier to read.…
a little philosophy in code
In my opinion one of the most underused tools in a coders tool belt is the “switch” statement because it can be much faster than using several “if” statements and a lot easier to read.…
I am trying to figure out the best practice for accessing settings from the app config file or the web config. I have seen at least a couple of different approaches to this and I…
This is probably a little old, but I am having some trouble so I figured I would start a post to see if I could help some people and possibly get some help myself. I…