|
Hi there, this is a bit of a philosophical question. I am adding a small feature to my software which I assume will be used by most users but only maybe 10% of the times they use the software. In other words, the software has been fine without it for ...
Started by Peldi on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
Just because" with the "4 or 5 users" who suggested ... .
Ship it, but include a readme discuss the decision with users who have requested the feature: do some market research.
There will always be unanswered feature requests and bug reports.
|
|
There are a lot of new features that came with the .Net Framework 3.5. Most of the posts and info on the subject list stuff about new 3.5 features and C# 3 changes at the same time. But C# 3 can be used without .Net 3.5. Does anyone know of a good post...
Started by Mufasa on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It'....
Some more info here as well http tell you is that a lot of the new features in C# 3.0 will actually work in a purely 2.0 application as I've seen.
I liked the series of posts by scottgu on the new language features..
|
|
Hello,
I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which is independent of the other installed features) without having to reinstall...
Started by Scott on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Fragment> <Feature Id="HelloWorld1Feature" Title="Hello World 1" Level="1"> <ComponentRef Id="HelloWorld1Component"/> </Feature> </Fragment> <Fragment> <Feature Id; </Feature> </Fragment> ....
|
Ask your Facebook Friends
|
The new Libraries feature in Windows 7 creates what are essentially virtual folders—you can combine multiple document folders together into a single library that combines them all into a single folder, create new libraries, and access them from common...
Started by Matt 'Trouble' Esse on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
How to Disable “Libraries” Feature in Windows 7?
Funny, Lifehacker.com JUST posted a link to this article:
http://www.askvg.com/how-to-disable-libraries-feature-in-windows-7/.
|
|
This is really a question for the 7400 people (!) at the SharePoint Conference 2009. Of all the new features and improvements in SharePoint 2010, which one (or area or feature set) do you think will have the biggest impact on the world of SharePoint development...
Started by bill on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
The ability to define an upgrade pathI haven't had a chance to do anything with it yet, but the new BDC (Business Data Catalog), the BCS the new service....
To the new Feature Versioning and Feature Upgrade capabilities.
|
|
I'm building a new application and trying to adhere to "test-first" development as faithfully as I can. I'm finding myself in situations where I need to implement/change a feature that has an effect of invalidating a number of existing unit tests. How...
Started by Kurt Schindler on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If there aren't any obvious revisit each test in turn either correcting the test to reflect the new feature (so it would pass with no other code changes) or ....
I would choose one test and change it to require the new feature.
|
|
How does tweeter implement the asynchronous notifications for new tweets ?
If it is a form of server push technology, does any one know or suggest how this feature could have been implemented ?
Thanks
Started by Ron on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are writing your own app, then you poll the Server through AJAX, and if there are new results then they display that notification bar..
Application that that checks for new tweets asynchronously.
|
|
Hi,
I tried out the new template maker feature in the SVN trunk but it seems i can't get it to work. I think this is a great feature if it would work!
I tried creating a template with a tab delimited txt file, the format i always use to load leads. I ...
Started by dspaan on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at net):
Are you able to tweak this so....
It means that despite having all the necessary variables (template ID, template name, list ID, field layout), for some reason the INSERT statement failed when it tried to insert the template information into the database .
|
|
When planning and prioritizing what is to be included in a release, do you distinguish between bugs, feature enhancements and new features?
For example, do bugs always take priority - do you fix all known bugs before working on new features? Do you use...
Started by Ed Schembor on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Plenty of times a particular enhancement or new feature is being although quite often bugs are raised which are actually new feature requests, and they're shipped on what kind of ....
Properly triaged, root caused, then fixed.
|
|
I just saw a really useful UI feature of the forthcoming Windows 7 ( visit http://www.gizmodo.com.au/2008/10/windows_7_walkthrough_boot_video_and_impressions-2.html and scroll down to the video entitled Super Scientific Video of New Window Resizing Feature...
Started by Sprogz on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
NET Framework provides a source code library that can be used to access some new Windows 7.
|