Posts by Pimenta • 533 points
3 posts
-
2
votes2
answers271
viewsQ: List with large amount of items, excessive memory consumption
In my system I have a List<object>, While using the system I add items to it until I get to a certain point that the system starts to lock, to get very slow. My system can add up to forty…
-
10
votes3
answers7413
viewsQ: How to customize error pages on an ASP.NET MVC system?
How to display a friendlier page when an error occurs in my Asp.net mvc application (not that yellow page)?
-
30
votes3
answers2867
viewsQ: Capitalizing on C#names
I have in my application given names in capital letters, for example: "JOSÉ DA SILVA". I would like to format as follows: "José da Silva". How to do?