Does TFS 2012 have any REST API - rest

I am trying to read some information from TFS 2012 REST API's so are there any REST API's to get the info from TFS

Unfortunately no, the first release of 1.0 API's (that too undocumented started with TFS 2013). This is the official documented release for API versions.
Major API version releases align with Team Foundation Server RTM releases. For example, the 3.0 API set was introduced with Team Foundation Server 2017.
A small number of undocumented version 1.0 APIs existed in Team Foundation Server 2013, but are not supported.
Official Visual Studio documentation for API's here.

Related

Will .Net framework 4.8 support Microsoft enterprise library v6.0?

Since some of our applications are written in .Net framework 2.0 & 4.5, We've plan to migrate our applications to .Net framework 4.8 and we have used MS enterprise library v3.0 & v5.0 and would like to uplift to enterprise library v6.0 Before going to migrate, need to know will the latest .Net framework 4.8 support enterprise library v6.0.
There is a port of Enterprise Library 6.0 that is supports .Net Core and .Net Standard 2.0.
I have not used that yet, so I cannot tell anything about its quality but based on the Nuget stats it seems tell that people are using these packages.
Also the original Microsoft Enterprise Library source code was published on GitHub so you could recompile the whole project using updated references, not sure how much effort would that cost.

WSO2 Developer studio AS 3.8.0 / Developer Studio EI 1.1.0 - Confused

Am using EI 6.1.1 for which using the Developer Studio EI 1.1.0.
I will be using AS 5.3.0 for which the Developer studio download points to Developer Studio AS 3.8.0.
Download links provide two zip files (as of 12-10-2017):
developer-studio-eclipse-jee-luna-win64-x86_64-3.8.0.zip
developer-studio-ei-eclipse-jee-mars-2-win64-x86_64-1.1.0.zip
Questions :
Are developer studio/IDE for AS and EI are different?
Can one IDE be used for both , AS & EI?
Why separate IDEs for each product?
Thanks
Website of wso2.com states
WSO2 Application Server was created as a mechanism to enable sharing of
business logic, data, and process across the entire IT ecosystem.
We currently have this capability within WSO2 Enterprise Integrator (WSO2 EI)
using Apache Tomcat.
There is no AS in list of products. I think AS server already included into WSO2EI and you can just use 1.1.0 version of Developer Studio(on github.com already available release for WSO2EI 6.2.0 https://github.com/wso2/product-ei/releases).
Documentation is always far behind like half year. I use as well 6.1.1 and have to refer documentation of 5.0.0 version. Just recent time start to appears pages for 6.1.1. That's why you just got stale link of developer studio to download.

Update Javascript WordAPI in older version of Microsoft Office

I'm currently using Microsoft Office Professional in version 16.0.4266.1001, and it has Word JavaScript API 1.1.
I'm wondering if I can update Word JavaScript API to 1.3 without updating my Microsoft Office Professional?
In that case I would have Microsoft Office Professional version 16.0.4266.1001 and Word Javascript API 1.3.
Thank you for reply :)
New features in the Office.js API have dependency on the updates in the product. so you need to update office if you want to use the 1.3. BTW we are now in Builds 16.0.8229, so your build is quite old, I strongly recommend you to update. thanks!
Unfortunately not; the JS APIs and the supporting host code are intricately connected.
See https://dev.office.com/docs/add-ins/develop/office-js-versioning

OPS-008: OpsHub Visual Studio Migration Utility requires Team Foundation Server 2012 Update 1 Object Model or above

This tool looks promising when I went through the available information on website. But when I downloaded free version and when I am trying to install in my local I came across the following error.
OPS-008: OpsHub Visual Studio Migration Utility requires Team Foundation Server 2012 Update 1 Object Model or above.
Do I need to install this software on the server ? No where I could find instructions for installing this software.
Can I get this explained please, we are planning to migrate our project to VSTS.
If you want to migrate from TFS on premise to VSTS, I would suggest you to evaluate which of the three options listed by Microsoft documentation suite your need.
The easier way would be to chose option 2, especially if you already have TFS2015update3 or TFS 2017, as you need to upgrade your TFS collection to one of those version anyway before migrating (and you save the upgrade hassle).
If you want to use OpsHub tool, then you need to install the standalone TFS Object Model for TFS 2012 update 4 where you run the OpsHub tool, not on any of the TFS servers.
In order to run OVSMU, you will have to install TFS Object Model 2012 on the machine where you are installing the tool. This is a pre-requisite and be rest assured this version of OM will not conflict with any other (newer) version of Object Model already existing (which comes bundled with Visual Studio installer) on that machine.

Does the latest release May 2008 of .NET enterprise library have the updater app block?

Does the latest version of the enterprise library (http://msdn.microsoft.com/en-us/library/cc512464.aspx) come with the updater application block?
Looks like it doesn't:
http://msdn.microsoft.com/en-us/library/cc511823.aspx
It's now in the 'Archived Application Blocks' section of the MSDN docs.
http://msdn.microsoft.com/en-us/library/cc485231.aspx
No. Microsoft considers the Updater Application Block to be replaced by ClickOnce in .NET 2.0. The Enterprise Library for .NET 1.1 is no longer updated.