Released CodeBundler 1.0.0 app
Introducing CodeBundler 1.0.0, an open-source tool to consolidate C#/VB.NET source files into a single block for better LLM-assisted debugging and development.
Introducing CodeBundler 1.0.0, an open-source tool to consolidate C#/VB.NET source files into a single block for better LLM-assisted debugging and development.
A summary of Richard Campbell's video on the origins and evolution of the Microsoft .NET ecosystem, its languages, and development tools.
Explains the difference between Date and Date? (Nullable) in VB.Net and how ToString overloads differ.
Explains the difference between Date and Date? (Nullable Date) in VB.Net and why ToString() overloads differ, causing a common error.
A VB.NET code snippet for retrieving a logged-in user's full display name from Active Directory in an ASP.NET application using Windows Authentication.
A technical guide on generating and downloading CSV files from an ASP page by querying a SQL database and setting HTTP headers.
A quick guide to performing ping and nslookup network commands using VB.NET, with code examples.