DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files. DotNetZip is the best open-source ZIP ...
If you know how to create an ASP.NET MVC View, you know a great deal about how to create pages in Blazor. But, by packaging up pages as Blazor Components, you can use (and re-use) those pages more ...
Every bigger-than-small application has a version number that the user can query in some form of About dialog window. You should use it to make newer versions of your ...
Learn what enabling the application framework in VB actually does and what an invariant culture is and how you take advantage of it. Q What happens when I check "Enable application framework" in my ...
Learn how to convert date and time values into formatted strings by overloading a version of the ToString method, which accepts a format string. Working with date and time values often requires an ...
Reading and writing text files is an essential task in any programming language. Follow this step-by-step approach to working with text files in VB .NET using the System.IO namespace. Years ago, when ...