by Necat Bolpaça
19. March 2009 20:17
This bugs driving me insane. If I tracked all code output line by line, and determine which sql query cause a crash, then WHY i am using c# ?
Lets see why c# rocks (from my perspective)
* Its strong typed
Yes, thats all :)
Uh, there are more reasons:
* When you successfully compile one project (or component) you can trust them a degree. Because everything is a object. You created them, you manipulated them and return values, images etc.
* All things perfectly match with others as good as Legos™
But, when a string comes on, everything must be double-checked. Markup values, some parameters and all sql scripts are string. There is no strong typing and every issue come at runtime.
...
...
(this post like a twitter-like but i dont want write any more about this, at least -for now- thanks.)
ac9d300b-99ea-4f04-a8dd-28ebe9bebc3b|0|.0
Tags:
c# | English