Azure Devops Pipeline Deployment of .NET Web App and SQL Server database to IIS: Login to Azure Devops at: https://dev.azure.com Click on Pipelines on the lefthand column Click on New pipeline on the top right corner: Your screen would then look like this: Click ‘Use the classic editor Select the Repo and Branch from Azure…
Learning to code can be very difficult, at least that’s how it seems to the beginner. Truth is that it is not that easy, but then again it is not that difficult. If it were easy, we’d have coders running around, and this prestigious field of endeavour would become well, less prestigious and less financially…
By Chris Johnson @ www.kolaberate.com This article is about finally breaking dependence on a Version of Microsoft ASP.NET MVC, and moving towards an open sourced based MVC framework such as Angular JS. I have to admit that I was asking a lot of questions about why we need to break away from using ASP.NET as…
By Chris Johnson @ https://www.kolaberate.com This article is essentially part 2 of my last award winning article on ‘Hiring a Great programmer’. This time I want to delve into the non-technical side of hiring a developer, (or for almost any position that is critical to your organization’s success.) Though most managers understand the importance of…
1. Microsoft Azure Account Of course, you need an Azure account to get started. You can sign up for free at azure.com. You’ll receive $200 USD credit, which should probably last a few months depending on how many apps you are running. You’ll need to be familiar with Azure, and also be able to navigate…
This was a fun project that came about because of a lack of foresight in the design process. I had argued with the Business Analyst that this project would take a substantial amount of time to complete, and that it may be easier to have a simpler control, such as 2 list controls, or one…
I initially used the upload control for a basic upload only control on a form. And, that’s exactly what it is meant for. However, I wanted it to work in a kind of ‘Batch Mode’. What I mean by that is to only upload the files to the browser itself, and not automatically post the…
Implementing an AutoComplete Control on ASP.NET Core using Telerik I was looking for an “autocomplete” solution that would allow the user to type any value in for a username search, and not have the web application bring back so much data that it slows down the app. So, the solution I had initially worked with…
By Chris Johnson @ kolaberate.com Integrating SharePoint with Out Systems Introduction This article is about accessing your Office 365 SharePoint application via the SharePoint API to fetch or update its resources specifically using REST API services from OutSystems. You are probably reading this article because you want to get access to your existing company intranet,…