application

C#: windows application Caspol

I have a windows application.. which will run in a very restricted environment ... The windows app queries event logs and performance counters.. it requires these permission.. the log in account being restricted disallow access to event logs and performance logs... I cant make any changes to the windows application... i was looking for a...

Session expires using state server on application pool refresh

I have a .NET 1.1 application hosted on two different servers, but on one of them whenever the application pool is recycled, all sessions are dropped. Both applications are using “StateServer” session mode and as far as I could tell, both servers have exactly the same configuration and have the “ASP .NET State Server” service running. ...

log4net vs MS Logging Application Block

I am trying to understand pros and cons of using log4netor enterprise library logging application block (LAB) for logging in application. I know one thing LAB is little difficult to use then log4net. ...

What is the most impressive Lisp application?

I know that this is subjective and all, but still, can you guys (and gals) provide some list of serious applications that were written in Lisp (perhaps along with what Lisp it is)? ...

What is caching?

I'm constantly hearing about person y had performance issue x which they solved through caching. Or, how doing x,y,z in your programs code can hurt your caching ability. Even in one of the latest podcasts, Jeff Atwood talks about how they cache certain values for speedy retrieval. There seems to be some ambiguity in the terms "cache" ...

Are games the most complex / impressive applications?

I was thinking today about what could be the most complex / impressive application ever written. So I started thinking of what I am comfortable with and use everyday, databases. Then I went into the field of the unknown (to most of us I guess), the government. I can only imagine the complexity of NASAs applications that allow them to co...

Prevent application running from windows temp folder

Hi, We have the application, which used to download the firmware to external device. We used to release our SW as a zip file. Some of the users directly running the application from the zip file. So the application extracting to windows TEMP folder and running. That time windows firewall or anti virus software blocking the our applica...

Best application for process flow with expandable attributes

I am looking for the best software application to do the following I have a set of use cases that are in relationship to each other. I want to show an overview of this relationship. If the user desires the attributes for each use case (such as business rules, data elements, etc) should be expandable. This is potentially a large map whic...

Application for sketching ideas on a computer

I've always wanted to sketch all ideas I come up with in the computer instead of on paper, but everyone knows that sketching with good 'ol fashioned pen and paper beats the crap out of trying to do it with a mouse (or even worse, a touch pad). So I turn to stack overflow with this question: Does any one of you know a magic program that ...

Add subview to UINavigation

hi any one help me how to add a uiview as subview to navigationbar ...

Recommendations for logger in Linux application.

I'm building a C++ Linux application and I need to log its activity. What are the existing Linux facilities to create logs? What would you recommend? ...

What application do you use to synchronize work directory with ftp directory?

Hello, I'd like to poll this question: What application do you use to synchronize the working directory at local PC and remote directory (via FTP)? I'm kind of bored of using FTP client to transfer each file I edit all the time. ...

Clickonce Upgrade and application setting

We have a winform application deplyed using Clickonce which has a configuration file. What we need is when there is an upgrade available, to merge the configuration in local machine with what is coming from the deplyoment. Any ideas or experiences? ...

n-tier design, lookup tables, and custom entities

Hello, In an n-tiered application where you are using custom entities, how do you find yourself handling data needed from lookup tables? Do you create entities for each of these lookup tables or employ some other strategy? For example. I have a "Ratings" lookup table that will be used to populate a dropdownlist. Would you create a ...

Custom Membership Provider, implementing developer security

I created a custom Membership provider (Membership ToolKit) and added methods like: public MembershipUserCollection GetAllUsers(string applicationName, int pageIndex, int pageSize, out int totalRecords) { // Returns MembershipUserCollection } Methods like these help in managing the entire Membership data storage for all applicati...

Do you rebuild or enhance enterprise applications ?

When I walk to work (in London) I see loads of redevelopment on commercial buildings. One of the first this I notice is they knock down the old building and build from scratch. They end up building some of the most advanced and stunning to look at buildings. Bearing this in mind, when I look at old legacy code, in existing application...

How can I make service apps with Visual c# Express?

I have build an application to parse Xml file for integrating data in mssql database. I'm using Visual c# express. There's a way to make service with express edition or I a have to get Visual Studio to do it? ...

Is there any Apple AppStore Business model exists out there ?

Hello all, I'm just wondering are there any other business models like the Apple AppStore or something that is close to this i.e. build application -> distribute to market place that is a focal point for applications . ...

Firefox addon to open source file(s) in your favorite IDE

While developing a web application in Visual Studio, I want to be able to quickly open a source file (an xsl, a js, etc, not the "view source" result) in Visual Studio. My idea is to: Write out http response headers (in debug mode), identifying the local files (c:...\bla.aspx) that helped build up the response Read these http headers i...

Why use WAS-CE over Apache Geronimo?

What benefits do I gain by using IBM WebSphere Application Server Community Edition over Apache Geronimo? ...