Programming tag
May 16, 2017
Naming Things is Hard
in: Programming, Software Tagged: computer science, Programming tag, software development
So What? “There are only two hard problems in Computer Science: cache invalidation and naming things.” – Phil Karlton. The above quote, while somewhat tongue in cheek, wears the ring of truth. Naming things is hard. Even when you put enormous effort into consistent and clear naming, you will invariably end up with some muddy […]
June 4, 2012
ASP.NET vs ASP Classic – 4 Reasons Why ASP.NET is Superior
in: Programming, Software Tagged: ASP.NET, Programming tag
ASP.NET is superior to ASP Classic. There are four main areas that make ASP.NET a much better choice for programmers. These four areas include: stability, performance, scalability, and language support.