
HPR4629: What did I do at work today? Part 2
From Hacker Public Radio by Hacker Public Radio
April 30, 2026
About this episode
This episode discusses the development of features for a web application using various technologies and tools.
This show has been flagged as Clean by the host. This show is about developing features for a web application. The technology used is ASP.Net WebForms , the programming language is Visual Basic .Net along with HTML and CSS and the development environment is Windows 11 running under a virtual machine in Linux, with Visual Studio and SQL Server as the database. Other tools used are Git , Github , Joplin and Dropbox , Google Gemini and a tool called Beyond Compare . ResourceRowControl.ascx.vb Public WriteOnly Property ResourceObject As Resource Set(obj As Resource) If obj IsNot Nothing Then HiddenResourceID.Value = CStr(obj.ResourceID) HiddenResourceTypeID.Value = CStr(obj.ResourceTypeID) Resource.Text = obj.ResourceName Type.Text = obj.ResourceTypeName Available.Checked = obj.ResourceAvailable End If End Set End Property Private Sub Available_CheckedChanged(sender As Object, e As EventArgs) Handles Available.CheckedChanged Dim objResource As New Resource With objResource .ResourceID = ResourceID .ResourceName = Resource.Text .ResourceTypeID = ResourceTypeID .ResourceAvailable = Available.Checked End With objResource.Add() End Sub ResourceRowControl.ascx <tr> <td>…
People in this episode
Host: Hacker Public Radio
Topics covered
- web application development
- ASP.Net
- Visual Basic
- Windows development
- software tools
- feature development
Keywords
- web application
- ASP.Net WebForms
- Visual Basic .Net
- Windows 11
- development environment
- software tools
Mentioned in this episode
Organizations: ASP.Net WebForms, Github, Joplin, Dropbox
Products: Visual Basic .Net, HTML, CSS, Windows 11, Visual Studio, SQL Server, Git, Google Gemini, Beyond Compare
More episodes of Hacker Public Radio
- HPR4660: Robert A. Heinlein: The Future History, Part 1 · June 12, 2026
- HPR4659: Command Line Fun - Recording a show · June 11, 2026
- HPR4658: Audio Revisited · June 10, 2026
- HPR4657: UNIX Curio #8 - Comparing Files · June 9, 2026
- HPR4656: My review of musicozy sleep/exercise bluetooth headband · June 8, 2026
- HPR4655: Tips for Glasses · June 5, 2026
Explore listener stats, chart rankings, contacts and more on the Hacker Public Radio podcast page.