Tagged Questions

3
votes
1answer
328 views

Web vs Desktop Development (Online vs. Smart-Client)

Hi Everyone, I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly …
3
votes
6answers
424 views

IdbConnection vs. SqlConnection

When I write an app, I use the System.Data interfaces (IDbConnection, IDbCommand, IDataReader, IDbDataParameter, etc...). I do this to reduce vendor dependencies. Unless, I'm doi …
2
votes
5answers
177 views

What to do with an object that should no longer be used in Perl

I am writing a class that is linked to an external resource. One of the methods is a delete method that destroys the external resource. No further method calls should be made on …
1
vote
2answers
89 views

SVN externals and export for framework

I'm currently working on a framework for a client. The framework is based upon Zend Framework. The directory structure is: application : Application specific co …
1
vote
4answers
93 views

What are the uses for Joomla?

I've taken over development for a site that was started to be built in Joomla. So far, there is just a few static pages and user registration. The specs state it will basically b …
1
vote
6answers
191 views

Primary Keys - Native, Sequence, or GUID keys?

In reading this and this and then reading this (which references the other two ironically) I find myself wondering just how big the discussion of this topic is? I am a SQL Server …
1
vote
2answers
192 views

confusion C# duck typing, implicit conversion and inconsistencies.

Everyone seems to love duck typing, if it looks like duck, acts like a duck, treat it like a duck. C# 4.0 allows duck typing and current supports it in a few situations (see "C# ha …
1
vote
5answers
105 views

Product Development Decision Methodology

What is the best method you have found for deciding whether or not to implement features into your software product? EDIT: Can you recommend some reading material (online or book …
0
votes
7answers
84 views

What should be the expected behavior on this user decision?

Hi, I have this application where the users can change text files and when they forget to save them, a little message pops up reminding them that the changes are not saved and ask …
0
votes
2answers
55 views

What was the design decision for variadic functions needing an array?

I am curious and hopefully someone can shed somelight on this - but why do the C# functions that take 'params' have to be an array? I get that the objects in the parameters list a …
0
votes
2answers
88 views

How do I know when to and whether to have a separate controller for a piece of code?

So I am in a situation where I have to decide whether or not to have a separate controller for a particular piece of code. We have a home page that acts like a hub for the rest of …
0
votes
4answers
303 views

EpiServer CMS 5 R2: Custom Page Providers - The right choice?

Hello, I'm using EpiServer CMS 5R2 on a new project. I've been tasked with creating a CustomPageProvider to link to an existing back end store which we don't have control of. Howe …