N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Thursday, February 09, 2023
How to Find Tables that Contain a Specific Column in SQL Server?
›
Basic concept to understand about SQL Server is that of catalog views, which are effectively database tables (catalogs in this case) that di...
Saturday, January 28, 2023
Use RAND() in User Defined Function
›
Here is the issue, you cannot call a non-deterministic function from inside a user-defined function. So there is a workaround, By creatin...
Thursday, January 26, 2023
How do you auto format code in Visual Studio?
›
Visual Studio 2019 & 2022 Format Document , While you're holding down Ctrl button, first press K then D Format Selection...
Monday, January 09, 2023
Manually install an SSL certificate on my IIS 10 server
›
Once you have your certificate approved and ready do the following steps Convert your .crt file to a .cer file Locate your downloaded...
Sunday, January 08, 2023
Choosing Between AddTransient, AddScoped and AddSingleton in ASP.NET Core
›
AddTransient & AddScoped are methods on the IServiceCollection interface which are used to register a service with a dependency injectio...
‹
›
Home
View web version