Pranav Rastogi

Results 8 comments of Pranav Rastogi

Thanks! Any idea when will the version of the library with this fix be released?

``` C# // Any time an entity is added/ deleted/ updated public static void TableTrigger1([TableTrigger("tablename")] MyPoco mypoco) ``` ``` C# // Any time an entity with a specified rowkey/partitionkey is...

We will have a doc showing you how to do it by this week. This doc will show you how you can migrate from sql membership as well which is...

You can look at the following example http://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider In this article the user has written a custom implementation for MySql but you can write one for your own POCO classes...

Hi Gábor, Thank you for submitting this pull request. This is very useful. At this time we are working on the Password Reset feature of ASP.NET Identity which will be...

Account Confirmation and PasswordReset are now available in 2.0.0-alpha. More details are a link to the samples can be found http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx

I looked at your comments. Can you please upload or send me a copy of your sample so I can investigate?

The old RunTest step is not deprecated, so please remove any deprecation notice from the docs.