DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'Optimization' Subscribe to this feed
3
kicks
submitted by eugenciuta 3 months, 18 days ago

dotnetfacts.blogspot.com — Now let’s go deeper to understand how the Garbage Collector (GC) is actually collecting the dead objects and how this may affect the performance. read more...

Add a comment 1 comment | category: | Views: 2
tags: , , , | tag it

4
kicks
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...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

38
kicks
published 3 months, 19 days ago, submitted by sidarok 3 months, 20 days ago

sidarok.com — Sidar gives performance tips on developing linq 2 sql read more...

Add a comment add a comment | category: | Views: 75
tags: , , , , | tag it

2
kicks
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 add a comment | category: | Views: 8
tags: , , , , | tag it

27
kicks
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...

Add a comment add a comment | category: | Views: 3
tags: , , , , | tag it

32
kicks
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...

Add a comment add a comment | category: | Views: 14
tags: , , , , | tag it

7
kicks
submitted by eugenciuta 4 months, 23 days ago

dotnetfacts.blogspot.com — Due to my web research I found some useful tips about how to compare two strings making full use of performance in .NET Framework. read more...

Add a comment add a comment | category: | Views: 4
tags: , , , , | tag it

17
kicks
published 1 year ago, submitted by edburdo 1 year ago

flounder.com — Good article on why optimization can be bad, and what you can do about it. read more...

Add a comment add a comment | category: | Views: 3
tags: , | tag it

31
kicks
published 1 year ago, submitted by vermdivya 1 year ago

dotnetguts.blogspot.com — Tips and Tricks which should be used while dealing with SQL read more...

Add a comment add a comment | category: | Views: 6
tags: , , | tag it

13
kicks
published 1 year, 2 months ago, submitted by Dzamir 1 year, 2 months ago

coders4fun.com — How to read and elaborate sequence of bitmaps without using .NET functions, saving tons of processor cycles. read more...

Add a comment 1 comment | category: | Views: 0
tags: , , , , | tag it

22
kicks
published 1 year, 6 months ago, submitted by ajdotnet 1 year, 6 months ago

ajdotnet.wordpress.com — How to achive good performance read more...

Add a comment add a comment | category: | Views: 1
tags: , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge