Category: Others (Technical)
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
A Beginner’s Guide to Setting up a MuleSoft-Salesforce Connector
The power of Salesforce often depends on its ability to exchange data with external systems, from ERPs to marketing platforms. MuleSoft, Salesforce’s integration platform, excels at this by providing pre-built connectors that drastically simplify the complexities of API communication. For
What Is AWS Lambda Runtime?
An AWS Lambda runtime is the environment that executes your function code. It includes: The programming language version (e.g., Python 3.9 or 3.11) The AWS SDK (boto3) System libraries and environment configurations When AWS releases new runtimes, older ones are
Securing Session Cookies in .NET
Session security stands as a critical component of web application development. Within ASP.NET and ASP.NET Core frameworks, session cookies play a vital role in tracking authenticated users. Without proper security measures, these cookies become prime targets for malicious actors seeking
Common Moodle Errors: Causes and Fixes
Moodle is a powerful open-source learning management system (LMS), but it occasionally runs into errors like any complex system. Whether you’re a Moodle admin, developer, or course creator, encountering an unexpected error can disrupt learning experiences. Most Moodle errors can
Server-Side PDF Conversion with LibreOffice and IIS
When building web applications on Windows servers using IIS, you may occasionally need to utilize locally installed desktop applications — like LibreOffice — for server-side tasks. A common example is converting Microsoft Word documents into PDF format. In this post,
Migration in EF Code First
Code First Conventions In code first approach we create the domain classes first rather than creating the database. Initially, we need to create the domain classes having the properties and then we create the database according to the domain classes.
ZipArchive in C#
Introduction ZipArchive is a built-in package in the System.IO.Compression assembly to compress/decompress files in a zip format in C# code. It allows us to work with a collection of compressed files. For this we can do the following things: Get
OpenProject Installation, Configurations, and Upgrade
OpenProject is an open-source web-based project management system, which is widely used for team collaboration. This application is released under the GNU General Public License Version 3 and which is continuously developed and supported by an active open-source community around
