N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
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...
Thursday, April 25, 2019
SQL SERVER – How to find table rows count?
›
At some point in time we’ve all had to find out how many rows are in a table. The first answer you’ll usually get when you ask someone how t...
Tuesday, April 09, 2019
How to determine if .NET Core is installed
›
Here is the info command which includes this information in its output. It will print out the installed runtimes and SDKs, as well as some o...
‹
›
Home
View web version