N a g a s a i

Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.

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...
Wednesday, January 23, 2019

Get Current TimeZone Name in SQL Server

›
Here is how we can get current time zone from sql server DECLARE @TimeZone VARCHAR(50) EXEC MASTER.dbo.xp_regread 'HKEY_LOCAL_MACHINE...
‹
›
Home
View web version
Powered by Blogger.