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...
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 ...
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 ...
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...
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
...
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...
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 ...
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...
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.
...
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...
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!
...
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...
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...
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.
...
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...
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...
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....
...
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...
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...
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...