Comments for KarthikTechBlog https://karthiktechblog.com/ Everyone can code! Thu, 07 Apr 2022 06:03:35 +0000 hourly 1 https://wordpress.org/?v=6.5.2 Comment on How to implement time-based caching in Angular using HTTP Interceptor by Sara https://karthiktechblog.com/angular/how-to-implement-time-based-caching-in-angular-using-http-interceptor/#comment-28 Thu, 07 Apr 2022 06:03:35 +0000 https://karthiktechblog.com/?p=1013#comment-28 Great post!!! It really helped me with a project I had at work. thanks!

]]>
Comment on How to remove the server header from ASP.NET Core 3.1 by Varin https://karthiktechblog.com/aspnetcore/how-to-remove-the-server-header-from-asp-net-core-3-1/#comment-11 Tue, 08 Feb 2022 22:46:03 +0000 https://karthiktechblog.com/?p=473#comment-11 Anyone figured out removing the Server info. from the Response Header without using UserKestrel option?

]]>
Comment on How to delete all duplicate rows but keeping one in sql by ifohancroft https://karthiktechblog.com/sql/how-to-delete-all-duplicate-rows-but-keeping-one-in-sql/#comment-2 Sat, 22 Jan 2022 00:34:15 +0000 https://karthiktechblog.com/?p=57#comment-2 Hi,

This article helps a lot! Thank you!

How would you do the exact same thing, however, deleting from multiple tables at the same time in a single query, where the id is the same as the one in the Accounts table, but not in every database it has the same name? The duplicate rows are still in the Accounts table and you want to get their ids but delete from Accounts and just in case there is data for those account ids in other tables? The account ids in other tables may be called id, aid, a_id, etc.

Best Regards,
IFo Hancroft

]]>
Comment on How to remove the server header from ASP.NET Core 3.1 by Tushar https://karthiktechblog.com/aspnetcore/how-to-remove-the-server-header-from-asp-net-core-3-1/#comment-10 Mon, 10 Jan 2022 06:41:44 +0000 https://karthiktechblog.com/?p=473#comment-10 In reply to KarthikKannan.

When we use UseKestrel then we cannot run our application in the IIS server. We want to remove serverHeader while running application in the IIS server.
The solution you mentioned above will not allow our application to run on IIS

]]>
Comment on Google place autocomplete integration with Angular 11 using the reactive form by KarthikKannan https://karthiktechblog.com/angular/google-place-autocomplete-integration-with-angular-11-using-the-reactive-form/#comment-25 Wed, 22 Dec 2021 16:13:27 +0000 https://karthiktechblog.com/?p=812#comment-25 In reply to John snow.

if the key is expired, the call to google API will fail with a 403 forbidden status code. hope this answers your question.

]]>
Comment on How to solve Http Error 500.19 – Internal Server Error in windows server IIS for Dotnet Core application by Alonso Wernsman https://karthiktechblog.com/aspnetcore/how-to-solve-http-error-500-19-internal-server-error-in-windows-server-iis-for-dotnet-core-application/#comment-23 Wed, 22 Dec 2021 13:51:35 +0000 https://karthiktechblog.com/?p=744#comment-23 Appreciate this post. Will try it out.|

]]>
Comment on Provision virtual machines using PowerShell | Implement IaaS solutions | Part 3 by Mozelle Mathiesen https://karthiktechblog.com/azure/provision-virtual-machines-using-powershell-implement-iaas-solutions-part-3/#comment-26 Tue, 21 Dec 2021 14:14:03 +0000 https://karthiktechblog.com/?p=881#comment-26 Very good blog you have here but I was curious about if you knew of any discussion boards that cover the same topics talked about in this article? I’d really love to be a part of online community where I can get advice from other knowledgeable people that share the same interest. If you have any suggestions, please let me know. Thanks a lot!|

]]>
Comment on JavaScript Getting Started | Introduction | Part 1 by Shirley Lenza https://karthiktechblog.com/javascript/javascript-getting-started-introduction-part-1/#comment-27 Tue, 21 Dec 2021 14:14:02 +0000 https://karthiktechblog.com/?p=966#comment-27 It’s hard to find well-informed people for this topic, however, you sound like you know what you’re talking about! Thanks|

]]>
Comment on How to solve Http Error 500.19 – Internal Server Error in windows server IIS for Dotnet Core application by Cliff Mcdaris https://karthiktechblog.com/aspnetcore/how-to-solve-http-error-500-19-internal-server-error-in-windows-server-iis-for-dotnet-core-application/#comment-22 Tue, 21 Dec 2021 14:14:00 +0000 https://karthiktechblog.com/?p=744#comment-22 I love your blog.. very nice colors & theme. Did you design this website yourself or did you hire someone to do it for you? Plz reply as I’m looking to design my own blog and would like to know where u got this from. thank you|

]]>
Comment on Google place autocomplete integration with Angular 11 using the reactive form by John snow https://karthiktechblog.com/angular/google-place-autocomplete-integration-with-angular-11-using-the-reactive-form/#comment-24 Tue, 21 Dec 2021 09:57:21 +0000 https://karthiktechblog.com/?p=812#comment-24 what happend if key is wrong, can you please provide a example handling the errors while key expires

]]>