Menu

Close
  • Home
  • GitHub
  • LinkedIn
  • Twitter
Subscribe
Menu

Hi, I am Nima

Stuff worth writing about...

Scroll Down
← Newer Posts Page 2 of 2

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 »

Nima Ara Nima Ara on C#, .NET, Performance, GC 06 March 2016

Cleaner Pub-Sub using the Event Aggregator Pattern

If you have been working with .NET events then you should be familiar with the following pattern (overly simplified for brevity): public sealed class OrderSubscriber { private »

Nima Ara Nima Ara on C#, EasyMessageHub, Pub-Sub 14 February 2016

.NET Core 5, Entity Framework 7, ASP.NET 5 (vNext) & MVC 6 are all Dead!

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 »

Nima Ara Nima Ara on .NET, .NET Core, ASP.NET 20 January 2016

Unit Testing Internal Classes in C#

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 »

Nima Ara Nima Ara on C#, Testing, EasyLogger 19 January 2016

Per Object Garbage Collection Notification in .NET

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 »

Nima Ara Nima Ara on C#, .NET, GC 16 January 2016

High Performance Logging using log4net

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 »

Nima Ara Nima Ara on C#, .NET, Performance, Logging, EasyLogger 01 January 2016
← Newer Posts Page 2 of 2
Hi, I am Nima © 2018