Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I need to integrate BizTalk 2016 and Dynamics 365 on premises. Is there any software that could accelerate this? Does anyone know where I could find examples of how this can be achieved?
So, here's the deal, this really isn't something you just do...
While D365 has a full OData base Rest API, plan to spend a fair amount of time learning those patterns, then even more in discussions with the business on exactly what they want to do.
BizTalk + OData + Rest is pretty basic is is just JSON over Http. In BizTalk you would use the JSON pipeline components and wCF-WebHttp Adapter.
Well, since there's no comment and there is nothing wrong with this answer, the Downvote should be ignored as invalid and misleading.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for library which can auto tag persons on a photo. The features is similar to Facebook, Picasa or iPhoto tagging function. Preferably it's able to run on Linux server, callable through PHP and Python. Any recommendation? Thanks.
With regard to what you're looking for, you probably aren't going to find anything that you can host on your own server. Rather, most companies will offer an API to which you can send requests, and you will be charged base don how much you use the API. In no particular order, here are several resources you might consider using.
https://lambdal.com/face-recognition-api - They have low priced entry options, and they are well-suited to detecting and recognizing new faces.
http://www.alchemyapi.com/products/alchemyvision/face-detection - This is more geared to recognizing famous or well-know people.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
After searching here, there (Google,...) and everywhere and not finding anything even close I decided to post my question here.
Is there any (online) tool to test (simple(r)) Freemarker templates so as front-end developer I could use it without needing some large (resource hungry and slow) IDE and server (Tomcat) just to see HTML/CSS/JS generated at the end?
For example:
define back-end data (strings, arrays, objects,...),
write freemarker logic (syntax checked automatically),
run and see final results
Or everybody just loves deployment (or buys JRebel...)?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have been using ASP.NET MVC 3 for a while to implement a testing application. Now I am at a point where I need a reporting tool to see and compare percentages of performances of different people over a period of time using a line graph. Can anyone please suggest an efficient reporting tool which works great with MVC3 ... Thank you for the help.
SQL Server reporting service views and rdl file types are available right within an MVC3 project. They don't require a SSRS server and can be designed right within Visual Studio. Quickest and easiest solution.. and free.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 11 months ago.
Improve this question
Any idea for TIPC protocol on Windows systems or any similar protocol which is available on windows ?
Thanks
Arpit
The Wikipedia basically says it's general-purpose communication library.
If you're designing an HPC cluster, take a look at "Microsoft High Performance Computing" in MSDN: http://msdn.microsoft.com/en-us/library/aa496121.aspx bot keep in mind that API only exists on some editions of their server OSes.
I think you'll only get better answer when you'll describe what kind of tasks are you going to accomplish.
P.S. I don't actually get the point of TIPC, even after reading the programmer's guide.
It seems using the API is not easier then using sockets.
But when you're using sockets, at least you've got tons of good books, online manuals, and easy to use debugging and diagnostic tools.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have spent most of my development career writing backend code, or front-end apps for used as daily business tools, by at least semi-skilled staff, e.g. order-tracking, sales capture, etc. That those I helped build peformed their tasks well is comfort enough, but I am still seeking excellence in the building of these kind of apps, versus the trendy emphasis on more personal relationships with the UI.
Can anyone recommend reading on this type of application (LOB?) on the web today? Any available examples to study?
I suggest that you read Don't Make me Think. Don't think that engaging UIs are not efficient. I would suggest the opposite.
Actually this answer has many useful links.