|
|
Stories recently tagged with 'Optimization'
|
|
submitted by
eugenciuta
3 months, 18 days ago
dotnetfacts.blogspot.com — The Garbage Collector (GC) can be considered the heart of the .NET Framework. It manages the allocation and release of memory for any .NET application. In order to create good .NET applications, we must know how the Garbage Collector (GC) works. read more...
|
|
tags:
Performance, Tips, GC, Optimization | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
allianz77
4 months, 21 days ago
aspnetfix.blogspot.com — Most of internet tutorials tells you to use Page Load event to bind your data to controls. What's happening when you have to rebind controls again because your data source is changed due to some event where you have to re bind controls. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
Optimization, Performance, PreRender, ASP.NET, ASPX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 19 days ago, submitted by
eugenciuta
4 months, 22 days ago
dotnetfacts.blogspot.com — When the .NET Framework instantiates an object, it allocates memory for that object on the managed heap. The object remains on the heap until it's no longer referenced by any active code, at which point the memory it's using is reclamed by the Garbage Collector (GC). Before the GC deallocates the memory, the framework calls the object's Finalize() method, but developers are responsible for calling the Dispose() method. read more...
|
|
tags:
resources, Tips, Optimization, dispose, GC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 21 days ago, submitted by
eugenciuta
4 months, 23 days ago
dotnetfacts.blogspot.com — System.String type is used in any .NET application. We have strings as: names, addresses, descriptions, error messages, warnings or even application settings. Each application has to create, compare or format string data. Considering the immutability and the fact that any object can be converted to a string, all the available memory can be swallowed by a huge amount of unwanted string duplicates or unclaimed string objects. Now let's see how a string object should be handled to preserve memory. read more...
|
|
tags:
preserve, practices, Tips, string, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|