IT & Digital Marketing Articles
Using .NET 9 & Docker, this demo shows how to link YNAB to GitHub Copilot via an MCP server, highlighting the power of secure, structured AI-driven development.
Many organizations are jumping on the AI bandwagon without first putting together a business strategy to make the most of what AI can offer. Rather than implementing AI technology for technology's sake, focus on genuine problem solving with a...
During database maintenance or migration, knowing the record count per table is crucial to gauge data scope. Here are 2 methods to retrieve total record counts for all tables in a SQL Server database.
Why use Minimal APIs? Will they work for large-scale production applications? Are Minimal APIs better than traditional API development in .NET using the MVC pattern? Here's what we found when putting them to the test.
Dynamic SQL is often talked about in hushed tones in dark corners. No, it's is not 100% safe, and the objections to it are valid. But, with some basic precautions, it's possible to make it as safe as any other SQL and reap the benefits of its...
Always Encrypted is a feature in SQL Server and Azure SQL designed to protect sensitive information in individual database columns of an application's database. In this example, we have a .NET 8 application, an Azure SQL database, and an Azure Key...
UX audits can uncover usability issues within your website or app that may prevent users from completing tasks or taking actions that lead to conversions. We'll break down what a UX audit is, why it's important, and the process of conducting one.