BY TOPIC▼
ARCHIVED BLOGS▼
ASP.NET WEBFORMS BLOGS▼
BLOGS BY AUTHOR▼
BLOGS BY YEAR▼
Wise Owl Training - ASP.NET webforms blogs
Showing blogs 1-3 (out of 3)
Review of VB.NET Data Storage Structures
Posted by Andy Brown on 24 August 2011
There are a bewildering array (excuse the pun) of data storage structures available to you in Visual Basic. Choose from arrays, ArrayLists, SortedLists, Dictionaries, HashTables, Lists and DataTables, among others. This blog gives an example of each type of structure, and benchmarks them to show which perform best and worst.
Changing Visual Studio default settings for ASP.NET
Posted by Andy Brown on 02 August 2011
Visual Studio is a great tool for developing websites using ASP.NET - it can be made even greater by tweaking some default settings. Use this blog to change the default start-up options, assign a navigate backward key, insert attribute quote marks and open pages in HTML view by default.
Using SQL UNION queries to populate the first Item in a list type control
Posted by David Wakefield on 31 May 2011
Adding a first or default item to a list control which gets its data from a table can be tricky. This blog gives an elegant solution using UNION queries, which works equally well for ASP.NET dropdown controls, Windows Forms dropdowns or Access combo boxes.