Tagged Questions

2
votes
12answers
375 views

CMS which is not a portal system

Hi, this is a repost of a question not correctly answered -- sorry about that. We are looking for a reasonably priced CMS , with source code, in which we can ditch the portal syst …
2
votes
1answer
100 views

WCF client (Add Service Reference) hates WebGet and WebInvoke…really, it does

I have been working to create WCF services that will operate independent of .Net clients. Thanks to Google and StackOverflow, I have been able to create both simple xml and json s …
4
votes
10answers
501 views

Working without stored procedures or triggers

We have been working on a complex database and client interface for the last 18 months. We are regularly adding new functionnalities to this application, and it is now used by tens …
8
votes
7answers
293 views

What does “Core” mean in the Context of Library Design?

I often see other developers naming libraries with "CORE". What does it actually mean?
5
votes
5answers
308 views

3D Audio Engine

Despite all the advances in 3D graphic engines, it strikes me as odd that the same level of attention hasn't been given to audio. Modern games do real-time rendering of 3D scenes, …
10
votes
14answers
922 views

How do you evaluate a Software Architect?

What characteristics do you find more valuable in a software architect? How to evaluate one? For example: Is in-depth knowledge of a stack more important than a good overall kn …
5
votes
3answers
1k views

What are some GUI clients available for Mercurial?

And where would I find them? I happen to be stuck with Windows at the moment, but to appeal to general interest, other platforms would be good too.
4
votes
17answers
672 views

Database design for database-agnostic applications

What do I have to consider in database design for a new application which should be able to support the most common relational database systems (SQL Server, MySQL, Oracle, PostgreS …
1
vote
2answers
115 views

Transaction Processing: When does a rollback occur?

Recently this question was posted about the definition of what a transaction is in a general context. A common answer to this question was that a transaction should be an atomic un …
1
vote
6answers
102 views

Detecting Overanalysis

How do I know if I am overanalysing? I've been chasing a problem the last 3 days. I've been through many designs and reached a complex solution using about 3 classes. Having discu …
0
votes
4answers
218 views

Implementing Clone() method in base class

Here's a Clone() implementation for my class: MyClass^ Clone(){ return gcnew MyClass(this->member1, this->member2); } Now I have about 10 classes derived f …
0
votes
3answers
105 views

Antialiasing alternatives

I've seen antialiasing on Windows using GDI+, Java and also that provided by Photoshop and Gimp. Are there any other libraries out there which provide antialiasing facility without …
0
votes
1answer
388 views

Bluetooth from the Command Line

How do I access files on another device/machine over Bluetooth from the command line?
2
votes
4answers
290 views

URL Design for SSL-Secured SaaS Application

I am developing an application using the ASP.NET MVC platform, which will be exposed as a service over the web (the SaaS model). I am trying to determine the best way to partition …
0
votes
4answers
154 views

Creating dynamic maps on the web

My company uses a sales model of dealers, territory managers and regional managers, each with a different level of area scope (IE manage based on zips codes, states, or regions.) …

1 2 next
15 30 50 per page