Has anyone used ASP.NET membership provider code with the new 1.3 and MVC toolkit?
I am looking for another updated code, and so far I can find the code here:
http://archive.msdn.microsoft.com/windowsazuresamples
Does anyone have any information on something more recent? It seems strange that these obsolete examples are all I could find and they don't use MVC.
Thank,
Gordon
I used this sample with release 1.3.
He works.
However, in general, I found that there are serious limitations to using Table Storage for membership - if you use table storage, then it is difficult to get even simple information, for example, how many users do I have?
, , . , , , SQL Azure.
, , , , SQL.
Azure Storage , , "" . , :
, "" , , "", webrole . , .
Azure Blobs -, "", , -, .
, , , ... : D. , concurrency, ETags. , .
, webroles , .
Take Loock on this solution: http://azureproviders.codeplex.com/
This is a whole membership based on Blobs and tables without an SQL database.
Source: https://habr.com/ru/post/1793972/More articles:High-performance social channel development concepts - databaseSynchronization of the multithreaded program Fortran - timeMixing JPQL and CriteriaQuery - javado you need to declare functions in C? - cWhy is this common code compiling? - javaHow to remove one svn: ignore rule? - version-controlDataServiceRequestException with TableStorageSessionStateProvider - sessionFind minimal element in dictionary dictionary - pythonHow to control windows-ce 5.0 backlight? - c #EF4 CodeFirst CTP5 nvarchar (max) via attribute - entity-framework-4All Articles