I’m designing a tiered .NET application, and I want to use the Code First approach. I’m new to this, so I’m struggling to envision how it ought to be designed. Would the following be a reasonable approach? What problems or limitations might I run..
Category : softwareengineering
Is the ISC license suitable as a MIT or Simplified BSD license replac..
My company is exploring the move from Perforce to a DVCS and we currently use lots of Perforce proxies because the software development teams are spread over Germany, China, USA and Mexico and sometimes bandwidth from one place to another is not that ..
I recently encountered a situation in our codebase where a different team created a ‘god class’ containing around 800 methods, split across 135 files as a partial ..
My service has a large ongoing number of user events, and we would like to do things like “count occurrence of event type T since date D<..
My team is currently locked into using a tool we dislike that takes the form of a Eclipse plugin and a .jar; the plugin gives us a button to quickly run a single file’s code (via invoking the main .jar and passing to it the current file). We want to move to C#.net. Is there any way to get Visual Studio to replicate this behavior? Obviously we could put each runnable class into its own project in our solution, but that requires checking a lot of project files into source control. Ideally we’d have a main() method in each file and could tell visual studio to run just that file for development purposes, while the finished software would be run from a single entry point using command-line param..
In PHP you can have a function take an infinite number of argument..
I am creating a software package that will be useful to programmers, engineers and scientists. List price will be in the region of $1,000 — way beyond the budget of most open-source developers, hobbyists and enthusiasts. So I am considering two things, the first generous, the second maybe a little g..
I’m a python programmer who sees a lot of C++ code but doesn’t know the language and there seems to be two ways to initalize a class. I was hoping that someone can tell me the diffe..
Is it normal and still proper (in agile/SCRUM-based software development) for a product owner to be in charge of more than one pr..