I was an early adopter of wireless broadband for laptops starting several years back with an offering from T-Mobile that was only as fast a dial-up connection. Later I upgraded to Verizon EVDO 1x (3G) and achieved on average about 1.5 MB down and 0.5 up. This was much better than dial-up but still slower than most cable or DSL connections to homes or businesses in the U.S. In the beginning this 3G was limited to major metropolitan areas but now is available just about everywhere. Just a few weeks back, Verizon released its new 4G LTE wireless broadband capability, initially limited to … [Read more...]
Archives for 2011
Easily Save and Retrieve Application and User Settings in VB.NET or C# Apps
We used to save our application or user settings in an INI file (dark ages) or more recently in XML files using our own code or classes borrowed from other developers. But applications built with the .NET framework using Visual Studio can take advantage of built-in tools to simplify or speed up access and saving of runtime values. Once common example is saving database connection string information in a configuration file so that it may be changed without need to recompile the application. Here are some simple examples in VB.NET. C# code uses a slightly different syntax the concepts … [Read more...]