Category: .NET
Micro ORMs, alternatives to Entity Framework ? Part 2
<< Previous article (Part 1) Introduction of some Micro ORMs: Simple.Data Scenario Used In…
Read MoreUnderstanding the Difference Between Unit Test and Integration Test
This article is not intended to exhaustively describe unit tests, but rather to promote a clear…
Read MoreAsynchronicity: Understanding the concepts of asynchronous tasks, parallel tasks and background tasks
Asynchronous programming is a set of techniques to implement expensive operations which are performed simultaneously…
Read MoreExploring QueueBackgroundWorkItem in ASP.NET and Framework 4.5.2
Sometimes it’s very useful for long running tasks that don’t need to complete before returning…
Read More