Tag: C#
How to Easily Manage Different Languages on a Website: a Complete Tutorial With ASP.NET MVC
As information technology becomes an ever-larger part of our lives, it is becoming ever easier…
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