static void

ASP.Net

History

Nuget vs jQuery

jQuery v2+ (2013) is not compatible with IE 6-8. Most corporate environments should be on Windows 7 with IE11 (2013), but WinXP users are stuck on IE8. In packages.config you can limit jQuery to the last IE8 comaptible version.

<package id="jQuery" version="1.12.4" targetFramework="net461" allowedVersions="[1.10.1,2)" />

General ASP.net v2-v4.6 (2005-2016)

Webforms .net v2-4.5 (2005-2016)

Asp MVC v3-v5 (2010-2016)

ASP.Net Core (2016-)