General ASP.NET
-
To set the break point in all the methods of whole projects just in one click..........
To set the break point in all the methods of whole projects just in one click..........
2 votes -
Make creating your own code snippet much simpler and easier.
Creating a code snippet should be as simple as selecting a bit of code, clicking a button and answering a few questions.
2 votes -
Dynamic bundles based on browser/client capabilities
More and more it's becoming a common practice to detect browser features and capabilities. There are even libraries and or tests used by many sites. Libraries such as Modernizr come with a slew of such tests.
It would be nice to issue the client a token/url for the scripts and css specific to that browser after doing feature detection.
This prevents ever subsequent page running the same test and doing the same conditional loading of scripts. Otherwise, another ugly alternative is to have a bunch of bundles for common browsers, but this seems more like doing browser sniffing rather than…
2 votesThis sounds interesting – we’ll take a look as a part of our investigations on better integrating Web optimization with script loaders.
-
Best Practices in Intellisense or Visual Studio
Hi,
I have been using visual studio for 4 years and there are so much to learn. Sometimes you dont know the stuff. Like StringBuilder is much better for string manipulation than string class.During string or StringBuilder intellisense there should be recommendation line that this is recommended practice to do it this way. it may sound strange but that would be cool if new developers know from start rather than after 2 years oh string is immutable :)
thanks
Kamran2 votes -
"Paste JSON as TypScript Class/Interface"
Add significant TypeScript support if MS is serious about it. A nice start would be "Paste JSON as TypeScript Class/Interface"
1 vote -
common and cool controls
common and cool controls where it's really easy to use such as http://awesome.codeplex.com and report viewer control for asp.net mvc
1 vote -
Article of how to use Cucumber/Gherkin in conjunction with ASP.NET web development
I have article draft ready at http://pekkaollikainen.wordpress.com/2013/02/11/behavior-driven-development-cucumber-gherkin-full-article-at-sdj-32013/and I could start working it into ASP.NET.e.g. how to use at the development phase of the new ASP.NET web project .
1 vote -
client side templating with razor syntax so i can use the same partial views on server and client
Use case:
I want a part of my page to be updated via ajax. I also need this part of the page to be rendered on the server so that search engines and clients without js support can get the initial view.
Currently i construct the template twice - once in Razor and once in handlebar, and i have to write custom javascript to hook it up.
See for inspiration: https://github.com/jchadwick/RazorClientTemplates
1 vote -
ASP.NET MVC allow controller code update while server running
In Webforms on Visual Studio 2010, you could update a code file even while the server was running - or you could stop the server, update code and the updates push through although the server is stopped.
In MVC, you can only update a view but not a controller while the server is running. Maybe i dont understand the inner workings but it sure made quick development updates faster without having to 'start debugging'
1 vote -
Allow for use of dynamic variable names in .NET and VB specifically
While, when building an SQL statement, within a Web Pages .vbhtml module, I can write -
HWB_Series_Books_sqlCommand = "SELECT * FROM Titles WHERE Titles.Available_in_Series_" & Req_Series & " = 1"
where Req_Series is a variable containing, in my case, a capital letter in the range A to P, thus creating a dynamic reference to one of 16 fields, all of whose names begin with the same first 20 letters.
OR
in the case of Form Controls I could write something like
Dim LabelName = "Label 1"
Me.Controls(LabelName).Text = "Publisher"thus being able to dynamically change the label whose text is…
1 vote -
Allow generating resources from code view
Currently, you are only able to generate local resources while in either split or design view. As a simple fix, enable the menu item, and switch into split view while the wizard runs and then switch back.
1 vote -
1 vote
-
templates
HTML 5 Design Templates, with Masterpage Support and alternative mobile css styles
1 vote -
Exclusionary generic argument method modifiers
For example, you could add modifiers specifying that a method only compiles if the generic arguments do not implement iEnumerable
1 vote -
Open as a website with Web Developer Express 2011
Like has been introduced with WebMatrix recently can we also have in Web Developer Express the ability to right click a folder containing a website and open up directly in Web Developer Express.
1 vote -
Create an inline ASP tag that allows comments in the markup to be suppressed when the page is rendered
Create a special tag that can be used to add comments throughout HTML markup but that are stripped out when the page is processed. Example: <%’ This is a sample of a HTML comment that would be stripped out before the page is rendered.%> This would allow detailed comments to be added to the markup for special situations, but prevent those comments from being sent to the client.
1 vote -
DATATYPE property for TEXTBOXES controls
At present what we do is that - We take a textbox and button in asp.net. And then double click on the button to generate its event handler. In the event handler function we declare a variable which could properly handle the textbox value. Further we use the conversion function which converts the textbox value to the proper variable type.
So my idea is that - if we think through programmers point of view we can directly think of the textbox as a variable. So now the programmer can think textbox's ID as variable name. Now to save the efforts…
1 vote -
Rich tools
Need to have tools that gives interface like an app on tablet. Need something that connects asynchronous to server and give the users a rich experience like an win app or something like that. The 3rd party tools can be adopted to next framework as well.
1 vote -
SimpleMembership
I want to be able to use the webmatrix SimpleMembership. This makes membership very easy to use.
1 vote -
1 vote
- Don't see your idea?