General ASP.NET
-
Search count in Search-in-all-files
When we press Ctrl+F, enters the search-term and press Find All, it shows the search results but the count is displayed at the end of the results. For an instance:
"Matching lines: 13 Matching files: 7 Total files searched: 69"
From user experience point of view, its very inconvenient to scroll down through all the results to get to the last list. IMO, it should be displayed at the top of the result window.Snapshot: http://i47.tinypic.com/346kyex.png
Also, it would be great, if in the mini-find and Find-and-Replace popups, the count like "3 of 19 records" (the same approach IE team…
16 votes -
Improve method Bundle.AddDirectory in System.Web.Optimization
Now when bundle filled by adding a directory with help of method Bundle.AddDirectory in parameter searchPattern you can only specify one filename pattern (for example, "*.css" or "*.js"):
var stylesBundle = new Bundle("~/css", new CssMinify());
stylesBundle.AddDirectory("~/Content/", "*.css");
BundleTable.Bundles.Add(stylesBundle);var scriptsBundle = new Bundle("~/js", new JsMinify());
scriptsBundle.AddDirectory("~/Scripts/", "*.js");
BundleTable.Bundles.Add(scriptsBundle);I suggest to add ability to specify in the searchPattern parameter multiple patterns (for example, "*.css;*.less" or "*.js;*.coffee"). Also it would be nice to add the ignorePattern parameter, in which you can specify the patterns of names of excluded files (for example, "*.all.css;jquery.ui.base.css" or "*-vsdoc.js;*.all.js;_references.js"). When working with a new version adding…
15 votes -
A better Web Deploy authoring experience
Make the Web Deploy authoring and packaging experience more powerful. Add editing support into VS to add custom deployment steps and control all the providers that WD supports.
There is a lot of power in Web Deploy that most developers don't use since they rely in the default build steps and don't want to go through the hassle of authoring the Web Deploy packages manually.Ideally I want to right-click my project, choose "Add custom Web Deploy step" and do things like setup IIS bindings, create a registry key, register a certificate, set file permissions etc.
Then when I build…
15 votesThanks for the idea. I agree that this would be pretty cool.
I’m not sure if you are aware but in VS2012 when you create a publish profile we save the file as .pubxml under Properties\PublishProfiles.
I was thinking that we could have a .pubxml editor/designer. So the idea would be that if you wanted to fine tune your publish/package process you could edit the .pubxml file in that way.
My only hesitation is that I’m not sure how many people would be interested in this. If we get a good amount of votes on this item we can do a deeper investigation on this.
-
Add ability to encrypt connections strings (and other web.config sections) upon deployment of a web application to a web server (using publi
I hate the fact that after publishing an asp.net web app, I need to remote into the server and encrypt connection strings and perhaps other sections of my web.config. It would be great if I could automatically kick off a post-deployment script which would do this for me.
14 votes -
Modern UI CSS framework
Please release a twitter bootstrap-like CSS framework for Modern UI. I would to see that kind of component to unify Modern UI design.
14 votes -
VS 11 Page Inspector: Add multiple user agents.
While page inspector is great, it currently only supports the desktop view in MVC4. It would be great to be able to inspect the mobile rendering as well.
14 votes -
Display format for Find-all-search results
Rather than showing the entire path of each file, the resultset can be displayed as a tree view. Considering the following results:
Find all "view", Match case, Subfolders, Find Results 1, Current Project: CBES - Crowd Monitor\CBES - Crowd Monitor.csproj, ""C:\Users\ABM-7\Documents\Visual Studio 2010\Projects\CBES - Crowd Monitor\CBES - Crowd Monitor\Content\themes\base\jquery.ui.theme.css(15): * To view and modify this theme, visit http://jqueryui.com/themeroller/
C:\Users\ABM-7\Documents\Visual Studio 2010\Projects\CBES - Crowd Monitor\CBES - Crowd Monitor\Scripts\jquery-1.5.1-vsdoc.js(2732): props: "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey…
14 votes -
13 votes
-
Allow ASP.NET forms slidingExpiration to be configured to always renew
The behaviour of slidingExpiration prevents sliding expiration from being used to provide a precise time out. By default
"To prevent compromised performance, and to avoid multiple browser warnings for users who have cookie warnings turned on, the cookie is updated when more than half of the specified time has elapsed. This might cause a loss of precision. " - http://msdn.microsoft.com/en-us/library/1d3t3c61.aspx
It'd be great to be able to configure things so the cookie renews every time. Because this functionality isn't available, numerous people have built their own version of the renew the cookie every time sliding expiration behaviour.
Thanks
13 votes -
Provide multimedia code annotation
Rather than use code comments (where a change requires a rebuild), I'd like an external and universally available annotation framework within the IDE. I can then leave design drawings, (or verbal commentaries, or sketches, or whiteboard images or bug triage discussions or past bug history relating to a piece of code or the surrounding area) on the code they apply to.
Make literally EVERYTHING available within the IDE. Let me tie my code to the feature requests it fulfills and the bugs it's produced. Let me conduct polls within the code. Let me get code review feedback in the code…
13 votes -
code outlining for razor
Code Outlining for Razor on Web Pages
like on html or c#, the colapse block of code (-) or expand (+).
Thanks,
Oscar Azevedo12 votes -
Secure/Better Smart Client Publishing
I would like secure ftp publishing of applications as well as the ability to retry publishing a file if the upload fails
12 votes -
Nice way to define properties with StateContainer Attribute
StateContainer(ViewState)]
string FirstName
{
get;
set;
}[StateContainer(Session)]
List<string> myList
{
get;set;
}[StateContainer(Cache)]
List<string> myList2
{
get;set;
}Just a random thought: I think it would be nice, with the help of an attribute, to be able to define where a given property would be stored.
I guess it also be applied at the class level, if you want all of your properties to inherti the same StateContainer Attribute.
A change probably best fit for an upcoming Framework release.
Just a thought.
12 votes -
Add something like webrat or capybara in ruby to allow for testing web apps without the browser
I'd like to see functionality similar to webrat or capybara in Rails that allows you to write end to end tests (aside from javascript of course) for a web app without actually running a browser
12 votes -
Dynamically add new bundles after Application_Start has occurred
It would be great to have a way to automatically flush the bundle cache and create new bundles when a new folder is created underneath the bundle path as described at http://stackoverflow.com/questions/15328040/how-can-i-dynamically-add-bundles-after-application-start-has-occurred.
11 votes -
Server Side includes (SSI) in Page Inspector and Asp.Net development server
Please include the support for SSI. This may help the developers and the designers to interactively work with layouts of non-dynamic/static website projects. Thanks.
11 votesThanks for the feedback! I’ll run the suggestion by the team and reply back with more info.
-
Favorites toolbar
We use Favorites in the browser. Actually I use the Links bar for the sites I visit every day. I have the grouped under folders. Visual Studio (and Explorer for that matter) should have this feature as well. I work on solutions with more than 100 projects and hundreds of files. I only work on a subset of them at a time....I'm tired of hunting for stuff.
10 votes -
Asp.net Ajax Data Grid
The Asp.net Ajax control toolkit has a lot of very good controls, but the one that seems to be sorely lacking is a Asp.net Ajax Data Grid. The one control I use the the most is the datagrid. While I realize that you can wrap the GridView in an update panel and you can purchase a third party control, I don't understand while Microsoft just doesn't come out with its own version. Preferably one that does not require custom code to page without pulling the entire dataset. I would think that most developers would welcome a Asp.net Ajax Data Grid…
10 votes -
Allow sharing user controls (ascx) in ASP .NET projects as a separate ***embly
Many times it is required to create controls with the same functionality with two or more web projects. ASCX files are good because design is made in HTML, doing the same ***erver control is much more complicated. It would be good to have possibility to move common controls to separate ***embly (or web project) and use them in several projects
10 votes -
Enabling button for directly opening the search engine[Google/Bing] against each error encountered while debugging.
Whenever we are getting some error[the error types can be classified ] while debugging,VS should provision with a single button named as "Google it" or "Bing it" against the error..so that user can directly click the button and see the results against that error in search engine instead of going to the search engine and type/paste the error and press enter.It will save developer time and improve productivity.
10 votesGreat idea
- Don't see your idea?