Tag: Development

Community

HTML5 for ASP.NET Developers

(Peter Vogel) Microsoft’s announcement that HTML5 and JavaScript would be first-class tools for creating ‘Windows 8’ applications created consternation among some .NET developers. Would their investments in XAML and Silverlight be wasted? Would they be forced to work with HTML/JavaScript instead of

Community

Reading Text Files

A very common need when programming almost any application is the ability to read data from a text file. Fortunately VB.NET excels at this sort of thing. In the tutorial that follows we will show exactly how you can read through a text file, parse the information, and use it in your Visual Basic app