Mohamad Bahmani

Results 3 issues of Mohamad Bahmani

string regexPattern=@"^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d]{8,}$" ``` public static string GenerateRandomStringFromRegex(string regexPattern) { var xeger = new Xeger( return xeger.Generate(); } ```

Sometimes I need to disable it for some reason!

We are using Azure SignalR Service in our Asp.Net project. It works perfect when I run the application locally with the same signalR service, but in production environment (Azure virtual...