Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
7answers
1k views

What logging is good logging for your app?

So we've discussed logging in passing at my place of work and I was wondering if some of you guys here could give me some ideas of your approaches? Typically our scenario is, no logging really at ...
2
votes
5answers
149 views

Would it be a bad idea to develop a desktop application that directly accesses the SQL server?

I want to install a desktop application (on many stations - about 10-20) should access the SQL Server directly, no Services, and no server-DALs. The application will be installed on a local network ...
1
vote
0answers
150 views

Embed NoSQL document/EAV database in desktop program?

What's the best choice if I want to embed a document db or EAV db in client application? Something like "SQLite3 for NoSQL", small runtime library, index arbitary schema, small memory footprint, ...
1
vote
2answers
1k views

WebServiceTransportException: Unauthorized [401] in Spring-WS

We are struggling to configure our web app to be able to connect with web services via Spring WS. We have tried to use the example from the documentation of client-side Spring-WS, but we end up with a ...
1
vote
10answers
295 views

Requiring users to update .NET

I'm working on some production software, using C# on the .NET framework. I really would like to be able to use LINQ on the project. I believe it requires .NET version 3.5 (correct me if I'm wrong). ...
0
votes
2answers
151 views

can i put button and textbox and listview in one activity?

I am new to android and now i am developing client side application in android. I want to know can I put button , textbox and listview in an activity class.Usually we extends class from Activity but ...
0
votes
0answers
58 views

How to interface between Web-Application and Client-Application?

I wanna build a web-application for medics. To improve the useabillity it would be great to have a interface to the medic-information-systems on the client (a stand-alone application that's ...
0
votes
4answers
304 views

C# Server-Client Applications

I want to know how can I write an application in C# that acts as a chat server or any kind of server, maybe a file sharing server. And the second application will act as a client which connects to ...
0
votes
1answer
360 views

Web Application IPC/RPC with Client Applications

Background I'm at the planning stages of a DIY project that'll help me automate some hardware at my house. It's probably also worthwhile to mention that I've got almost no experience with web-related ...