Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
Calling Dispose release resources immediately, that can be useful for big files, handles etc... -f.
-
-
Use SGEN to generate the XML Generation assembly, it can be improved from milliseconds to minutes... -f. http://msdn.microsoft.com/en-us/library/bk3w6240(VS.80).aspx
-
-
ASP.Net is a fast and simple way to develop application. But there is more to think about, they are complex to debug, and a lot of stuff is added to the page (like the view state) Other trick like simple HTML and Ajax call, or JSON calls can facilitate...
-
-
The string builder is a better way to handle string concatenation... they are realy concatenating string, and not copying their content. -f. ref.: http://dotnetperls.com/stringbuilder-1