|
|
|
|
|
by sajidnizami
5565 days ago
|
|
It does but I think you misunderstood the point. Most .Net developers are working on intranet sites. They don't have problem with large footprint pages. When they move to internet and public domain websites, they are newbies. It takes them a while to adjust to the way internet sites are written. SEO optimizations, CDN usage, Ajax calls etc are pretty important on internet site than on intranet site. Imagine using a Update Panel to code for an internet website. It would create enough junk javascript to delay a page load but it works fine on intranet. To fix this jQuery or some other Javascript framework must be brought in. |
|
Companies like 37signals are doing it successfully ;)