¡@

Home 

c# Programming Glossary: stale

Are static methods thread safe

http://stackoverflow.com/questions/1090650/are-static-methods-thread-safe

with ease and there's nothing to stop a thread from using stale data when calculating the duration. Use the Stopwatch class..

Scripts.Render using outdated javascript file

http://stackoverflow.com/questions/14570171/scripts-render-using-outdated-javascript-file

force the bundling to output the correct file instead of a stale one c# asp.net mvc razor bundling and minification share..

Read Introduction in C# - how to protect against it?

http://stackoverflow.com/questions/14799876/read-introduction-in-c-sharp-how-to-protect-against-it

memory barrier because the value of foo could already be a stale cached value in the processor cache . My preference for introducing..

SerialPort.GetPortNames() behavior

http://stackoverflow.com/questions/2754857/serialport-getportnames-behavior

function anywhere. MSDN says If the registry contains stale or otherwise incorrect data then the GetPortNames method will..

Why doesn't this code demonstrate the non-atomicity of reads/writes?

http://stackoverflow.com/questions/3679209/why-doesnt-this-code-demonstrate-the-non-atomicity-of-reads-writes

method and verified that this list was not seeing a single stale value from the cache. EDIT Based on Dan Bryant's suggestion..

Why are C# structs immutable?

http://stackoverflow.com/questions/3751911/why-are-c-sharp-structs-immutable

that fact forever. Facts about immutable objects do not go stale. A special case of the first point immutable objects are much..

C# volatile double

http://stackoverflow.com/questions/531759/c-sharp-volatile-double

uses the most recent reference but it could still use a stale value. I'd go with locking if I were you but one alternative..

Is maintain the transaction with a static LINQ to SQL DataContext in asp.net possible?

http://stackoverflow.com/questions/5324147/is-maintain-the-transaction-with-a-static-linq-to-sql-datacontext-in-asp-net-pos

even if you won ™t get an OOM the objects in the cache get stale and especially if other applications or processes are updating..

.NET Memory issues loading ~40 images, memory not reclaimed, potentially due to LOH fragmentation

http://stackoverflow.com/questions/6271891/net-memory-issues-loading-40-images-memory-not-reclaimed-potentially-due-to

is changed. Now at first I thought that I must just have stale references to these images. I downloaded ANTS profiler great..

Performance Counter - System.InvalidOperationException: Category does not exist

http://stackoverflow.com/questions/8171865/performance-counter-system-invalidoperationexception-category-does-not-exist

every 1 minute because values tend to become stale too influenced by older values that were actual 1 minute ago.. that this performance counter in the example should not go stale . I believe 'Request Sec should be an average and not a moving..

Why is it impossible to override a getter-only property and add a setter?

http://stackoverflow.com/questions/82437/why-is-it-impossible-to-override-a-getter-only-property-and-add-a-setter

was possible in a derivation this class could be serving stale values if someone modified the source object's Bar property..