Beware of the IDictionary<TKey, TValue>
Background As it is the case in most scenarios the source of latency is usually due to the .NET Garbage Collection, so we always try very »
Background As it is the case in most scenarios the source of latency is usually due to the .NET Garbage Collection, so we always try very »
That's it, it is official. Today in their weekly community stand-up the ASP.NET team announced what many .NET developers had been waiting to hear ever »
I recently added a whole bunch of tests to EasyLogger, if you are wondering what EasyLogger is then take a look HERE to find out why »
Ever since .NET 3.5 we have been able to get notifications when a Garbage Collection is pending, this can be achieved by using: GC.RegisterForFullGCNotification »
When it comes to logging in .NET all you generally need to do is choose between log4net or NLog and start logging, however there are times »