News

One of the trickier aspects of application development is dealing with null or nonexistent data. Tony Patton takes a closer look at null values in the .NET framework.
I'm using a class to hold all application settings, and XMLSerializer to save/load those settings from an XML file. Works great in one application, but in my latest one I cannot save the settings ...
I am working with a large data file (currently 4 GB - limited by the older NT 4 machine). The format of the file is tab delimited such that the first two lines contain the attributes of the data ...
VBeeJava is a source language translator that developers can use to port VB.NET syntax and features into a Java environment. The tool outputs Java 1.4.2-based files for each class in the input source, ...
ASP.NET Core provides three tools for managing your application's configuration. At a course-grained level, you can select your appsettings file and your Startup class based on your environment.