|
We are developing/mantaining an enterprise application which for historical reasons and development speedup it was targered for WinForms.
Now we are thinking that sooner or later (more sooner than later) that application will need to be Web based.
Thinking...
Started by FerranB on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That approach would allow you to develop your.
Of the "Empty Client" approach? This is a fairly new approach to developing .NET WinForms applications that can also run as web applications on plain browsers.
|
|
Hello, I would like to ask which IDE should I use for developing applications for Google App Engine with Python language?
Is Eclipse suitable or is there any other development environment better?
Please give me some advices! Thank you!
Started by Hoang Pham on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Recent versions even go out of their way to support... .
I think the answers you are looking for are here
http://stackoverflow.com/questions/495579/best-opensource-ide-for-building-applications-on-google-app-engine
Eclipse with the PyDev plugin is very nice .
|
|
There are some alternative IDE for developing XNA games?
By example, can I to integrate XNA in #develop?
Started by Click Ok on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However, XNA is designed....
However, the content creation pipeline is pretty much tied directly to MSBuild, so if you want to use it, you'll want to stick with Visual Studio .
You can use the assemblies outside of VS.
It depends on what you want to do with XNA .
|
Ask your Facebook Friends
|
What is the correct pattern or method for developing a Silverlight application (which is the Silverlight project and Web Application in a single solution)? I mean, how do you add the Service Reference if the localhost port number will be constantly changing...
Started by tyndall on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The property is called "Use dynamic ports" and you want to set it to false so that the port remains ... .
If you select the web project in the Solution Explorer, you can change a property in the Properties tool window that will stop the port from changing .
|
|
What ide is good for developing PyQt apps?
Started by yesraaj on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm using the pydev extension to Eclipse for Python....
It loads qt programs to do the standard stuff (qt-designer, qt-linguist) and its editor and debugger skills are very very high .
I've found eric4 extremly powerful.
I've found Wing IDE to be pretty good.
|
|
Hi, i'm developing a little project with qooxdoo and want to share the source with some friends. should i just check in the whole project folder?
Started by Maximilian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As long as you....
This way the developers can work with your application locally and using a qooxdoo SDK to work against.
I guess the best approach would be to just check in your application and a little instruction file how to setup a qooxdoo SDK .
|
|
What's the most well maintained and recommended framework to use with .net when developing mobile web applications?
Started by gugulethun on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I created a cms for mobile content using Dynamic Data Entities WebApplication Project for managing the content with CKEditor, a... .
There is none that I know of.
That's difficult to answer if you don't explain the purpose and features of the application .
|
|
I've been developing Java Web apps using Eclipse as the IDE. Planning to start developing a desktop app based on Java.
Can someone suggest the best IDE for developing Java based desktop apps? (One that would have drag drop for building the interface like...
Started by Nischal on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
The latest version of Netbean IDE and it is free!
Check out Swing GUI Builder Features
this http://www.eclipse.org/ or this http://www.netbeans.org/
Netbeans has the best support for creating GUIs
+1 for Netbeans for GUIs, however IntelliJ is still... .
|
|
I'm considering developing an application as portlets, to be integrated in Liferay portal. Are there any significant disadvantages or restrictions in developing such an application, as opposed to developing a normal web application using Spring framework...
Started by simon on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have previous experience developing standalone web applications but no experience developing portlets, then....
And subsequent applications depending on your needs.
From not having to develop those shared services a second time.
|
|
We are going to develop an ASP.NET website in 30 language. What is the best solution for developing that site? which architecture to be used?
Started by Ahmed on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When I had to develop a multi-languge web app, I therefore chose to handle the NLS.
Files).
|