Alfus Inigo Jaganathan

Try try till you succeed!

Simplify .NET CI/CD with Psake and MSBuild

Efficient Build Automation for .NET Applications

Learn how to enhance your .NET continuous integration and continuous deployment (CI/CD) pipelines by leveraging Psake, a PowerShell-based build automation tool, alongside MSBuild.exe. This guide offers practical insights into configuring Psake tasks to automate build, test, and deployment processes for your .NET projects, ensuring streamlined development workflows and faster time-to-market.

Unit Testing with Mocked IDataReader Using Moq

Mock IDataReader using Moq to unit test a class that uses IDataReader

Enhance your unit testing strategies by learning how to mock IDataReader with Moq, enabling you to test classes that depend on database results without accessing the database. This guide explains the essentials of using Moq to create a mock IDataReader instance, simulating database interactions and ensuring your tests are isolated and reliable. Perfect for developers looking to improve test coverage and reliability for data-driven applications.

Continuous Deployment Tool for Dacpac Files

Effortless Deployment Automation Across DevOps Environments

Explore a versatile command-line tool designed for the continuous deployment of dacpac files across various DevOps tools and environments. This tool streamlines the deployment process, allowing for seamless integration into your DevOps pipelines and ensuring consistent and reliable deployments of SQL database changes.

Streaming Data over REST/HTTP with ASP.NET Core

A Guide to Sending Data Streams in ASP.NET Core

Explore the process of transmitting data streams over REST/HTTP protocols using a basic ASP.NET Core application. This article provides step-by-step instructions for implementing streaming functionality in ASP.NET Core, enabling efficient transfer of large datasets or continuous data streams between client and server.

Seamless Replatforming of ASP.NET Apps to Cloud Foundry

Replatform ASP.NET apps with zero to minimal code changes to any Cloud Foundry based platform

Discover the streamlined pathway to replatform ASP.NET applications to any Cloud Foundry-based platform with zero to minimal code adjustments. This guide delves into the strategies and practices for migrating ASP.NET apps, ensuring compatibility and optimal performance on Cloud Foundry environments. Ideal for developers and organizations aiming to leverage Cloud Foundry's cloud-native capabilities without the overhead of extensive rewrites or rearchitecture efforts.