Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

40
votes
4answers
2k views

Entity Framework Vote of No Confidence - relevant in .NET 4?

I'm deciding on an ORM for a big project and was determined to go for ADO.NET Entity Framework, specifically its new version that ships with .NET 4. During my search for information on EF I stumbled ...
26
votes
21answers
2k views

most professional way to tell a developer they are no good [closed]

What is the most professional way to break it to a developer that they're not very good? I haven't been a developer for as long as some of the others out there. But I have already had to deal with ...
20
votes
25answers
2k views

How Do You Take Criticism? [closed]

I find taking criticism pretty painful. Does anyone have a good strategy for dealing with this? Edit: I can see this is going to be voted down, but I'm not going to delete it as an exercise in ...
5
votes
18answers
736 views

What does it mean for an application to be bloated?

I myself have accused applications of being bloated, but is this really the problem with an application? Years ago I accused Microsoft of producing "bloated code" without myself actually seeing such ...
5
votes
5answers
325 views

Software Critique: Open Source Software

Where can I find critical analysis of OpenSource projects? ie: in-depth analysis of methods within the source, a comparison of projects with others, and performance metrics ... I'd like to read ...
3
votes
1answer
106 views

Where would I find critiques for my source code?

Well the most obvious answer is here. Self taught programming has some down sides, one of which is the lack of code peer critique which can help one expand his/her programming scope. Since I'm working ...
3
votes
1answer
945 views

An analog of C++ FQA for C#

I have found C++ FQA Lite very edificatory and would like to read more criticism. Could you recommend me something similar but concerning C#, please? Thanks.
2
votes
1answer
155 views

Is there anything wrong with this ORM? [closed]

Roughly a month ago (after christmas) i found this post and realized how useful reflection is. So i decided to learn and got carried away and spent around 10days on this which became a ORM for ...
1
vote
0answers
208 views

What is wrong with the comments in this code? [closed]

#include <stdlib.h> #include <stdio.h> #include <string.h> /************************************************************************* * memorycopy * Perform a memory copy ...
-3
votes
2answers
110 views

New to OOP, please criticize my first Class [closed]

So I finally decided to make that jump, and wrote my first class for actual use. Please criticize, and be harsh:) Thanks. Purpose of the class will be secure file uploading. But for now it only ...