project-planning

Python OO program structure planning

感情迁移 提交于 2019-12-22 04:01:48
问题 I'm a beginner in OOP and I want to create a program with three classes, A, B, and C. Each instance of the class is defined by a set of characteristics, Achar1, Achar2 etc. The program is supposed to create uses comprising of element of A, element of B and element of C with begin and end date. There are subclasses of A and B, so that some elements of A can only be connected to certain elements of B. The main functionality of the program is to list elements of A, B and C with their aributes,

Visual Studio Plug-in to measure time spent on Solution/Project [closed]

瘦欲@ 提交于 2019-12-18 15:54:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . does anyone know of a Visual Studio (2008) Plug-in that attempts to track how long you've spent working on any given Solution or Project? I realize this would be difficult, like at work I might leave a Solution open all day, but only work on it for a couple of hours, on and off. However at home, I might only

How to create an accurate hour estimate? [closed]

混江龙づ霸主 提交于 2019-12-18 10:17:02
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . What are your experiences regarding project planning and creating hour estimates for new projects? What is the approach you are using, and why has or has it not worked for you? Are there any best practices to take into account? 回答1: Estimation Tasks The principles that I try to use (I don't always get the

Developing a Robocode type game with .Net, for a School Assignment

走远了吗. 提交于 2019-12-17 09:53:31
问题 I am currently in my final year at school, studying for a Higher National Diploma in Computer Studies, and basically in this final semester, we need to develop a Software Project, that basically incorporates a whole system. Now, what I'm thinking of doing is something along the lines of Robocode, but instead of Java, I will be doing this with the .Net Framework. What is Robocode ? For those of you don't know what Robocode is, it's basically a sort of programming game in where people develop

I have three projects that share the same DB, whats the best way to use EF across all?

梦想与她 提交于 2019-12-12 08:20:05
问题 I have three projects (WCF projects, not clients), I have one database for all, now how will I use EF with this? should I make a fourth project which will have the db context and the entities and then add a reference to it in all three projects? or should I just have a separate context for each project and just add the tables i need for each project? some of the table are really used everywhere. so what's the best solution for this? Another question: should I expose the EF db context in the

How do you do very quick (and dirty) estimations for coding tasks?

耗尽温柔 提交于 2019-12-09 04:32:32
问题 So you've just been put on the spot by The Boss. You've got 15 minutes to come up with a back of the envelope estimate for the addition of some new feature. Your boss (fortunately) recognizes that you can't provide an accurate estimate in that time so expecting something that is in the right order of magnitude. The question is how do you go about giving a estimate in the time frame that is accurate to an order of magnitude? Note that this is meant to be a quick and dirty estimate, not

Change of Index page based on subdomain/domain name

强颜欢笑 提交于 2019-12-08 00:04:11
问题 Problem and my idea on it is just vague as I'm still in design phase. I just wanted to know something to get a head start on the problem and how/where to proceed to solve it. Problem Part: There's one web app built using struts-2 JSP/servlet, with the URL mywebapp.com . The requirement is every client can access this mywebapp.com using their subdomain, like webapp.abc.com, myapp.xyz.com, etc. I have to filter based on the domain name to give them a customized login page. I have saved their

Project Ideas for course [closed]

我的未来我决定 提交于 2019-12-06 06:42:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am going to start my Software Engineering course this semester. So I need a good project plan for it. Will have 3-4 months to complete the project. I am planning to develope a Remote Desktop Client or an Email client like gmail or yahoo. If anybody has any ideas please let me know. 回答1: Assuming you have no

Automating a Job at Work: Importing Powerpoint Bullet Text into an Excel Sheet

人盡茶涼 提交于 2019-12-06 05:43:36
问题 I have been asked to automate a particular task at work today which takes up a lot of our time! The following is what needs to be done and I would appreciate any help on how I can do this (Implementation Advice) within the realms of my knowledge, if possible. Problem I have a PowerPoint document (.ppt). I would like to extract text from there (the text is in bullet point format). I would like to insert these bullets points into an Excel sheet, each bullet point should be a row. I would also

Change of Index page based on subdomain/domain name

我是研究僧i 提交于 2019-12-06 05:27:30
Problem and my idea on it is just vague as I'm still in design phase. I just wanted to know something to get a head start on the problem and how/where to proceed to solve it. Problem Part: There's one web app built using struts-2 JSP/servlet, with the URL mywebapp.com . The requirement is every client can access this mywebapp.com using their subdomain, like webapp.abc.com, myapp.xyz.com, etc. I have to filter based on the domain name to give them a customized login page. I have saved their domain name in the database to map their details that need to be displayed on customized login page. What