Exploring 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...
View ArticleAsynchronicity: Understanding the concepts of asynchronous tasks, parallel...
Asynchronous programming is a set of techniques to implement expensive operations which are performed simultaneously...
View ArticleUnderstanding the Difference Between Unit Test and Integration Test
This article is not intended to exhaustively describe unit tests, but rather to promote a clear...
View ArticleHow to Easily Manage Different Languages on a Website: a Complete Tutorial...
As information technology becomes an ever-larger part of our lives, it is becoming ever easier...
View ArticleGoogle Drive API with .NET, an alternative to Azure Blob Storage
Google Drive REST API Overview The Drive platform gives you a group of APIs along...
View ArticleHow to Create Your Own Membership Provider Instead of Using...
So you want to use the ASP.NET SQL Membership authentification system but you’re constrained by data access...
View ArticleHow to create and configure a Windows service with Topshelf and Ninject?
This article aims to present how it is possible to easily create and configure a...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 2
<< Previous article (Part 1) Introduction of some Micro ORMs: Simple.Data Scenario Used In...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 1
Story of Entity framework and Micro ORMs Introduction The arrival 10 years ago of Entity...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 3
<< Previous article (Part 2) Introduction of some Micro ORMs: Massive Scenario Used You...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 4
<< Previous article (Part 3) Introduction of some Micro ORMs: PetaPoco Scenario Used You...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 5
<< Previous article (Part 4) Introduction of some Micro ORMs: NPoco Scenario Used You...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 6
<< Previous article (Part 5) Introduction of some Micro ORMs: OrmLite Scenario Used You...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 7
<< Previous article (Part 6) Introduction of some Micro ORMs: Dapper Scenario Used You...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 8
<< Previous article (Part 7) Performance comparisons I did some benchmarks, only with Select...
View ArticleMicro ORMs, alternatives to Entity Framework ? Part 9
<< Previous article (Part 8) What conclusion(s) can we make ? Let’s summarize first...
View ArticleDeprecation of SSL / TLS 1.0
Introduction This article is based on the following article: https://blog.pcisecuritystandards.org/are-you-ready-for-30-june-2018-sayin-goodbye-to-ssl-early-tls Is your organization still using...
View Article