Updated: Performance Enhancements for ASP.NET
Hi, folks –
Doug D. contributed some performance enhancements updates for the two ASP.NET variations of MobileESP. Here is a summary of changes:
- Variables: Converted the private member strings to constants for faster object creation.
- Removed unused property: deviceXoom.
- Wrote member strings in UPPERCASE rather than calling the ToUpper() on each one.
- Added a note to OnInit() that one may optionally override InitializeCulture() instead so that the mobile detection can happen earlier in page’s lifecycle, if necessary.
Thank you for the contributions, Doug!
Anthony