application

Tracking of messages from external program to biztalk and back

Hi! I have an external program that will generate an xml document out from the db and pass it to BizTalk. Is it possible to create a transaction id or something(the id the message as in the DB) so I can keep track of the message in BizTalk, and store information in a BizTalk custom Pipeline to the database with the given transaction id?...

Web application database concurrency

Dear, I have a web application (ASP.net 2.0) that has a database (SQL Server) at the background. I'm considering ways how to handle database concurrency if two users insert the same data to the same table at the same time. Are there any way to handle this case? Thanks in advance. Jimmy ...

How can I make a text file with paths to all my files of a given extension?

I'm trying to use the freeware Multiple Find And Replace 1.00 suggested in this question. Unfortunately it requires that I explicitly select each file I'd like it to search. But, it does allow me to load in a text file of the file paths. C:\one.txt C:\two.txt C:\somedirectory\three.txt I'd like a text file of paths to all files...

Unity Application Block, inherited injection

Hi, I am having a problem using the Unity Application Block, I have created a base class called Composition. Each Composition contains a IUnityContainer, when i create the top level object UniversalComposition i want to initialize it with a UnityContainer. Any object that gets created from the UniversalComposition I want to inject...

Good way to stretch object over multiple classes

Hi, I have a collection of orders. I would like to hit the database once, retrieve the orders, store them and then be able to access this collection over multiple forms. I know in asp.net, you can use things like Application Object or Session Object but how do you do it in a win form app? I was thinking of creating a static collection th...

How to access the Application[] collection from a WCF web service

I used to use .ASMX web services, but I'm trying to move to WCF because it's the latest newest thing, and it's supposed to be better. Anyway, what I'm wanting to do is really really simple : create a webservice that empties the Application collection by calling Application.Clear(). In an ASMX web service, this is really really simple, ...

Securing certain parts of an application.

Hi, If someone logs on to my application this user contains a dictionary with certain permissions. ex: module.view.workspace = true module.view.reporting = false ... Then we know to what parts of the application the user has access. What I want to know is how we can apply these permissions on the view. We are working in an AS...

Create provisioning profile in iphone application

HI all, How can i build provisioning profile in iphone application? Please help, urgent. Thanks & REgards Khushi ...

Using Parallel Extensions In Web Applications

I'd like to hear some opinions as to what role, if any, parallel computing approaches, including the potential use of the parallel extensions (June CTP for example), have a in web applications. What scenarios does this approach fit and/or not fit for? My understanding of how exactly IIS and web browsers thread tasks is fairly limited...

Recommend color picker utility with support for Delphi color codes

I'm looking for a free color picking application with support for Delphi color codes. - Something like the ColorPic would be perfect. (ColorPic colour codes aren't compatible with Delphi) - Support for color sets would be a bonus. Please let me know if you have any recommendations. [edit] To clarify, I'm looking for a standalone color...

Programmatically start application on login

What's the best way to programmatically start an application on login for Windows? I know you can do it by adding an item to the startup folder in the start menu, but I want to have an option in my application to turn it off and on. ...

.NET Newsletter Application

Hi, Are there any newsletter applications written in .NET available as open source software? Thanks. ...

Which factor GUI tutorial/example app?

Is there a non-trivial example application written in Factor language, pregerrably for GUI application which could server as a language tutorial? ...

Tips for developing app with different permission levels

Does anyone have any tips as we develop an application that will require each user to be assigned a permission level. The permission level will determine what functionality is available to the user. Any advice? How would you (do you) employ such functionality in your application? ...

Looking for a Note-taking application for Windows similar to Tomboy Notes

I'm looking for a note-taking application for Windows.. something similar to Tomboy Notes (on Ubuntu). I want it to be as unobtrusive and simple as Tomboy. But every such app i've used on windows was either too high on features (with web syncing and all) or was too lame. Any recommendations? ...

WPF Enforce only ONE instance of application

How do I allow only one instance of a WPF application to run? Thanks. ...

Are AS (with EJBs) the only way for JEE client/server communication?

Imagine a Java client/server ERP application serving up to 100 concurrent users, both web and swing clients. For persistence we can use Persistence API and Hibernate. But when it comes to client/server communication, do we really have an alternative to using an AS with EJBs to keep down the programming costs of remote communication? It...

OSX: Environment variables pointing to application bundles?

I want cscope to open files in MacVim instead of vim, so I'm trying to have the path to MacVim as the Value of the EDITOR environment variable which is used by cscope: $ export EDITOR=/Applications/MacVim.app/Contents/MacOS/MacVim If I'm now trying to edit a file from within ctags, it won't work and throws this error message: $ MacVim...

Hip application name

I have finished developing a quite useful small application. I would like to launch it, but I am not satisfied with it's name. What techniques, websites do you recommend that can help a programmer construct a powerful, easy-to-remember application name? For example: Firefox is a very powerful name IMO, easy to remember, very visual. ...

SQL Server Management Studio as Application Platform

Could the SQL Server IDE ever become an application development platform for enterprise applications? In a similar way to the old xBase applications, but, you know, better? The main reason is that the Management Studio is one of the best “data centric” application I’ve ever used. It has most of the main ingredients for the proposed solu...