0
votes
SQL Server for C# Programmers
I tend to like books because I can read them anywhere, I can go at my own pace and I can get eBook copies (when using apress). I also happen to learn more efficiently in this manner as I already k …
2
votes
When should one try to eliminate a switch statement?
This switch statement is fine. Do you guys not have any other bugs to attend to? lol
However, there is one thing I noticed... You shouldn't be using index ordinals on the IReader[] objec …
1
vote
How do I setup a nested/chained function within a C# Class.
Basically, your functions List_Departments() and List_Categories are returning some typed object correct? That being, the object returned would have to have a Method created in it's class …
0
votes
progmatically rewritemap rules at runtime
Basically, you could load some rules you create in your application from some persisted store (web.config file, database, etc...) at the application startup and then keep those rules stored in memo …
