Programmatically Speaking ...

This site

Fav Blogs

Sponsors

  • MaximumASP
  • Packet Sniffer

Browse by Tags

All Tags » ASP .net performance myths (RSS)
Sorry, but there are no more tags available to filter with.
Common ASP .NET performance myths
In an MSDN article, Rob Howard writes about some of the most common performance myths with regards to ASP .net: 1. C# code runs faster than VB .NET. Not true. Rob Howard: similar code produces similar results. Me: however, there is generally a higher...