third-party

How to change WCF binding of a third party component?

I have a third party application, built with WCF. It is installed as a windows service and it supports wsHttpBinding and basicHttpBinding by default. Is there a way to switch to a more optimized binding such as tcpBinding or named pipes? I will be consuming the service within same server so named pipes is an option. I want to know i...

Union or Use Flow Control Logic to Determine which table to report on

I'm working with a 3rd pary app where I can't alter the tables. We built custom matching "Monthly" tables with an additional datetime column "AsOfDate" where we dump the data at the end of the month and flag those data with the date of last day of the month. I want to be able to create a single Stored Procedure (Application is designed ...

How do you manage your Delphi Projects with third-party components in Version Control?

Installing third-party components always take a long time specially if you have large ones, but also it take more time if you setup the environment in more than one computer. And I'm thinking to add them to the Version Control (Subversion), so it will be always easy to checkout the project with all it's required components. So How you ...

How do you package external libraries in your .Net projects?

A lot of my projects contain the Castle/NHibernate/Rhino-Tools stack. What's confusing about this is that Castle depends on some NHibernate libraries, NHibernate depends on some Castle libraries, and Rhino-Tools depends on both. I've built all three projects on my machine, but I feel that copying the NHibernate/Castle libraries is a bit...

Best PDF 3rd party toolkit

Hey anyone know the best pdf toolkit for the following requirements; Need to be able to convert HTML to PDF (including stylesheet) Build up PDF ie, add text add checkbox etc etc Needs to be able to run asp.net context Needs to be able to run in desktop context I know there appears to be loads out there but just thought someone could ...

Can I configure Syslog & SNMP on ESX3i with GUI?

Hi, is the VMware Remote CLI (Command Line Interface), which is not a GUI, the only way to configure Syslog & SNMP on ESX3i? I would like to have the easiest way possible of having these configured by junior/not really IT staff. Has anyone thought of implementing an alternative GUI to the CLI? Are there any Windows friendly alternati...

Uses for the adapter pattern (with 3d party libraries)

Hi, In reference to an earlier question of mine link text, I have been searching for good ways to write code that is very dependant on 3d party libraries, but still unit-testable. Just to sketch the contest (so you don't have to read the previous post), I am writing code with the AutoCAD API. This way my code is very dependant on that ...

How should I deal with licensed third party libraries in a continuous Integration build?

I am currently setting up a CI Build Server (using CI Factory) for a .NET application that relies on a set of licensed third-party controls. Once I have this working, several other projects will also be set up to build on the same server: these may also be dependent on various third party libraries (possibly different versions of the sam...

What are your experiences with numerics libraries for C#, and which would you recommend?

By numerics library I mean a library providing data types such as matrices, vectors, and common (numerical) linear algebra algorithms. Optionally FTT and statistical algorithms. I'm primarily interested in ease of use, ideally getting much closer to Matlab in terms of expressiveness. ...

How do you read a third-party Cocoa project?

I know how to write a Cocoa project, with classes, xib files, localizations, property lists, resources, ... Sometimes, when I want to learn a specific API or a how-to for a cool feature, apple reference manuals or programming guides point to examples to download. And sometimes, I feel lost digging in all this source code and not findin...

c# your favorite third-party grid or spreadsheet control?

Duplicate: What is the best third-party WinForms grid for .NET? Hi All, What's your favorite third-party grid or spreadsheet control? I'm working on a c# winforms app that needs a spreadsheet capabilities. Just curious what your experiences/recommendations are... Thanks! ...

How to integrate third Party API with iphone SDK

Hi, In am developing one application for iphone, where I want to integrate third party API's with my application. I have two .h files and one .a files. The header files contains some method and I want to invoked that method into my application. I set the header search path and library search path. Then I tried to invoked the method...

WPF - Is this a fit? Composite WPF (Prism), multiple screens/controls & 3rd Party Controls (Docking, Ribbon)

Hi, I'm looking at using Composite WPF (Prism) for an application shell. I also like the WPF Syncfusion DockingManager and Ribbon Control - but the question is how do I get the Syncfusion controls to work with Composite WPF in a composite, multi-window application? The application I have in mind will have a shell application with a rib...

How do you monitor, manage, and run untrusted third-party code in a hosted service?

Let's say I'm running a hosted service that wishes to allow plugins written by third-party clients. Perhaps a gaming service provider that provides infrastructure but allows clients to develop their own game referees. Or, a coding competition site that allows coders to submit code to be run as their solution to some coding problem. ...

Project Settings - xml false error

I have having a problem with either the VS.NET 2005 IDE or one of the Addons I use. I use VisualSVN, and CodeSmart, and I have the free tools from DevExpress (Refactor!) installed as well. I'm using VS 2005 Pro w/SP2. My problem is with the Settings tab of the Properties page and occurs for every VB project I work on. The other guy that...

performance issues when using 3rd party ASP.Net packages on external-facing sites

I'm an experienced C# winforms person, but new to ASP.Net. I'm developing a site which will be externally facing, but will not have massive numbers of users (wouldn't expect more than maybe 50 at a time). The users of the site would probably be very smart, but not necessarily tech savvy (psychologists). Because I'm new to web developm...

Any cool third party donation application?

I am looking for a third party applcation that can be use as a donation tool for website and has to be hosted on its own.... ...

32 bit application failed to run on x64 Win2003 due to

Here is my problem: I have developed an application which can be run on various platforms, including windows and unix. This app runs well on pure Win32 box (WinXP) or a pure Win64 (Win2K3 x64 edition) and other unix platforms. It only fails when running on a 64 bit Win2K3 in 32 bit mode. This app invokes a third party dll at the runti...

Adding controls from a third party never work.

Hi, I have been trying to add components from a third party application but they never seem to work or they draw incorrectly. I can take my xaml file and move it to the sample project that came with the third party control and it would perfect but just not in my own project. (I am using Visual Studio 2008). I have tried numerous times t...

App That Uses SDK BSODs in Delphi 2007 But Works in C#

I'm coding an application that uses a third party SDK (OCXs). I use the SDK in C# and it works just fine. However, I can create the simplest test application with the same objects from the SDK in Delphi 2007 and it compiles ok, but BSODs on the same machine when it gets to a certain point. I've run some other test applications that us...