|
Hello!
Advise please about IDE for C with ability of debugging.
I know about Kdevelop - but it's broken now.
Started by Twister on
, 25 posts
by 14 people.
Answer Snippets (Read the full thread at freebsd):
He downloaded with standard Visual....
I know uses Visual Studio for code writing (but, of course, not for compiling or debugging).
And the web for details.
|
|
I've recently become intrigued with Google Web Toolkit and have started playing with it on some personal projects. I've noticed though that it doesn't seem to be very popular. For example, two major freelancing job boards ( www.elance.com and www.odesk...
Answer Snippets (Read the full thread at stackoverflow):
For a large business web application, coding in JavaScript developers compared to other popular web languages may also be a factor
I did about 6 months of GWT last on this in a second); Debugging....
Flex, Silverlight, and JavaFX.
|
|
I've looked into the benefits of PHP, ASP.NET, Python, Rails, etc. These technologies seem very popular among folks here, but I don't see too many ColdFusion questions.
Is ColdFusion a good solution for working with popular JavaScript frameworks such ...
Started by M4dRefluX on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
If they weren't good for that then no one would use them (how ... .
There are even projects now to able choice for web development, as are the other languages that annataka listed.
Can always dip to Java or call a JSP tag to get things done .
|
Ask your Facebook Friends
|
I'm building an ASP.NET 3.5 web application. When I run the project (using Visual Studio's built-in server), it needs to be able to access a network share as a virtual directory. I can't seem to find any information about how to do this.
The network resource...
Started by Bill on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's for debugging a single application, not one to the share? By redirecting to resources under that virtual directory? If so, then during debugging by "access"? can you perhaps ....
You can't do this with the web development server.
|
|
I added a reference to the System.Core assembly. The web.config now has:
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
The IIS is set to use ASP.NET version 2.0.50727
Though intellisense shows the...
Started by DotnetDude on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A Web Application Project rather than a Web Site will not give this issue (for reference) as it builds.
|
|
Hi,
I've been working on a legacy ASP.NET Web Site (versus a Web Application) project at a client for some time now, and its slow compile time has me wondering:
Are web site projects known to be slow(er) at compiling (than Web Application projects)?
It...
Started by Cory Larson on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Proj file will have to use IIS as host: Using multiple Web Application Projects (WAP) in one Solution
My observations have been....
You'll notice the lack of any.
Correction: web sites are not projects.
On run or debug.
|
|
We are getting very slow compile times, which can take upwards of 20+ minutes on dual core 2GHz, 2G Ram machines.
A lot of this is due to the size of our solution which has grown to 70+ projects, as well as VSS which is a bottle neck in itself when you...
Started by johnc on
, 22 posts
by 21 people.
Answer Snippets (Read the full thread at stackoverflow):
That cut down the number project in parallel....
This on a large (50 or so project) codebase a few years ago and it cut down our build times by a huge combined all the unittest projects into one global-unittest project.
|
|
I have been publishing a web application project in debug mode. I know there are a lot of questions on here regarding this, but I think they more pertain to window apps, but I could be wrong. Basically, I was just curious on what the difference is and...
Started by Xaisoft on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Having
<compilation debug="true">
Enabled in the web.config will a relatively....
Beware of deploying debug code in prodcution
Debug and Release Builds in ASP.NET 2.0
Try Googling there, this has been answered a thousand times .
|
|
This is the RTM version. We have installed VS 2010 side by side with 2008 and converted one project.
Everything is slow: open a simple ASPX page or JS file, debugging or compiling is just a pain, probably twice slower than 2008.
Same issues on 3 different...
Answer Snippets (Read the full thread at microsoft):
After working for large C++ ....
Properties take 1-5 seconds
5.opening project properties with multiple selection on projects take 10-30)
Project is MFC C++ spread over about 20 projects/folders and using Boost 1.44.
|
|
How do you structure a very large application?
Multiple smallish projects/assemblies in one big solution? A few big projects? One solution per project? And how do you manage dependencies in the case where you don't have one solution. Note: I'm looking...
Started by Benjol on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Dependent dll's from other projects are built and linked in to the project and checked in to the source which contains all the ....
Explorer, right-click on the projects I'm not interested in right now, and do "Unload Project.
|