.NET
Frequently asked questions When learning to code
Is the Tech Industry Really Oversaturated for Junior Developers? Rambles, Reflections and Truth Read
Will Learning Code make you rich? Salary expectations and more Read
Can You Learn to Code Without a College Degree? Read
How Long Does It Take To Learn How To Code? Read
Is learning to code hard? Yes it is (sometimes) Read
Complete guide to hosting an ASP.NET Core app on your Linux clearly explained and broken down for beginners
This post delves into proxy servers and how they come into play when hosting .net applications on linux! In order to make our Linux hosted .Net Core application accessible to world online, we need to configure a reverse proxy server.
Introductory guide for developing oracle tuxedo appplications in .net c#/vb.net
I recently had to work with Oracle Tuxedo during a migration project of a legacy vb6 application to .Net. I found that there was not a lot of information at hand available for developers so I thought I would put together a quick and concise guide with a few of my own tips that I picked up during development.
Setting up Continuous Integration/deployment on Gitlab to deploy a .NET Core application to an FTP server
In this article will set up a continuous integration pipeline for a .NET Core web application with automated deployment to an FTP server.
Data binding UI controls to ListView columns in .NET WinForms
In this tutorial, we will look at binding a form control such as a label and checkbox to a ListView column in .NET (4.7) WinForms (Window Forms).
Its features will include:
- Updating the content/CheckState of the bound control where there is a selection change on the ListView
- Using a button to modify the column’s item with the value contained in the bound control
- Create and add a new item to the listview according to values present in the bounded controls