projects

Which kind information to cache in memory?

It's easy to decide which information to cache in memory in a node-like web-site, where you have few nodes, most popular pages, you can keep in memory. But what about sites where the whole mass of pages has same chances to be required? For example - Wiki-sites or social nets? added Something's wrong with "add comment" button... Well,...

Partial Classes across Projects

Is it possible to have partial classes across projects. e.g. Project 1 has a Customer Class. Project2 whish is an optional module adds to the customer class by attaching an order class, and utilising the original Customer Class. ...

How to get started in developing student opensource projects?

Hi, Im a level three CSE student. I need to involve in an open source project to get experience about FOSS. Where should I start?, how to find projects (suitable for a beginner)? Thanks in advance !! ...

Open source Python project to contribute to

Until recently, I was a Linux Administrator for a company which went out of business. I don't need money so I don't plan to work for a while. With all this free time, I'd like to work on my programming skills. Of all the languages I am familiar with I have the most experience with Python. I've searched projects on Github and Sourceforge...

SubWebFolder and mutliple bin folders with Website model?

Hi, I am looking for some advice on how what is the best approach to subweb folders and having mutliple bin folders in the WebSite Project model. For adding new pages at a later stage without recompiling the core files of a website and without building a full fledged Plug-in framework api. I am aware of being able to drop in the compile...

I cannot view Tests Projects in VStudio 2008 Team Suite

Hi all, I use VS 2008 Team Suite Enterprise, and Team Explorer...for connect to TFS. I have a solution with 34 projects. There are 4 Tests Projects, but Now I can view de Test projects... It appears only the folder (the csproj) but NO the list of files of csproj. When I click on properties of csproj, I get this error: object referen...

Open-source Java projects to contribute to?

Possible Duplicates: What is an open source Java project I could contribute to? Open source projects that are easy to contribute (code) to? Hello, I'm a high school student currently taking a CS course and one of my semester projects is to contribute to an open-source project by way of patching bugs or something similar....

Project Order in Visual Studio Solution

In Visual Studio 2008, what determines the order in which projects appear within a solution folder? It's not alphabetical order, nor is it build order. I cannot find any way of altering the order in which projects are being listed. I've tried removing my .suo file, as well as moving things about in the .sln file. Neither had any effect....

Python reference external module in Netbeans

I'm working with a Netbeans for Python development, I have a number of projects (which have a number of modules). What I basically want to know is, how do I import one of these modules into a new project? I have tried editing the python path in netbeans, but to no avail. Here's my setup: Netbeans projects ================= ProjectA ...

Create new c# project files from code

I'm currently working on an application that will generate actual .cs and .xaml code files and add them to a project. I've managed to do this by manually editing an existing .csproj file and thats working well. However I would like to be able to create the project files from my application as well, to cut out the extra step of creating...

Where to get "projects" to do / implement?

Hi, I'm doing a CS degree and right now I'm kind of bored (that's not the word, but I don't really know how to say it). I mean, I have lessons and all but right now I'm taking just a few courses so I have plenty of free time, so I would like to invest part of that time in programming something. What I'm looking for are kind of specifica...

Work programming vs spare time programming

Possible Duplicate: Finding the time to program in your spare time? Question is simple: how to find time for a side programming? I work full time as a developer for a company developing their product, but in parallel I have my own ideas and projects, which I would like to develop. I have 1-2 hours after work to spend on the si...

Duplicate XCode Project but same executable on iPhone

Hi there, I need to develop two similar projects so, after I developed the first one, I copied the project folder, I renamed the folder, I renamed the project with the Project->Rename... function. Everything works fine but when I run&debug my second project I see that the first one project disappear and it is substituted by the second on...

visual-studio-2008 Professional database projects

We used some Database Projects in VS2005 Professional. Am I correct in saying Microsoft removed support in 2008 Professional edition and moved it to Team System instead? ...

Points to consider when outsourcing a project with another programmer.

Hello, I'm Chandan, I work as freelance Programmer and Website Design / Development. Lately I got quite a bunch a projects and I want to outsource one of them. What points should I include the Agreement between the Programmer and my Company. We already agreed on a price and we agreed to have source code and software also included. Pl...

building safe search engine for kids ?

my project this year : build safe search engine for kids so i need some info about : 1- where to find some studies , papers about this topic ? 2- how to make use of open source tools ? 3- what the technologies that i need to learn for my project ? and some advices please thanks . update : safe mean that when kids search for any ...

VS 2008 favorite projects list

Hi ! I have a Folder with about 1000 Projects. So to open one, it's not that easy with this amount. Recent projects are very useful feature, what I need is something like favorite projects. ...

how to open multiple projects into the CAST IRON integration tool?

Hi, I am learning the cast iron tool (http://www.castiron.com/) which is widely used now a days for integration purpose,but i can only open 1 project and if i want to open the other project at the same time than i have to close the 1st project and open the 2nd project. So many times i need to have to open the 2 projects at the same tim...

.NET project: unified wrapper for object databases.

I am considering doing a project which would provide unified API and tools (import/export, etc.) for object databases (e.g. Caché, Objectivity) for .NET. It would provide: schema generation from CLR classes, generation of C# classes from given OODBMs schema, API for deleting, creating and updating objects, Linq provider, API for calli...

Delphi: How to set the default project in a project group?

i have two projects in a project group: ProjectA ProjectB Whenever i open the ProjectGroup.bpg in Delphi, it always starts with the 2nd project as the active one: ProjectA ProjectB And every time i have to flip it to the the "real" project: ProjectA ProjectB How can i make ProjectA the default project that opens with the proj...