General ASP.NET
-
Designer support for Razor pages
Razor based pages need a design surface in the same way as ASP.Net Forms pages or straight HTML. This should support dropping of controls onto the page, dragging of margins and padding, and all the other features we have normally in design view.
79 votes -
Show me the parts of my .config files that I can delete
As projects grow and transition from greenfield to brownfield projects .config files are getting more and more obsolete and dead stuff in them.
Do help me and show me what I delete of this.
72 votes -
Improve localization support in DataAnnotations
Today it's impossible to fully localize the view models / validations without using hacks or clutter the view models with the ErrorResourceName etc.
It would be a lot easier to handle localization if you created an extension point where one could register custom string providers.
Something like:
LocalizationStringProvider.Clear();
LocalizationStringProvider.Add(new MySqlProvider());Full description: http://blog.gauffin.org/2013/01/better-support-for-localization-in-asp-net/
62 votes -
Add IntelliSense for CSS Selectors
Can you add IntelliSense support for CSS selectors in stylesheets?
You can autocomplete all HTML tag names, all pseudo-classes (preferably with parameter hints) and pseudo-elements, and all IDs and classes that appear in other selectors in that or other stylesheets.
60 votes -
57 votes
-
52 votes
-
Multiple web.config Transforms
The ability to specify multiple web.config Transforms; all of them applies and final web.config gets created out of them. And then couple of item templates to add specific transform...e-g
web.config
release-ajax-transform
release-dynamic-data-transform
debug-ajax-transform
debug-dynamic-data-transform49 votes -
asp.net membership database schema update
asp.net membership database schema, change uniqueidentifier datatype of primary keys to int fo all tables.
47 votes -
Make language specific ContentPlaceholders.
I want to be able to specify that a ContentPlaceholder should contain JavaScript or css, and get intellesense/syntax highlighting in the placeholder.
46 votes -
Use virtual file system for ASP.NET Bundling & Minification
Make ASP.NET Bundling & Minification (System.Web.Optimization) using the virtual file system to support bundling and minification of virtual files.
46 votes -
Support ASCX controls in DLL libraries
I'd like to create user controls in ascx form in a library and use in a website or web project
46 votes -
IIS Express 64 Bit Visual Studio 2012
Right now when you have a 64 bit Web project in Visual Studio 2012 it will always launch the iis express 32 bit version. Can we make Visual studio smarter depending on the platform on what iis express to load. Or at least allow for us to change that path inside the csproj file?
44 votes -
MySQL & PostgreSQL Support
Add more sql db support (mysql, postgresql)
44 votes -
Web version of Visual Studio
Make a web version of Visual Studio that opens solutions and projects from a cloud-based source control, compiles and deploys my applications to Azure, an environment I can access anywhere from any browser.
40 votes -
TypeScript build provider
Why not use for *.ts the same mechanism used for compiling *.ascx and *.aspx to DLLs? There is a whole infrastructure of build providers that can be utilized for this purpose. If compilation of TypeScript sources get implemented as a build provider, it will work even without Visual Studio, with any editor.
39 votes -
Make enrypting the connection strings easier to do during deployment
right now you have to run aspnet_regiis to encrypt the connection strings in a web.config. It would be nice to this could be built in as a part of the deploy process.
38 votesThank you for sharing this idea, we are considering for WebDeploy future work.
-
Sharepoint supporting MVC
It would be great if Sharepoint supports MVC natively/out of box!
37 votes -
Include WiX natively within visual studio
We shouldn't have to download the votive stuff manually - WiX deserves the extra exposure that automatic inclusion would give it.
35 votes -
Make MEF available natively on MVC
The injection of controllers work with MEF
34 votes -
Add the concept of AMD like require.js
Libraries like Require.js help to structure the javascript files into modules that are resolved on runtime or can be passed to an optimizer that bundles all javascript files into on file with the correct order.
It would be cool to have support in ASP.NET and Visual Studio for these concept and that it would be included in the Bundling and Minification Process.
And Intellisens should not break when using require.js.33 votes
- Don't see your idea?