Tagged Questions

3
votes
1answer
222 views

Best practices with Unit testing on Third Party software API’s (AutoCAD)

Hi, We are developing applications for use within AutoCAD. Basically we create a Class Library Project, and load the .dll in autoCAD with a command (NETLOAD). As so, we can use c …
2
votes
7answers
428 views

The best 3rd party component for generating Excel spreadsheets from ASP.NET?

I want to generate simple excel spreadsheets with only tabular data that opens in excel when the user clicks a button or a link on a asp.net page. I would like suggestions of good …
1
vote
1answer
77 views

Trouble Using Third Party Framework In Xcode 3.2

I am attempting to set up my own project using a third party library (MPOAuthConnection) for connecting to an oauth REST API. Steps I've gone through thus far: Downloaded sourc …
1
vote
3answers
125 views

Best practices for 3rd party library to facilitate integration

This is kinda a general question for the development community, since there are lots of experienced devs here. I'm currently building a developer utility addin module which requir …
1
vote
3answers
125 views

.NET component that implements sliding dialogs (drawers) ala WinAmp

Has anyone seen or used a third party .NET GUI component for implementing the sliding window/dialog effect seen in Winamp when using the Modern Skin and clicking on the Config butt …
0
votes
1answer
35 views

Deploying annotated EJB 3.0 beans from third party jar to JDeveloper embedded oc4j container

Using JDeveloper as my IDE, I have a web application which calls services provided by annotated EJB 3.0 beans packaged in third party jar. How do a configure the web application p …
0
votes
0answers
12 views

Has anyone used the ASPxperience Suite of tools?

Just wondering if any one has used the free controls available on ASPxperienceDemos and can vouch for them being good for use even under high stress situations. We are building a …
0
votes
3answers
89 views

Using Debug Thirdparty DLLs in Production

I want to use Rhino Tools in an application (for the Binsor support). There isn't a binary release so I'm downloading the source and compiling it. It compiles the debug binaries no …
0
votes
3answers
792 views

C#, Lotus Interop: Getting Message Information

I'm using Interop.Domino.dll to retrieve E-mails from a Lotus "Database" (Term used loosely). I'm having some difficulty in retrieving certain fields and wonder how to do this prop …