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…
Introduction to CI/CD and GitLab
Author: Kevin Clements This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3212-ci-cd-with-gitlab. 1.1 Foundation of Agile AppDev Agile Development begins with Extreme Programming (XP)….
Working with GitLab.com
Author: Kevin Clements This tutorial is adapted from the Web Age course https://www.webagesolutions.com/courses/WA3212-ci-cd-with-gitlab. In this tutorial, you will connect to GitLab website and run through…
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…
Azure Cloud Automation Overview
1.1 The Infrastructure-As-Code Practice In the Infrastructure-as-Code practice, you define the infrastructure (that needs to be deployed in support for your solution) declaratively in code…
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…
New SharePoint CSOM version released for SharePoint Online
SharePoint supports two main development / deployment techniques for creating SharePoint projects: Server Object Model and Client-Side Object Model. If you plan on doing development…