Related resources for Back
  • Backup Utility In .Net5/9/2024 11:51:13 AM. A Backup Utility in .NET facilitates data protection by enabling automated backups of files or databases. It offers features like compression, encryption, and scheduled backups, ensuring data integrit
  • Populating DropDown With AJAX Call5/7/2024 11:24:02 AM. There are other ways to populate dropdown in ASP.NET MVC. But using jQuery ajax in populating a dropdown is easy and fast. So in this article I will show you how to populate a dropdown from database u
  • Enable Ratings in SharePoint List/Library5/6/2024 11:24:03 AM. Learn how to enhance user engagement and feedback in SharePoint by enabling ratings on your lists and libraries. Empower users to rate and provide feedback on content, boosting collaboration and user
  • Inject a DbContext Instance Into BackgroundService in .NET Core5/5/2024 8:28:55 AM. In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensuring p
  • How to Keep Your Laptop Keyboard Light On Continuously?5/1/2024 12:39:40 PM. Ensuring your laptop keyboard's backlight remains on can enhance your typing experience, especially in dimly lit environments. This simple guide will walk you through the necessary steps to set yo
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]4/29/2024 10:01:35 AM. Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
  • Learn about jQuery Ajax in ASP.Net4/29/2024 10:00:43 AM. Learn how to utilize jQuery Ajax in ASP.Net for efficient client-server communication. Explore sending asynchronous HTTP requests, handling responses, and updating web content dynamically without full
  • Getting Started With Azure Service Bus Queues And ASP.NET Core Background Services4/26/2024 12:18:28 PM. Begin using Azure Service Bus Queues with ASP.NET Core Background Services for efficient message processing. Configure message handlers, retry policies, and dead-letter queues, leveraging ASP.NET Core
  • Azure Blob Storage - SnapShot4/24/2024 7:35:29 AM. Utilize Azure Blob Storage SnapShot feature for efficient data backup and versioning. Snapshots enable point-in-time recovery, ensuring data integrity and facilitating disaster recovery strategies wit
  • Simplifying Background Tasks with WorkManager in Android4/23/2024 4:39:03 AM. This article guides you on how WorkManager in Android simplifies task scheduling, improves background processing, and optimizes app development across different devices
  • Delegates in .NET4/22/2024 8:57:01 AM. In this article, we will learn Delegates in .NET provide a powerful mechanism for defining and encapsulating methods, enabling flexible event handling and callback functionality.
  • Securing Your Workloads in VMware Cloud4/22/2024 3:52:59 AM. Fortify your VMware Cloud environment! Discover essential security practices for access control, networking, disaster recovery & more. #VMwareCloud #CloudSecurity
  • Email Scheduling with Hangfire in .NET Core Minimal APIs4/19/2024 11:52:33 AM. In modern web applications, sending recurring emails is a common requirement for tasks such as notifications, reminders, or scheduled reports. Hangfire is a popular library in the .NET ecosystem that
  • GraphQL In .NET Core Web API With Entity Framework Core - Part Four4/18/2024 8:20:28 AM. In this article, we will explore advanced GraphQL integration in .NET Core Web API with Entity Framework Core. Part Four delves into optimized data access, schema design, and API development for robus
  • Single Page Application with AngularJS in .NET4/16/2024 10:09:26 AM. Build responsive single-page applications (SPAs) efficiently with AngularJS in the .NET environment. Utilize AngularJS for frontend development, seamlessly integrated with .NET for robust backend supp
  • Run Your Background Jobs With Azure - WebJobs4/16/2024 6:57:09 AM. Azure WebJobs allows you to run background tasks, such as data processing or scheduled jobs, in Azure. Leveraging Azure's infrastructure, WebJobs provides scalability and flexibility for continuou
  • Creating And Deploying Microsoft Azure WebJobs4/16/2024 6:49:50 AM. In this article, you will learn to create and deploy Microsoft Azure WebJobs for automating tasks, processing jobs in the background, and integrating with Azure Functions. Explore scheduling, scalabil
  • CRUD Operations Using Web API And ReactJS4/15/2024 11:49:52 AM. Learn how to perform CRUD operations using a Web API with ReactJS. Explore creating, reading, updating, and deleting data through RESTful endpoints, integrating frontend React components with backend
  • WebJob And Its Types In Azure4/15/2024 11:23:10 AM. Azure web jobs are a vital component of background processing tasks within the Azure ecosystem. This article delves into the intricacies of web jobs, highlighting their significance and the various ty
  • Deleting NFS Snapshot through Portal4/15/2024 10:00:41 AM. Efficiently manage your Azure File Share snapshots by learning the deletion process. With on-demand snapshots, you can safeguard your data and recover it when needed. Follow step-by-step instructions
  • Azure File Share Snapshot And Implementation4/15/2024 9:34:25 AM. Azure File Share Snapshot provides point-in-time backups for file shares in Azure Storage, enabling data protection and recovery. Snapshots capture the state of files at specific moments, offering pea
  • Best Methods to Export Mailbox to PST from Office 365 (Exchange Online)4/12/2024 4:54:51 AM. Explore methods to export mailboxes to PST from Office 365 (Exchange Online). Get the best solutions to easily export Office 365 Mailboxes to PST file in easy steps.
  • Sending Recurring Emails Using HangFire in .NET Core Minimal APIs4/11/2024 10:46:17 AM. Learn how to automate recurring email tasks using Hangfire in .NET Core Minimal APIs. Hangfire offers multi-threaded, scalable task scheduling, perfect for batch email notifications, database maintena
  • Learn about HTML5 Media Elements4/9/2024 9:18:45 AM. HTML5 media elements introduce native support for embedding audio and video content directly into web pages. Developers can utilize tags like <video> and <audio> to seamlessly integrate mu
  • Get the Start Menu Back in Windows 8 With Classic Shell4/5/2024 11:26:29 AM. In this article, Classic Shell restores the familiar Start Menu to Windows 8, enhancing user experience and productivity. It provides customizable options for desktop navigation, bringing back the con
  • Temporary Table vs Temporary Variable in SQL Server4/3/2024 9:41:39 AM. Temporary tables adhere to transaction boundaries, affected by rollbacks, whereas temporary variables remain unaffected, persisting data despite rollbacks. Illustrated through SQL queries, highlightin
  • How to Implement Audio Player in Power Apps 4/3/2024 5:11:21 AM. In this article, we will discover how to enhance user experience with an Audio Player in Power Apps. Customize controls, integrate audio files, and design visually appealing interfaces. Manage playbac
  • Background Refresh: Keeping Your App Updated and Responsive4/1/2024 3:57:44 AM. In this article you will learn optimal techniques for ensuring your app stays updated and responsive through the background refresh.
  • Back To Basics - Dispose Vs Finalize3/28/2024 10:39:36 AM. We have been using the Dispose method for disposing objects in .NET. For the same purpose, we may also use the Finalize method. In this article I will try to explain what the Dispose and the Finalize
  • Backup Encryption In SQL Server3/28/2024 6:36:20 AM. SQL Server offers backup encryption to enhance data security. Utilize encryption algorithms and key management to protect database backups, ensuring compliance with privacy regulations and safeguardin
  • Rating Control Dynamically from SharePoint List in Power Apps3/27/2024 9:36:22 AM. Dynamically link SharePoint list data to a Rating Control in Power Apps. Customize user feedback mechanisms, enhancing user experience and data interaction within your application for efficient data v
  • Angular HTTP Interceptors: Sending Tokens with Every Request3/24/2024 6:55:14 PM. In modern web applications, authentication plays a crucial role in securing resources and ensuring that only authorized users can access certain parts of the application. One common way to handle auth
  • Background Services in .NET Core3/22/2024 5:21:37 AM. In this article, we will learn Background Services in .NET Core allow developers to execute asynchronous tasks in the background, ensuring the smooth operation of applications.
  • Business Rules in ServiceNow and Its Automation Potentials3/21/2024 1:45:34 PM. In this article, we will learn automation and efficiency are important in IT service management. ServiceNow provides an effective toolkit for streamlining corporate procedures and increasing output.
  • Capturing Survey Response For Grid Questions - Voice Of The Customer3/21/2024 9:42:08 AM. Learn to capture training feedback survey responses in Dynamics 365 using Voice of the Customer. Create a workflow to send emails based on dissatisfied responses. Navigate through workflow creation, c
  • Creating Azure Load Balancer for VM Load Balancing3/21/2024 9:08:20 AM. This article guides you through configuring a load balancer in Microsoft Azure to distribute traffic across virtual machines efficiently. It outlines steps to integrate VMs into the load balancer'
  • How To Split A String Using Backslash As Delimiter In C# With Code Examples3/20/2024 4:16:50 PM. Learn how to easily split a string in C# using a backslash delimiter with code examples, courtesy of Ziggy Rafiq's informative article. Master this essential skill today!
  • Display Success Message With Back Button On Dynamics 365 Portal3/15/2024 9:01:33 AM. In this article, we will learn to enhance the Dynamics 365 Portal experience by displaying success messages with a convenient back button. Empower users with clear feedback and seamless navigation, op
  • What Is DevOps And Its Key Principles3/15/2024 6:16:52 AM. DevOps merges development and operations, emphasizing collaboration, automation, and continuous integration. Key principles include infrastructure as code, agile practices, and a feedback loop for mon
  • REST API Using Node.js, MongoDB, And Express3/11/2024 9:24:27 AM. Build a robust REST API with Node.js, MongoDB, and Express. Utilize Express for easy routing, MongoDB for database operations, and Node.js for server-side logic. Implement CRUD functionality, handle a
  • Backup Your Source Code Daily Using C# Programming3/6/2024 10:26:00 AM. Discover an automated solution for daily source code backup with ease. This content introduces an executable file designed to streamline the backup process, ensuring your data is safeguarded without m
  • Asynchronous Programming in Angular Promises vs. Observables3/6/2024 4:33:48 AM. Asynchronous programming plays a crucial role in modern web development, especially in Angular applications where data fetching, event handling. In this article, we'll delve into the differences b
  • SQL Server Effective Database Tune up and Maintenance3/4/2024 11:31:33 AM. This document provides essential tips for effectively maintaining a production database, aimed particularly at developers who may not be professional database administrators. It covers topics such as
  • Programmatic Installation and Configuration of Microsoft Loopback Adapter3/4/2024 6:24:06 AM. This article will show how to programmatically install, configure and manage virtual network adapters such as Microsoft Loopback Adapter using Devcon tool, WMI and netsh command.
  • Automated Solution Export and Backup Pipeline3/1/2024 12:03:14 PM. Automated Solution Export and Backup Pipeline ensures seamless data management, integrating continuous integration, version control, and robust backup protocols. It safeguards data integrity, enhances
  • ASP.NET Core Blazor Filtering And Sorting Using Entity Framework And Web API2/29/2024 9:13:45 AM. In this article, we will explain in detail, how to create an ASP.NET Core Blazor Filter and Sorting for HTML Table using Entity Framework and Web API.
  • Backup And Restore Windows 8 Activation2/26/2024 12:06:48 PM. In this article, we will learn how to securely backup and restore Windows 8 activation status. Safeguard your activation key for future use and restore it effortlessly, ensuring seamless operation and
  • How to Pass a Parameter to Event Handler or Callback in React.js2/22/2024 11:13:06 AM. In React, passing parameters to event handlers can be done using arrow functions or the bind method. Choose the approach that suits your project for optimal performance and readability.
  • Azure Key Vault Creation, RBAC Setup, User Addition, Secret Management2/21/2024 11:18:44 AM. Azure Key Vault empowers secure storage of secrets, keys, and certificates. Implement RBAC for fine-grained access control, manage users, and grant permissions. Easily create backup, delete, and resto
  • How to Backup/Restore MongoDB Database and Collections2/11/2024 9:32:02 AM. Backing up and restoring a MongoDB database and collection with command definition explanation and example as well.
  • Backup Sitecore Media Library items with a PowerShell script2/8/2024 8:32:55 AM. Sitecore PowerShell script to backup Media Library items in a zip file. This Sitecore PowerShell script automates the backup of Media Library items into a zip file on the server. The script efficientl
  • How to Create Reusable Confirmation Modals in Blazor Server1/17/2024 1:39:29 PM. In this article, we will learn how to make confirmation pop-ups in your Blazor Server applications easily. Follow a step-by-step guide using parameters and EventCallback to create reusable models, mak
  • Power of Callbacks in ES8 and TypeScript1/17/2024 5:33:22 AM. Callbacks in JavaScript play a pivotal role in handling asynchronous operations, enabling developers to execute code after the completion of a specific task. In this article, we'll explore the con
  • Handling HTTP Options Method in Angular and C#1/12/2024 7:16:34 AM. Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C#
  • Handling HTTP Patch Method in AngularJS Frontend and C# Backend1/12/2024 7:14:11 AM. Discover the power of the HTTP PATCH method with this tutorial, focusing on AngularJS frontend and C# backend integration. Uncover the nuanced approach of making partial updates to resources, as the A
  • Handling HTTP Delete Method in AngularJS Frontend and C# Backend1/12/2024 7:11:48 AM. Explore the effective use of the HTTP DELETE method in this tutorial, focusing on AngularJS frontend and C# backend integration. Learn to implement a streamlined resource deletion process as the Angul
  • Handling HTTP Put Method in AngularJS Frontend and C# Backend1/12/2024 7:06:54 AM. Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Fol
  • Implementing Document Upload to AWS S3 with ReactJS Frontend and Python Backend using Boto31/12/2024 4:41:13 AM. Learn to build a document upload feature with ReactJS and Python. Ensure prerequisites, create a ReactJS component, and set up a Python backend using Flask and Boto3 for seamless AWS integration.
  • Action and Func Delegates in C#1/2/2024 5:18:03 AM. Unlock the potential of Action and Func delegates in C# programming. Dive into the world of expressive and readable code, utilizing these powerful tools for method-passing, event handling, and more. H
  • Handling HTTP Post Request Method in AngularJS Frontend and C# Backend12/29/2023 11:40:53 AM. The POST method in HTTP sends data to a server to create a new resource. It's used for submitting information—like form data or JSON payloads—to the server. Unlike GET, it's not idempotent, ty
  • How to Build an Interactive and Responsive Form12/28/2023 5:03:01 PM. Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
  • Handling HTTP Get Request Method in AngularJS Frontend and C# Backend12/26/2023 8:04:48 AM. This guide explores the utilization of HTTP GET request method within an AngularJS frontend and their corresponding processing and handling in a C# backend. It details how Get types of requests initia
  • Building a GraphQL Backend with .NET 612/13/2023 1:42:59 PM. Explore the world of GraphQL in .NET 6 with this comprehensive guide. Learn how to set up a GraphQL backend using HotChocolate, step by step, and unlock powerful data querying capabilities.
  • Source Control (4-6), Git - Revert12/8/2023 4:47:30 AM. This article discusses the Git revert. The concept REVERT in git is similar to or, even we can say, the same as ROLLBACK in MS TFS (Team Foundation Server).
  • How to Backup Google Classroom Data - Verified Steps11/23/2023 4:33:57 AM. Trying to backup Google Classroom data? Read this blog and get an sure-shot solution to backup Google Classroom data instantly.
  • Writing a Simple C# Files Backup Solution for File Server11/4/2023 8:19:09 AM. An insight and an introduction of building a simple C# files backup program
  • Handling Broken Images in JavaScript10/31/2023 9:55:19 AM. This article addresses the challenge of managing broken images in web development, offering a range of strategies including error handling, fallback images, lazy loading, placeholder images, and image
  • Recover Deleted Table Data "without Backup" in SQL Server10/31/2023 4:42:47 AM. This article will discuss Recover Deleted Table Data "without Backup" in SQL Server.
  • What is PostBack in ASP.NET10/30/2023 11:02:53 AM. PostBack is the name given to the process of submitting an ASP.NET page to the server for processing.
  • BackgroundWorker In C#10/20/2023 6:00:59 AM. C# BackgroundWorker component executes code in a separate dedicated secondary thread. In this article, I will demonstrate how to use the BackgroundWorker component to execute a time consuming process
  • How To Set The Background And Simple Image In Angular10/10/2023 9:18:07 AM. In this article, I show how to set images (background images and simple) in Angular.
  • Best Practices for Trezor Wallet Security9/27/2023 1:39:59 PM. Safeguard your digital assets with Trezor Wallet's top security practices. From setup to transactions, navigate the crypto world securely.
  • Restore a Table from a Backup Database through Restore/Export9/22/2023 3:40:56 AM. This article is to discuss how to recover one table from a backup file
  • Fun with Backtracking - The N Queen Problem9/21/2023 7:31:48 AM. This article is for Implementation of backtracking algorithm using c#.
  • How to Remove Azure Backup Services?9/21/2023 7:00:26 AM. In this guide, we explore the manual removal of Azure Backup services. This involves changing vault properties, stopping and deleting cloud-protected items, and more. Follow these steps for a successf
  • ASP.Net MVC Application Using Backbone.js9/21/2023 6:24:42 AM. This article shows the use of Backbone.js with ASP.NET MVC with a simple MVC application using backbone.js and cshtml.
  • Transaction Control Language (TCL) Commands in SQL9/14/2023 6:04:10 AM. In this article we will learn about Transaction Control Language (TCL) Commands in SQL.
  • How to Write Secure Code in C#?9/13/2023 10:24:13 AM. Secure coding in C# is essential for safeguarding sensitive information and preventing security breaches. Follow these best practices to enhance your application's security. Protecting Your C# App
  • Delegate Uses In C#9/12/2023 4:23:28 AM. This article describes the uses of delegates in C#.Delegates in C# are powerful and versatile constructs that enable you to work with methods as first-class citizens. They provide a way to treat metho
  • Automatic SQL Server Backup Utility using Sqlserver Agent9/8/2023 10:36:46 AM. It is a sample C# (VS2005) application for Automatic Sql server Backup Utility using sqlserveragent. I have used SQL-DMO dll. This article will show you how to create a automatic backup in Sql server
  • How to Use SynchronizationContext to Post Messages9/6/2023 11:18:43 AM. SynchronizationContext is a class in .NET that provides a way to post and execute code on a specific context, typically associated with a UI thread or a specific synchronization context. It's com
  • Oracle Data Provider for .NET : Part II9/5/2023 5:55:04 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Background Task Creation with Hosted Services and Workers8/31/2023 8:22:02 AM. In a web application, there are tasks that need to be performed in the background, such as sending emails, processing data, or performing regular maintenance. These tasks are often non-HTTP-related a
  • Delegates in C# 8/25/2023 9:09:14 AM. Explore the fundamental potency of C# delegates—vital for encapsulating methods as first-class entities. Empower callbacks and event management for efficient C# application development.
  • Thread-Safe Calls With BackgroundWorker Class in C#8/25/2023 6:49:35 AM. The preferred way to implement multithreading in your application is to use the BackgroundWorker component. The BackgroundWorker component uses an event-driven model for multithreading.
  • Delegates, Anonymous Method, And Lambda Expression In C#8/24/2023 10:58:50 AM. Delegates, Anonymous Methods, and Lambda Expressions in C# introduces essential concepts in C# programming related to delegates, anonymous methods, and lambda expressions. These features enable develo
  • Printing All Subsets Of A Given Set Or The Power Set Problem8/24/2023 9:01:04 AM. The aim is simply to print all the possible subsets of a given set. There is not naive simple loop approach that I could come up with to solve this problem, so we would tackle it here using the second
  • Backing Up Cache Data Using NCache8/24/2023 4:03:37 AM. Backing up cache data using NCache refers to the process of creating copies of the cached data stored in NCache and storing them in a secondary location for data protection and disaster recovery purp
  • Calling the Server-Side Method Asynchronously From Client Script8/23/2023 9:50:09 AM. This article describes how to call the server-side method asynchronously from JavaScript with the use of Client Callbacks that is built in ASP.NET 2 so that the client browser receives the data dynami
  • Database Revision Control - The Database Time Machine8/23/2023 5:36:45 AM. This article describes RavenDB's Revision-Control features and how they can be used for advanced auditing and to restore data without downtime and data loss.
  • Colorful Console Mode Applications in C# 8/21/2023 8:40:55 AM. So, you need to a write a console mode application, no reason you can’t have a little fun with it by introducing color into the output. This article describes how to jazz up a console mode applicatio
  • Transitioning from Deprecated OnBackPressed in .NET MAUI8/16/2023 8:03:26 AM. Enhance User Experience: Android 13's New Back Button Behavior Explained. Learn how to enable smoother navigation with OnBackInvokedCallback and simplify app exit process. Code and steps provided.
  • Boosting Workflow Efficiency with Power Automate & Caching8/16/2023 7:48:46 AM. Caching is a crucial technique for improving the performance of ASP.NET Core Web APIs. In this example, I'll walk you through implementing response caching, distributed caching using Redis, and in
  • How To Take Backup Of The Dataverse Environment?8/7/2023 4:59:40 AM. Step by step details to take the backup of the Dataverse environment.
  • Properties of Transaction in Database7/28/2023 6:46:38 AM. In a database context, a transaction refers to a sequence of one or more database operations that are treated as a single unit of work. Transactions are essential for maintaining data integrity, consi
  • Model Validation in Backbone.js With jQuery7/20/2023 6:37:46 AM. This article explains Model Validation in Backbone with jQuery.
  • Custom Tabs with Animated Background in Android6/14/2023 9:26:04 AM. Customs tabs that highlights when selected and animates the background to the next selection backward and forward.
  • A React Front-end with a .NET Web API Back-end Application6/12/2023 10:25:16 AM. This content provides an introduction to building a simple application using React for the front-end and a .NET Core Web API for the back-end. It includes code snippets and instructions for setting u
  • Event Handling In Blazor6/2/2023 6:16:53 AM. In this article, you will learn about Event Handling in Blazor.
  • Backpressure Pattern- Design Principle5/31/2023 10:24:27 AM. The backpressure pattern is a design principle used in software systems to manage and regulate the flow of data between components or services.