N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Sunday, March 21, 2021
How to remove special characters from a string using a function with RegEx
›
Here is how you can get remove special characters from a string in SQL -- SELECT dbo.[RemoveCharSpecialSymbolValue] ('naga3fg@#sai...
Saturday, March 20, 2021
How to remove alpha numeric characters from a string using function with RegEx
›
Here is how you can get alpha numeric characters from a string in SQL -- SELECT dbo.[RemoveCharSpecialSymbolIntValue] ('naga3@#sai...
Sunday, February 07, 2021
How to remove ASCII Characters from a string using function
›
Here is how you can remove ASCII characters from a string in SQL CREATE FUNCTION [dbo].RemoveASCIICharactersInRange(@InputString VARCH...
Thursday, June 27, 2019
How to omit methods from Swagger documentation on using Swashbuckle
›
You can add the following attribute to Controllers and Actions to exclude them from the generated documentation [ApiExplorerSettings(Ignore...
Friday, June 07, 2019
"There is already an open DataReader associated with this Command which must be closed first."
›
This can happen if you execute a query while iterating over the results from another query. I ran into this issue when I called another asyn...
‹
›
Home
View web version