D o you know this ?

SSD – Solid State Drives
Basically, there are two types of them SLC (Single-Level Cell) and MLC (Multi-Level Cell).
SLC stores one bit of information per NAND memory Cell.
MLC stores allows storage of more than one bit of information per memory Cell.
This fact justifies that why SLC type SSD are expensive than MLC? and also tells that SLC type SSD are relatively more reliable than MLC type SSD.

Event handlers in C#(.Net) need to be unsubscribed as many times as it is subscribed.
e.g. If statement instance.OnSave += instance_OnSave is called 2 times, then OnSave event is subscribed twice. And in order to unsubscribe, you need to do instance.OnSave -= instance_OnSave unsubscribe OnSave event twice. ONLY instance.OnSave = null does not unsubscribe event handler.
So, next time whenever you are in C# and handling events, Remember the “purple monkey dish-washer” πŸ˜€

All generic levitra 10mg these herbs are blended using an advanced herbal formula to offer the best natural treatment to fight low testosterone. Now the time has come when you can avail of cheap kamagra through online pharmacy and the process of ordering is safe and secure. find out this cialis no prescription buy tadalafil australia All the effects and side effects of the medicine are like the same. This type of ED in men with 30s last for a few days unica-web.com order levitra and can be caused by various diseases, injuries or other factors. Windows 7 has perfmon.exe (Performance monitor). It is very helpful tool, to track memory consumption by specific instance of application. It is slightly difficult to understand at the first place, but you will get a good hang of it once you are thru the barrier.

C#:
byte[] bytes = new bytes[100]; // .Net does allocate memory worth 100 byte array, regardless whether array being empty or with data.

SQL:
“Generally”, Cursors are a curse when talking about performance πŸ™‚

Hey, do you know something other than what’s in this post, comment it here πŸ˜‰

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.