Contents tagged with Improving ASP.NET
-
AdvancedFormatProvider: Making string.format do more
When I have an integer that I want to format within the String.Format() and ToString(format) methods, I’m always forgetting the format symbol to use with it. That’s probably because its not very intuitive.
-
Exploring Dynamic Data: Other attributes for business logic
-
Exploring Dynamic Data: Textual attributes for business logic
-
Exploring Dynamic Data: Validation attributes for business logic
-
The CategoryAttribute and Dynamic Data
The System.ComponentModel.CategoryAttribute has long been around. It’s generally used for annotating properties on web controls so that design mode’s Property Editor can organize your properties.
-
Give us more control of Intellisense
This is part of a series of postings asking for improvements to Visual Studio and ASP.NET.
-
Improving ASP.NET: Finding controls, Part 2
This is part of a series of posts offering ideas to improve ASP.NET.
-
Improving ASP.NET: Finding controls