Blog

Post List #3

Just wrapped up an insightful #CyberWeek hosted by #LAC4

Just wrapped up an insightful #CyberWeek hosted by #LAC4

lazarusaNov 19, 20241 min read

Just wrapped up an insightful #CyberWeek hosted by #LAC4 held in The Dominican Republic, which concluded last week. It was an honor representing Dominica (Commonwealth of.) and pleasure meeting professional in the field IT from across Latin America and the…

dummy-img

My Top favorite shows on Pitching

lazarusaJun 28, 20244 min read

This is an ongoing list of my top favorite shows in the start-up world of pitching ideas for investment. As an avid enthusiast of the entrepreneurial journey, I’ve found myself hooked on a series of shows and podcasts that capture…

dummy-img

Embracing the Elegance of One-Liners: Converting a C# LINQ List Query to String Delimiter

lazarusaJun 9, 20233 min read

In the world of programming, there is an undeniable beauty in concise and elegant code. One-liners, in particular, have a charm of their own, offering simplicity and efficiency. Today, I would like to share my love for one-liner codes and…

OpenQuery T-SQL CRUD operations

T-SQL CRUD operations for Linked Server using OPENQUERY

lazarusaFeb 2, 20231 min read

This is a modified version of the original post found here. Below is the standard operations (SELECT, INSERT, UPDATE & DELETE) used in T-SQL backend operations. SQL Queries tested on Microsoft SQL 2008 R2 SELECT Statement — W/o Parameter(s) SELECT…

How to add a base64 signature image to a SSRS Report

How to add a base64 signature image to a SSRS Report

lazarusaSep 2, 20222 min read

There may arise an occasion where you would need to incorporate signature data into your Microsoft SQL Server Reporting Service reports. First thing first, you would need to set up an SSRS project in Visual Studio which (Carl de Souza,…