Click here to Skip to main content
15,888,293 members
Everything / Integration

Integration

integration

Great Reads

by Bryan O'Connell, rcarlson-cayen, Cayen Systems
Information and observations from an Agile transformation at a small software company in Milwaukee, WI.
by NightWizzard
...for example a WYSIWYG HTML editor to edit or display emails...
by Dev Leader
With this post, we’re still just scratching the surface of what’s doable when integrating Python and C#.
by Talal Tayyab
Continuous Integration and Delivery using Team City, Octopus, Visual Studio and GIT.

Latest Articles

by Pawan Kumar from CodewithPawan.com
Explore the seamless integration of @ngrx/translate with an Angular standalone API in this comprehensive guide, ensuring a smooth translation workflow for your applications.
by Uladzislau Baryshchyk
An overview of how to integrate Wolfram engine to your .NET application
by Arthur V. Ratz
How to quickly and easily create an automated chatbot or instant messenger (IM) application
by Ashwin Upadhyay
This article explain in brief about using ForEach loop in Azure Logic app to debatch the JSON File

All Articles

Sort by Title

Integration 

29 Sep 2020 by SandeepKumar.K
Hi, I have deployed SSIS package on SQL SERVER 2019 Standard Edition(Version : 15.0.200) and package is using CDC control Flow task. Now, when I execute the package it's getting below error. Quote: 'cdc control task' cannot run on the installed...
29 Sep 2020 by Richard Deeming
This is a problem with the Microsoft documentation - the feature requires Enterprise edition, but this is not mentioned in the documentation. Even if you don't believe the error message for some reason, other sources will confirm that CDC only...
22 Jun 2015 by Itban Saeed Usmani
Hello,I have to integrate a C#.Net application in a C++ un managed MFC application considering it a separate module of the software. I have tried the method posted here. I followed all the steps but it could not help me because Visual Studio 2008 refused to built my project having output...
22 Jun 2015 by Sergey Alexandrovich Kryukov
First of all, the idea to "integrate application", no matter what is it, is inherently bad. Libraries should be "integrated" (in fact, just used), not applications. This is not the purpose of most applications.Also, I would not advise going this way, because this could be either difficult or...
6 Dec 2014 by deelll
When a company says that they need help with integration solution, what does it mean?Is it about Biztalk, SSIS, BI solution, SQL, xml or something else?
7 Dec 2014 by ZurdoDev
As mentioned numerous times in the comments, it could be anything. Integration simply means communication somehow between systems. But you certainly need to get more details before committing to anything.
10 Dec 2013 by Petr Ivankov
Multidisciplinary paradigm of software development
18 Jan 2014 by Petr Ivankov
Application of abstract approach to database domain
5 Jun 2012 by Bryan O'Connell, rcarlson-cayen, Cayen Systems
Information and observations from an Agile transformation at a small software company in Milwaukee, WI.
21 Jan 2013 by Simeon Sheye
Beyond basic unit tests, how do you choose your tests and when are you done?
21 Jan 2013 by Simeon Sheye
How to manage state and simulate behavior against the system under test.
16 Oct 2014 by Pavel Durov
Article about dynamic Sqlite database management on Android platform using Java class reflection.
18 May 2015 by ADOConnection
New open source tool for CI and deployment
19 Dec 2017 by Ashwin Upadhyay
This article explain in brief about using ForEach loop in Azure Logic app to debatch the JSON File
3 Jul 2015 by Sergey Alexandrovich Kryukov
Sorry, but all this is totally off-topic. This is low-tech user-level stuff. You referenced something which was automatically deleted due to abuse report; same should go with your post. Please don't post off-topic matter, find some different site.—SA
10 Jan 2012 by Naveen Karamchetti
The article attempts to explain when to use the value map caching pattern in BizTalk integrations
14 Apr 2013 by Nestor Marsollier
A point of view about business validations on enterprise applications
27 Mar 2018 by Member 12436884
I have a rough time integration with my desktop application. Here is what I want to do. I want to make a button in my app (not web application) calls Paypal Payment Web Page and can get notify when users finished(cancel, succeed event they close website) payment. I have one more...
5 Dec 2015 by Krishna P Seetharaman
How to call web service in biztalk asynchronously. Error handling and retrying, sending error email when the web service is down. Resume the orchestration to completion when the service comes back
29 Jun 2010 by SubratT44
Can we use Luntbuild[^] for integration of .NET projects?
8 Dec 2014 by Talal Tayyab
Continuous Integration and Delivery using Team City, Octopus, Visual Studio and GIT.
10 Aug 2010 by JoeSox
Connect to ConceptNet's REST API
2 Jul 2011 by Thilina C
I need to connect a WPF project with a C# project.I have one project done in visual C# ("ClassRoom") and another project done in WPF ("ActivityRoom"). In Visual 3 project I've got a form called MainForm and in WPF project I have a window called MainWindow.I need to open the MainWindow by...
2 Jul 2011 by Vivek Krishnamurthy
Take a look at the following link, explains how to achieve this.Open a WPF Window from WinForms [^]
14 Jul 2011 by Thilina C
Found a solution,You can just open the window the same way as from the WPF application directlyYou have to add references to the WPF assemblies to your WinForms project but It'll only open the window. It won't execute any thing in the App.xamlWPFproject.mainWindow main=new...
12 Nov 2010 by Petr Pechovic
Example of creating a WIX installer for an ASP.NET Web application.
19 Dec 2012 by Sergey Shoshin
Hello! I create on C# library, which implement integration 2 Apps - KOMPAS 3D and Internet Explorer (Project's data, for example pics, displays in browser). The problem in transporting data (image of detail) without saving in such places as buffer, file on the disk, etc. 1) How can i...
19 Dec 2012 by Christian Graus
You mean 'about internet explorer' ? It's just generated by code in the exe. If you mean an about page that a site has, it's HTML on the site.You can keep data in memory without writing it to the file system, but you don't want to do that for too long. If the data is being moved in real...
21 Dec 2012 by Sergey Shoshin
Thanks for the answer.1) Yes, i talk about browser about pages, like this: http://s020.radikal.ru/i716/1212/fc/723071822ab1.jpg(It doesn't matter what browser). And how browser create them? Based on template in dll-resources?2) Yes, true. But how i can say to browser: "Open this...
22 Dec 2012 by Sergey Shoshin
I found IE API: SHDocVw.InternetExplorer IE = new SHDocVw.InternetExplorer();SHDocVw.dll in system32 folder. or In MS VS Add reference... -> COM tab -> Microsoft Internet Controls.
31 Jul 2012 by L Viljoen
I wrote a .net .asmx web service I can successfully consume the web service using delphi and get responses from methods without parameters. but when i try to call a web method that takes a short( 5 char) string parameter my debugger on visual studio shows an empty value for the...
7 Jul 2010 by SubratT44
I need some clarification on the directory structure in *.wxs files. As far as i know it install the files in the directory that we have specified in the directory element. Does it have any other use?If it does describe the directory structure where the product will be installed, than what...
5 Jan 2014 by Hoa Súng
I am searching how to install jenkins on server which contains rails project but I get stuck.Thanks in advanced!
14 Jul 2015 by Sergey Nizhegorodtsev
The article shows how to implement open source Stocks Tracker API in Java projects. Individual stock quotes can be easily fetched from various free online sources with this library.
1 Oct 2013 by Dev Leader
With this post, we’re still just scratching the surface of what’s doable when integrating Python and C#.
30 Mar 2011 by kailash solanki
Is any one know that ECRI support American card and other?I have found it support only Master Card and Visa Card, and can I use other POS device?This SDK is useful only for VeroFone device. I want to use other card reader.Please help me
13 Aug 2021 by Sara Collins
Dear Friends I am trying to compute a definite integral of a matrix the matrix is 2*10 I need to compute its definite integral from zero to t as we know the results must coincide to the sinus table. Here is the code before reaching the goal...
13 Aug 2021 by OriginalGriff
Getting your code to run does not mean it is right! :laugh: Think of the development process as writing an email: compiling successfully means that you wrote the email in the right language - English, rather than German for example - not that the...
13 Aug 2021 by Richard MacCutchan
Look at the error message relating to your program: File "C:\Users\user\OneDrive\Desktop\44integral.py", line 58, in ANS1=integratetest(INTERVALtest) ... File "C:\Users\user\OneDrive\Desktop\44integral.py", line 54, in...
10 Aug 2021 by Sara Collins
In order to compute definite integral $\int_{0}^{t}\exp(||e||^2)$ I have written this code How can I adapt the number of steps with the step mathematically it seems to be true but when I want to write the code I faced to a problem I have tried...
9 Aug 2021 by Richard MacCutchan
x = np.linspace(0.0, t, num) You cannot use floating point numbers for indexes, you must use integers, thus: x = np.linspace(0, t, num) The actual problem is that num is not an integral value. You also have repeated many of your import...
9 Aug 2021 by Richard MacCutchan
I have tidied up your code, and added some useful print statements, and this is the output: t: [0. 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1. 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2. 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3. 3.1 3.2 3.3 3.4 3.5 3.6...
10 Aug 2021 by Sara Collins
Dear Richard thank you so much it has worked. I really appreciate it.
2 Jun 2012 by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
10 Mar 2015 by Jim F. Johnson
This tip describes how to use a 3rd party tool to review SAP tables structure and exporting the metadata to Google Drive in CSV format.
17 May 2013 by gaurav786mishra
Hello,I have created a silverlight5 web application project and integrated sdk of finger print scanner hardware device of Lumidigm company .I have done all trusted application settings generated the certificates too by following this link...
22 Sep 2020 by Member 12799321
I have performed integration Testing on my feature but the problem is when I get the data normally from database it works as expected but when I create mock objects for testing purpose that method GetDetailedSAPInfoById returns null you can see...
20 Aug 2012 by Daniel_Wheeler
Using a script transform with C# to convert Julian (ordinal?) dates for a date dimension.
4 Feb 2018 by aju6
I need to create an python code where the JSON language should be interpreted with it and that "raw samplecode.py" should be integrated with C# code and the output of the python code should be displayed on the C#. What I have tried: i already integrated the python code with the C# code by...
13 Aug 2010 by anandchettiar
Hello,I was browsing through some articles trying to find out how i can integrate Excel 2007 in Windows Forms in C# and i came across Anup Shinde's article and also checked your comments based onthat.I am having same problem where excel file opens up in disable mode and I am not able to...
13 Aug 2010 by Sandeep Mewara
It looks like you want to ask this question to an member who posted some comment related on some article. I would suggest you to please use the same forum present at the end of the article and reply back his message asking for help. That would also drop an email to member automatically....
18 Feb 2014 by ahmed boughedda
hi, how to use the CASE WHEN syntax in sql command at the component excel source editor SSIS?
20 Feb 2014 by Maciej Los
I'm not sure what you want to achieve, but here[^] you'll find the sample usage of SQL CASE WHEN ... END statement. But...You need to know that OLEDB provider does not support CASE WHEN ... END statement. Rather than it, use IFF statement[^].
9 Jul 2015 by Pavel Durov
In this article I will explain how to create a local WebView hosted Html/Javascript application on Winrt Platform and how to establish the communication between both sides.
25 Apr 2018 by Amirsalgar1
Hello Guys , I am new to SSIS , i got a task where i have to load the XML file to the SQL server the XML file has more than 200 XML records in it as below example , Gambardella, Matthew XML1 ...
17 Feb 2013 by sunfruit
How do i deploy Integration service project in sql server 2005?
18 Feb 2013 by Sandeep Mewara
Have a look at the following: MSDN: Deploy Projects to Integration Services Server[^]MSDN: Package Deployment (Integration Services)[^]Deploying and Configuring SQL Server Integration Services Packages Without the Wizard[^]
14 Sep 2014 by Member 11081963
I am grateful to CPallini for answering my earlier question which was closed by someone.CPallini has posted an answer to your question about "Use SDKs to write system integration interfaces":Integration of different systems is a rather difficult task, but of course it is feasible. You have...
26 Nov 2015 by baijnathpathak
Hi Everyone,My Greetings!I need some help in integrating web services into Biztalk 2013Scenario is we have several existing Web services which need to be configured in BizTalk 2013. From now onwards the consumer will access the webservices from Biztalk in stead of original URl. I...
13 Aug 2014 by Member 10995141
I am integrating salesforce with sharepoint 2010.I have to convert Lead entity into Opportunity entity in salesforce using sharepoint 2010.The conversion should happen in both environments i.e. salesforce and sharepoint.
30 Aug 2020 by Uladzislau Baryshchyk
An overview of how to integrate Wolfram engine to your .NET application
14 Nov 2012 by SupremeNewbie
I'm trying to print the currency symbol in my final calculation. Someone please offer some assistance?I've been browsing around for examples, however most seems complex for my new learning of programming.Kindly assist me, thank you.Here's what my program looks like:main...
14 Nov 2012 by tyyuanzhenhua
printf("Enter your first name:\t"); //Player is promted to input first name. scanf("%s", &f_name); the '&' you should be missing,because the array name is the address of the first,scanf("%s",f_name),you should learn the array in c,the following...
3 Jul 2017 by Mahesh Jangid
You must have to get API from concerned authorities only. But since you want to use it as developer may be they can deny.
10 Jul 2019 by cgprakash
Hi, I am new to the Workplace by Facebook, I heard from some articles that I can integrate the Workplace to my Sharepoint site, I searched for related articles and resources but I didn't find any resources. I need to clarify another thing, by adding of Sharepoint app to Workplace I can achieve...
10 Jul 2019 by Maciej Los
There's at least few articles about this: Sharepoint integrate Facebook - Google Search[^]
19 Sep 2013 by santosh_pathak
HiI am making a Portal that has Classified, Blog,Forum and a custom website.Now,the web site has its Login tables and method.But the Forum and Classified Module i got is an Open Source Module.YAF and Classifieds Site Starter KitWhat i want to do is,When a user logs in from my...
20 Oct 2012 by hilary.ahanthem.ht
How to integrate payment gateway with website?
20 Oct 2012 by OriginalGriff
Never, ever, accept code from a insecure website to handle anything to do with real money.You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third...
20 Oct 2012 by Sandeep Mewara
Have a look at these:Video: Instructional Video: Payment Gateway Integration - YouTube[^]Wiki: How to Integrate a Payment Gateway Into a Website[^]Sample: PayPal Integration Overview[^]Go through them, understand and then try out.
24 Apr 2014 by kool15th
how to upload pictures on facebook through windows application in c#. What all data would be required from the users and how to upload their pics on facebook as they click their pics from a C# application through webcam. as the pic ic clicked the image should be posted on their wall in facebook.
24 Apr 2014 by Sampath Lokuge
Please read below article for more info.Good Luck ! :)Essential Facebook Programming: Building a Windows Client
26 Jun 2018 by Amirsalgar1
Hello Guys , I am new to SSIS , i have got the task where i have to get the xml response from the below URL and process the data to the SQL tables . http://134.15.215.228:8080/xdsrouter?docName=GS_Client_010101 . i am using XML source(kingwayssoft) as source and getting the xml response...
27 Jun 2018 by #realJSOP
Create a user variable that is set from the command line. If you're running the ssis package from a SQL agent, you have to modify the command line to include the value to set to the package variable. If you're running the ssis package from the DOS command line, you have to use the appropriate...
23 Jan 2013 by MaulikDusara
I am working on Integration of Quickbooks Enterprise 11.0 with asp.net website using Webconnector. In Quickboks I created two custom fields named "Special Color" and "Standing Instruction" Customer Additional Info and also customize invoice using these fields in invoice's header section. I want...
12 Oct 2016 by gricardi
As users are migrating from traditional desktops to mobile devices, transitioning your Windows application to the web is the next step to increasing your exposure. Thinfinity VirtualUI delivers your Windows applications to users on any device, anywhere.
6 Dec 2013 by agent_kruger
how to integrate dll's such as (Interop.JRO.dll) etc in the software exe. i am using windows form c#. Thanks in advance.
6 Dec 2013 by BrishPandey
while you are coding add referece of the dll to you code and then prepare the build.
6 Dec 2013 by Adam Zgagacz
I'm guessing you want to distribut eyour application as single .exe and load all dlls from embedded resource.If that's the case you need to:1) add dll to the project (Project/Add Existing Item..)2) change added dll properties:• BuildAction = embedded Resource• Copy To Output...
18 Sep 2012 by nada2006
Hi,I'm planning to integrate box.com site service into my site - I need to understand the idea of how that might be happened - any ideas will be helpful!Thanks,N.s
18 Sep 2012 by Espen Harlinn
Use an iframe[^] tag.[Update]Have a look at Box Platform Developer Documentation[^]Best regardsEspen Harlinn
11 Nov 2013 by mg9893
I have an RGB image, have transformed into IUV color spaceI = (R+G+B)/3 = f1U = R-G = f2V = G-B = f3Now scale space representation is computed for each f1, f2, f3Ci(; t) =  fi() convolved with g(; t) .we evaluate a second moment matrix in the neighborhoodof (x; t)v =...
12 Apr 2013 by NightWizzard
...for example a WYSIWYG HTML editor to edit or display emails...
21 Apr 2011 by nzurita
Thank you for your resposne, I forgot to add that some applications are under VB and others under C#, I know they can share solutions, but I think it's an added difficulty, plus, the different applications use complex libraries, web services, someof them use COM libraries, etc. I mean, maybe...
20 Apr 2011 by nzurita
Hello,sorry if this question is duplicate, but I don't know where did the previous one go. Here it goes:I've been asked to design a solution to integrate several ASP.NET applications, (some of them are big), where integrations means: - Share layout and css - Common header, footer and...
20 Apr 2011 by Sergey Alexandrovich Kryukov
Most certainly you need one solution. You say, it's too big. Wrong! Too big is your task; and you cannot make it smaller; by loosing integration of it under one solution you will have is only bigger (a bit, due to multiple solutions) plus you will loose manageability (which is probably already a...
25 Feb 2019 by Arthur V. Ratz
How to quickly and easily create an automated chatbot or instant messenger (IM) application
13 Jan 2024 by Pawan Kumar from CodewithPawan.com
Explore the seamless integration of @ngrx/translate with an Angular standalone API in this comprehensive guide, ensuring a smooth translation workflow for your applications.
18 Sep 2011 by Member 2217600
I have been googling around for quiet some time but not able to find the correct and right solution for the topic of this post.I have followed james ward blog (http://www.jamesward.com/2011/05/11/extending-air-for-android/) and chritophe coenraets...
15 Jun 2015 by Sam__Khan
The purpose of this article is to demonstrate the integration between IBM Integration Bus and Salesforce.com using the REST API.
25 Jun 2014 by Member 10273274
Dear,I have a requirement from the client regarding active directory integration with biztalk.and have searched and found that there is a nettcp based web service from Active directory . so I want to know how to integrate AD with BizTalk and the best way of integrating AD with BizTalk. I...
4 Mar 2012 by Member 8312096
Dear All,I want to build a mathematical software tool in VB.NET. I want to use some R calculations and integrate R libraries into my program. I hope to use Visual Studio 2010, R and R's library tools like statconnDCOM. I have one question. Is it possible to use my software in another...
4 Mar 2012 by Wayne Gaylard
Take a look at this article The R Statistical Language[^] which shows you how to integrate R with .Net using an R COM interface.
8 Mar 2012 by Member 8312096
I came to know that my computer has some problems calling "R". So I decided not to use "R". Then I use C# libraries for Matrix to do my calculations. For more information my problem see here matrix algebra in VB.NET application[^]Thanks for the reply.
22 Sep 2016 by Sander Knape
Do you write integration tests? What about unit tests? I believe that more people say “Yes” to the second question than to the first. Which is kinda weird – for many applications, it really isn’t that hard to write integration tests. It might not even be necessary to setup yo
4 Jun 2012 by ravi.vaghela31
hi hello guys i have one of my iphone app. and i want to share or tweet some msg from my existing app so user can see my apps logo and message with my app. so what the way i do this thing in iOS technology.
4 Jun 2012 by TRK3
Links to most of the documentation you need can be found here:https://dev.twitter.com/docs/ios[^]If all you want to do is let the user send a tweet from within your app, then check out TWTweetComposeViewController in the Apple documentation.If you want to do something more complex...
26 Feb 2011 by Joshua Hepworth
Hi,I've been trying to get up and running with JsTestDriver to support continuous integration with my JS tests however when I run the tests I just get a report saying that 0 tests have been run.I've followed the numerous guides:1. Installed Java (C:\Program Files\Java\)2....