jagadishcoder.hashnode.devHow to Deploy a Console Application: Step-by-Step GuideDeploying a console application is relatively simple compared to web applications. However, ensuring that the application runs smoothly on the target machine involves packaging the executable, dependencies, and sometimes configuring additional runtim...Jan 6, 2025·2 min read
jagadishcoder.hashnode.devHow to Deploy a Vue.js Project on an IIS ServerDeploying a Vue.js application on an IIS (Internet Information Services) server involves a few essential steps: building the project, configuring the IIS server, and ensuring the application routes work correctly. This guide will take you through the...Jan 6, 2025·2 min read
jagadishcoder.hashnode.devHow to Deploy an ASP.NET Core Application on IIS ServerDeploying an ASP.NET Core application on IIS (Internet Information Services) is a common requirement for hosting .NET-based web applications. In this blog, I’ll walk you through the step-by-step process using screenshots to make the deployment seamle...Jan 6, 2025·3 min read
jagadishcoder.hashnode.devElasticSearch DeepDiveWhat is Elasticsearch? Elasticsearch is an open-source, distributed search and analytics engine built on top of Apache Lucene. It offers advanced full-text search capabilities and real-time data processing, making it highly efficient for applications...Dec 5, 2024·6 min read
jagadishcoder.hashnode.devOptimizing Background Processing with HangFire in .NETOverview Scheduling and monitoring background tasks is challenging work. Every big application needs to implement background tasks to accomplish background work, such as data processing, email reminders, SMS queues, and email queues. Windows Service ...Nov 25, 2024·4 min read