Posts by Srilakshmi Durai

Face Detection (Augmented Reality) in C# and APEX

Face Detection (Augmented Reality) in C# and APEX Table of Contents Introduction Technologies and Tools Used Steps Conclusion 1.    Introduction Face Detection Augmented Reality in C# allows you to overlay…

Read More

Creating Dynamic SQL Generator in Oracle PL/SQL

Table of Contents Introduction Technologies and Tools Used Steps Conclusion 1. Introduction The Dynamic SQL Generator in Oracle PL/SQL allows you to dynamically construct SQL statements, providing flexibility and reusability…

Read More

FileUtility Reusable Tool in C#

1. Overview The FileUtility tool is a reusable utility class designed to facilitate common file and directory operations in C# applications. It provides a set of static methods that encapsulate…

Read More

Using DBMS_SQL.RETURN_RESULT in Oracle PL-SQL and C#

Introduction: In this post, we will explain how to use the DBMS_SQL.RETURN_RESULT procedure in Oracle PL/SQL to return a result set from a stored procedure and then consume that result…

Read More

Testing REST API with dummy data using RestSharp in C#

   Testing REST API with dummy data using RestSharp in C# Table of Contents Overview Technologies and Tools Used Create Application Conclution 1. Overview The main persistence of RestSharp is…

Read More

Improve code quality in C# with SonarLint Extension

   Improve code quality in C# with SonarLint Extension Table of Contents Overview Technologies and Tools Used Install SonarLint in Application Conclution 1. Overview Deliver clean code in Visual Studio…

Read More