Anton Sizikov

Results 13 comments of Anton Sizikov

Some links I found about the topic: MSFT seems to be very inconsistent about naming for async actions: - http://www.asp.net/mvc/overview/performance/using-asynchronous-methods-in-aspnet-mvc-4 - https://github.com/aspnet/live.asp.net/blob/b881ca904f492e0a807fe60bce4ba5d671bd0b4a/src/live.asp.net/Controllers/AccountController.cs#L24 - https://github.com/shanselman/AspNetPersonaId/blob/8335c24c7ca25a7516d72def7d73d8995d57691a/MVC4/PersonaMVC4Example/Controllers/PersonaController.cs#L23

Yeah, I understand that #2 is different. I mean they are related as they both influence the decision whether or not to show the suggestion. I don't want to hard-code...

@Allesad thanks for the suggestion. Could you please provide me with a test case? Like a sample class with some methods in it, and mark with comments where do you...