Session Management and Security in .NET Applications
Overview Managing sessions securely is a fundamental part of protecting any .NET-based application. If session identifiers or cookies are not properly handled, attackers may exploit weaknesses through techniques such as session hijacking or fixation. The following sections describe common issues
Git-Hub Project Management
Step 1: First, create a. It’s a repository, not a project. You need to create a project using the project Menu. I will move on to the project later. First, I am discussing creating issues. Step 2: Go to the
How to change the label of a field created by a managed package?
If we try to edit a managed package field from the object manager, it will allow you to edit very few details but it will not allow you to edit the label of the field. Both Field Label and Field
How to create a scratch org with namespaces in Salesforce DX
Salesforce DX is a platform that allows us to create multiple scratch Orgs with namespaces equivalent to the packaging organization. In order to achieve this, firstly link your Dev Org with namespaces to the Developer Hub Org. This process is
Fetch Mails from Gmail in Core PHP
Fetch Mails in Core PHP Create an Core php app on console (https://console.developers.google.com). Download Google Client library from the following link (https://github.com/googleapis/google-api-php-client) Download the file of credentials(client_id,client_secret) and put it in the project directory. Create the config file in the
Error: An object reference is required for the non-static field, method or property
Object Reference In one of my .net reference projects, I had a need to create a new model and its corresponding interface, repository, and client class. In a method of the existing controller class, I need to create a record
While installing MS SQL server 2012 on windows 7 error
“Prior Visual Studio 2010 instances requiring an update.” failed. Get installation media location and locate the below file \redist\VisualStudioShell\VS10sp1-KB983509.msp Then press the ‘re-run’ button again, see if the error is gone in Windows. Done
Edit Office Documents online in web application using Office365 OneDrive APIs
This post is about editing office documents online in a web application interface for users. In this, you will require an office 365 license to use Microsoft graph APIs to edit documents through Onedrive. To edit MS Word documents online,
Lightning Record Edit Form (LWC)
In Salesforce, LWC allows us to use lightning-record-edit-form which implements Lightning Data Service and doesn’t require any additional Apex controllers to create or update record data. It also takes care of field-level security and sharing for us, so that users
Advantages of Azure SQL Database
Azure SQL Database is a relational database provided as Database-as-a-Service, which is a part of Microsoft’s Cloud Infrastructure Platform, Microsoft Azure. It is also called SQL Azure. It provides database-backed managed service in the cloud with a petabyte-scale infrastructure. It
