How to Optimize a .NET Application for Production
Performance issues in .NET applications rarely come from the framework itself. In most real-world cases, they originate from inefficient database usage, poor async handling, excessive memory allocation, or missing production tuning. Step 1: Measure First, Optimize Second Why This Matters
Handling zip file download completion and cancellation event in PHP
Handling zip file download completion and cancellation event (PHP) Problem: I am working on a project in which user needs to download a zip file from the website. I am creating zip file on the server temporarily which should be
Linux “grep and copy”
Suppose I have a folder hierarchy as below: f1 > f2 f2 > f3 f2 > f4 f4 > f5 I want to find all files in f1 or any of its descendant folder that contain text “I am a
How to create Approval Process in Salesforce
What is Approval Process in Salesforce and how to create it An approval process is an automated process that is used to define a flow for approval of a record of Objects (Standard/Custom). Approval Process Steps are: 1. Object –
Run artisan commands on shared hosting server (Laravel)
Run artisan commands on shared hosting server (Laravel) Laravel is a popular and excellent framework of php. It provides many functionalities out of the box like authentication, events, job queues, artisan commands and many more. A problem on shared hosting-
Why Sublime Text is gaining popularity?
Why Sublime Text is gaining popularity over other editors? Sublime has been the undeniable text editor champion now a days. As the most important and closest thing to a developer is the text editor of their choice and this editor
Salesforce | Call Apex class from Process Builder
Salesforce process builder is a tool to automate the processes using user interface itself. Here we can select source object, criteria/event to initiate the process as well and the action to be taken on the occurrence of the event. In
Understanding Work Ethics
What does Strong Work Ethic mean? WORK ETHIC Ethic is basically the discipline that deals with what is good or what is bad. It has to do with moral duty. Ethic is the set of moral principles related to a
Style your existing Visualforce page with Lightning Experience
Style your existing Visualforce page with Lightning Experience You can view your existing Visualforce page with lightning experience by simply adding a lightningStylesheets=”True” attribute in the tag. This tag will work with Salesforce for Android, Salesforce for iOS, or Salesforce
Get the List of Elements in Selenium Script
How to Get the List of Elements in Selenium Script? List is the collection of similar type of data. You can add, remove, iterate over stuff and can also query how much data is in the List. Java.util.List is a
