Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
148 views

Mapping one-to-one relationship with a wrong (brownfield) database schema

I have to model this relationship in NHibernate (simplified the code a bit to stay on-topic) - an employee can be an accountmanager (so, it's optional): table Employee (Id, Number, Name) table ...
5
votes
7answers
144 views

Any advice for a developer given the task of enhancing & refactoring a business critical application?

Recently I inherited a business critical project at work to "enhance". The code has been worked on and passed through many hands over the past five years. Consultants and full-time employees who are ...
3
votes
2answers
255 views

Useful/Realistic code coverage goals for a brownfield ASP.NET application

Let me qualify this question. I'm working on a "classic" ASP.NET application (Web Forms) that doesn't use Model-View-Presenter and was not written using TDD. It's also using an antiquated data access ...
3
votes
2answers
148 views

Finding out how a developer handles brownfields projects

I'm doing some job interviews for the first time for my replacement. I want to know how they would approach a brownfields project, but am not really sure how to phrase the question. I'd like to know ...
3
votes
2answers
170 views

Starting a new job focused on brownfield application refactoring & Agile

I am starting a new job on Monday. The company has a home grown enterprise case management application written in ASP.NET/VB.NET. They are attempting to implement an Agile development process. They ...
2
votes
4answers
305 views

Considering a new Rails app with existing data (not a db, actual data) — what is the best way to proceed?

I have been tasked with developing a new retail e-commerce storefront for my current job, and I am considering tackling it with RoR to A) Build a "real" project with my limited Rails knowledge, and B) ...
1
vote
1answer
32 views

How to convert brownfield application to use user-based time zones?

I'm in charge of coming up with a solution for implementing user-specific time zones in a brownfield application. Every single date that is stored in the database is stored in the server's local time. ...
0
votes
1answer
34 views

Bulletproofing c# web Applications

I'm working on a web based application that currently does not provide for unit testing :(. I've already integrated an IOC methodology in a number of parts, but was wondering if anyone had ...
0
votes
1answer
69 views

Transforming legacy values with NHibernate

We have some old tables with legacy schemas that we find it hard to work with. Is it possible to use NHibernate to transform some of this data into a nicer model? For example we might have an ...
0
votes
2answers
134 views

Best Approach to Brownfield Database Development in SQL Server 2000/2005

I've recently taken over development on a SQL Server 2000 database that needs some help. We're planning on upgrading it to SQL Server 2005 soon. This database has no audit fields on the tables ...