Integrating Redis Cache with .NET Core 3.1 ASP.NET MVC

November 9, 2022

This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3204-introduction-to-kafka-for-c-developers. In this tutorial, you will integrate Redis Cache with .NET Core 3.1 ASP.NET MVC.Here is…

Creating an ASP.NET Core MVC Kafka Client

November 7, 2022

This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3204-introduction-to-kafka-for-c-developers.In this tutorial, you will add Kafka support to an existing ASP.NET .NET Core MVC 3.1…

Using PolyBase in SQL Server

May 27, 2022

1.1 Understanding PolyBase PolyBase enables a SQL Server instance to query data with T-SQL directly from SQL Server, Oracle, Teradata, MongoDB, Hadoop clusters, and Cosmos…

How to Create Components in Blazor?

April 1, 2021

This tutorial is adapted from Web Age Course Progressive Web Application Development Using Entity Framework Core and Blazor. In this tutorial, you will build several Blazor…

How to Create a Blazor WebAssembly Application?

March 30, 2021

This tutorial is adapted from the Web Age course Progressive Web Application Development Using Entity Framework Core and Blazor Training. In this tutorial, you will create…

Ditch the Spreadsheets and Build a Model-Driven Power App

January 26, 2021

Author – Nick Doelman Introduction Excel sheets are easy to track business data, but there are pitfalls with this approach. The Power Platform allows a low-code,…

Custom Domains in Azure Web Apps

October 8, 2020

Can you use a custom domain name with Azure? This is a question I often get asked when presenting Azure resources such as Web Apps….

Creating custom HTML helper functions in ASP.NET MVC

February 27, 2016

ASP.NET MVC provides several  HTML helper functions that generates HTML automatically. E.g. Html.TextBox, Html.CheckBox etc. We can also create our own custom helper functions as…

SharePoint Server 2016 RC is now available

February 27, 2016

Both SharePoint 2016 and Project Server 2016 Release Candidate are not available. SharePoint 2016 RC is mostly feature complete and it’s now safe enough to…

Exception handling in ASP.NET MVC applications

February 27, 2016

For exception handling we have been using try..catch..finally block since forever in various languages. In this blog we will see how to handle the unhandled…