Integrating Redis Cache with .NET Core 3.1 ASP.NET MVC
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
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
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?
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?
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
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
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
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
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
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…