Bundling jQuery 2.x and jQuery 1.x in ASP .Net MVC and staying NuGet fresh
If you use Nuget to install jQuery into your application, you’ll need to take some extra steps to support multiple versions of jQuery. By default, NuGet wi...
If you use Nuget to install jQuery into your application, you’ll need to take some extra steps to support multiple versions of jQuery. By default, NuGet wi...
Once again I’m validating some text inputs, this time I need to verify that a user has entered a GUID in a valid format. While I can’t verify that the user ...