Tag: .NET
How to Create Your Own Membership Provider Instead of Using SqlMembershipProvider
So you want to use the ASP.NET SQL Membership authentification system but you’re constrained by data access…
Read MoreHow 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 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