Where can one download Microsoft jQuery Unobtrusive Validation without using NuGet - nuget

I'd like to download the latest version of Microsoft jQuery Unobtrusive Validation, however I don't like using NuGet since it is not possible for me to tell it where to install the packages within my project structure.
Does Microsoft host these files somewhere that I can access them directly?

The files for ASP.NET MVC 5.2 aren't (yet?) on the page I mention below, but the links are valid:
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.min.js
[Copied from Maxime's answer to this question.]
I found a page – Microsoft Ajax Content Delivery Network - ASP.NET Ajax Library – that lists several versions of the files for this that you can download.
Here are the ones I found via searching that page for "unobtrusive":
ASP.NET MVC 5.1
http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js
ASP.NET MVC 5.0
http://ajax.aspnetcdn.com/ajax/mvc/5.0/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.0/jquery.validate.unobtrusive.min.js
ASP.NET MVC 4.0
http://ajax.aspnetcdn.com/ajax/mvc/4.0/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/4.0/jquery.validate.unobtrusive.min.js
ASP.NET MVC 3.0
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.js
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.min.js
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.min.js
...

Here are the links :
jQuery Unobtrusive for ASP.NET MVC 5.2.3
http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js
jQuery Unobtrusive for ASP.NET MVC 5.2.2
http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.min.js
jQuery Unobtrusive for ASP.NET MVC 5.2
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.min.js
And by using these files, you will also need to include jquery.validate(.min).js. The latest files can be found :
jQuery Validate
http://www.asp.net/ajax/cdn#jQuery_Validation_Releases_on_the_CDN_3
or
http://jqueryvalidation.org/
You can browse the Microsoft Ajax CDN for all needed librairies: http://www.asp.net/ajax/cdn

It's available/hosted by google here code.google.com

Related

How to create a custom SSO Member Login in Umbraco v8 (ADFS - No Azure) using "itfoxtec-identity-saml2" Project?

I'm new with sso login (ADSF - SAML2) with Umbraco v8 and I need some help to know if this is the right package for me.
I'm working on a website using Umbraco CMS v8 and I need to create a custom members login (frontend) using the sso authentication of my company (ADFS - no Azure AD) and my custom login form (C# and .Net Framework 4.7.2+).
I found on NuGet the "itfoxtec-identity-saml2" package that can be used to do it and I saw that there are two packages that could help me: "ITfoxtec.Identity.Saml2" and "ITfoxtec.Identity.Saml2.Mvc"
What are the difference and what reccomand to use?
Any other suggestions to create an SSO Members Login in Umbraco v8, is welcome.
Thank you and I look forward to your reply
Adriano
The ITfoxtec.Identity.Saml2 is the base component implementing the actually SAML 2.0 standard.
The ITfoxtec.Identity.Saml2.Mvc and ITfoxtec.Identity.Saml2.MvcCore implements the elements needed to integration with ASP.NET MVC. The ITfoxtec.Identity.Saml2.Mvc component is for .NET Framework and the ITfoxtec.Identity.Saml2.MvcCore component is for .NET Core and .NET 5.0.
I'm afraid that i do not know anything about Umbraco, sorry I cannot help you there.

Zend framework and PHP Cloud

I have been playing around with this:
https://my.phpcloud.com/container/create
Unless you have a dev account the link above will not work.
What I am confused about is adding the Zend Framework here.
The choices for a container are:
Zend Server 5.6 – PHP 5.3
Zend Server 5.6 – PHP 5.4
Zend Server NextGen Sneak Peek
How do I create a empty container with Zend framework configured?
The container is the environment where your files will be hosted. Working projects will be applications inside the container. You can deploy a Zend Framework project to the container, after creating it. It is similar to how we deploy a software in a server.
To create a container with Zend Framework application in it :
Create a container with any one of the choices: Zend Server 5.6 – PHP 5.3, Zend Server 5.6 – PHP 5.4, or Zend Server NextGen Sneak Peek
After the container is provisioned, go to your container overview page, which looks like - https://my.phpcloud.com/container/yourcontainername/overview and click "New Application".
While creating the new application, you have options to pick a empty Zend Framework application. See the manual here
I'm not that familiar with phpcloud but I think you may be confusing Zend Framework and Zend Server. These are two very different things. Zend Framework doesn't really require installation as such, it's just a collection of PHP classes. I would guess that ZF is normally uploaded with the apps that you put on the cloud.

installing and using doctrine with zend framework

I have been using zend framework quite a long. Now I want to integrate doctrine orm framwork with zend. I don't know how to do that. Is there any setup guide with some basic examples? and How can I put it on shared host where i don't have console access?
thanks in advance
There's various resources around.
Benjamin Eberlei's zf-doctrine (Zend 1 / Doctrine 1) Integration suite - https://github.com/beberlei/zf-doctrine
I also just got this webinar announcement in the Zend newsletter (requires a free Zend account to view) - http://www.zend.com/webinar/Framework/70170000000bSrG-webinar-zf-v-1-doctrine-v-2-20101214.flv
Regarding deployment, you just build your project locally then upload the complete application to your host. Both Zend Framework and Doctrine are just libraries of PHP files.

Where can i download asp.net mvc 2 (two)?

My system administrator and i would like to run asp.net mvc2 and asp.net mvc3 side-by-side. When prompted, my sys admin upgraded IIS7.5 to asp.net mvc3, but that seems to have removed asp.net mvc2.
We've been googling for a little while now, and we can't find a download link for asp.net mvc2. It's all version 3.
Do you guys know where we could find an mvc2 download? My sys admin has also tried the Web Platform Installer, but he says that it's broken and won't run.
Any ideas?
You can download it from here.
try Microsoft Download Center

What are the requirements to host an ASP.Net MVC2 application?

Are there any special requirements needed to host an ASP.Net MVC2 application?
I'm making an application that will be hosted locally in the server area of my University. I can use either ASP.Net or MVC2, but I'd much rather use MVC2.
No, you just need .NET Framework 3.5 SP1 and an IIS version that runs on it.