As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am a student and I'm currently doing senior project. I'm required to work on the application control or application platform to let a group of programmer work together on a server with the security. I would like to know how a group of programmer work together on a server and how to work using visual studio 2010 on a server.
Thanks
First of all you have to use a version control system for your code such as SVN, which is one of the most popular.
There are also some other popular systems like GIT. You should try them both and see what fit your needs.
You'll probably want to create user accounts for each programmer on the server and allow them ssh access. Look into git for project version control.
i recommed your download here !
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i have a general question. I want to develop a Web Application for business process modelling. The application was build using c# and WPF as Desktop Application Software and now i would like to develope it as Web Application. what technology should i choose?
I've tried to find it myself but there are many different opinions about that topic. Is there any general rule or methodology which can help me decide?
Your question is not quite constructive. You need to talk to some Architect to understand your business and the requirements to fill up the gaps of choosing a technology. It is quite vague to answer your question whether to choose ASP.NET webforms/MVC or probably a different platform than .NET to suit your needs.
On a general answer, if you are planning to port your whole application developed on desktop using WPF, you can consider porting to Silverlight which might cut down your cost to 90% (probably), where you will able to reuse all codes you have written so far. But that's totally your call and your business needs.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need Free tools for scheduling tasks in ASP. Net C#.
I tried with ASP. Net Calendar control, But it's not too flexible to handle all the aspects of requirements. Say Calender events based on Users, Based on some external types, etc. May be I need to learn some sort of AJAX before doing the experiment with Calender control.
Before that, Is there any free tools available? So I can plug-in that directly with little modification or configuration?
Thanks in advance :)
Use DayPilot Lite. DayPilot Lite is an open-source version of DayPilot. It is helping thousands of users to build calendar, personal scheduling, and resource booking applications.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What are the features of R based Web Consoles? What are their advantages and disadvantages?
That's easy:
Rweb is pretty old, and a basic webinterface. The R FAQ lists more such webapps in its Section 4 on R and Web interfaces.
Webapps such as Rweb are for external third-parties, and mostly involve pre-canned code.
RStudio is new (and especially if running in web-mode on a server) a phenomenal new-school 'application as a webservice'. If running that way, or as a local app, it provides an IDE for R. That is different from a webapp.
IDEs such as Rstudio are for developers writing code. Theses IDEs are not facing unknown anonymous users.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am finding a drupal module to enable file sharing between users, somebody know someone???
I've been investigating the same thing, and there are a number of options, based on your requirements:
You can use node attachments, as described above.
You can use the FileField module, which would give finer grain permissions.
You can use the WebFM module for a more file-system oriented approach.
Or, you can go whole-hog to a document management system and integrate KnowledgeTree or Alfresco.
I think I'm leaning toward FileField for simplicity, although I've thought hard about going full DMS.
You'll want to have a look at the /admin/settings/file-system page and then enable the Upload core module (/admin/build/modules) I assume, otherwise, you'll need to clarify your question.
Drupal is not the application for p2p sharing.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
There are a number of commercial offerings that I've come across but nothing open-source.
I realise that you could do something simiilar with JUnit / JMeter but I'm looking for something a bit more specific.
What about clif
http://clif.ow2.org/
or jmeter
http://jmeter.apache.org/
I think there are others, but these two spring to mind.
You might want to have a look at Apache Jakarta Cactus
Jmeter + server logging + your brain.
Load testing is a very complex activity. You'll need to be able to simulate many contexts (e.g., IP, port) and divide the load generators on many machines. While doing that you'll need to monitor the server (Application under test).
As of today, there are several very good commercial tools that needs certain level of expertise to work with.
I don't think there is any serious open source load testing tool.