Hacker Public Radio

HPR4629: What did I do at work today? Part 2


Listen Later

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

Provide feedback on this episode.

...more
View all episodesView all episodes
Download on the App Store

Hacker Public RadioBy Hacker Public Radio

  • 4.2
  • 4.2
  • 4.2
  • 4.2
  • 4.2

4.2

34 ratings


More shows like Hacker Public Radio

View all
The Infinite Monkey Cage by BBC Radio 4

The Infinite Monkey Cage

1,952 Listeners

Click Here by Recorded Future News

Click Here

418 Listeners

Hacker And The Fed by Chris Tarbell & Hector Monsegur

Hacker And The Fed

168 Listeners