hobbylobby

Stories submitted by hobbylobby

Use Tab twice to get the code snippets that are available within code (dotnettipoftheday.org)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

nice trick for speeding up coding - especially when creating many properties. read more...

add a comment |category: |Views: 5

tags: another

A Step-by-Step Guide To Using MySQL with ASP.NET - Part 1(15seconds.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

A Step-by-Step Guide To Using MySQL with ASP.NET - Part 1 read more...

add a comment |category: |Views: 17

tags: another

VB.NET: DataGridView as ArrayList(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

using dataGridViews as arrayLists for immediate binding. sounds cooler than it is and is much less flexible than simple dataTables. read more...

add a comment |category: |Views: 212

tags: another

Microsoft Mobile Development Handbook(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

A first impression book review for Microsoft Mobile Development Handbook and some thoughts about the current confusion over just what doing mobile involves. read more...

add a comment |category: |Views: 12

tags: another

VB.NET, SQL Server 2005 CE, and a Path to Mobility (hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

database connectivity isn't so trivial when we're talking mobile. musing about all the things to learn and coordinate along the way to connectivity. read more...

add a comment |category: |Views: 4

tags: another

Wanted: Visual Studio Software Developer who is proficient with clicki(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

commentary: Microsoft press pushing wizards as proper coding practices on developers. read more...

add a comment |category: |Views: 0

tags: another

visual studio: changing color schemes(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

a quick how-to for saving, exporting, and importing color schemes. read more...

add a comment |category: |Views: 42

tags: another

VB.NET: Object reference not set to an instance of an object(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

driven half insane by a bug in visual studio, I share some examples of the problem and my solution for working around the Object Reference not set to an instance of an object error. read more...

add a comment |category: |Views: 54

tags: another

VB.NET Enum class(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

A simple example of a very handy enumeration business class. read more...

add a comment |category: |Views: 70

tags: another

vb.net and Hungarian variable Naming Convention(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

Debating Hungarian Naming convention. read more...

add a comment |category: |Views: 7

tags: another

vb.net: insert a truly null date in access db(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

ever had trouble setting a date field in Access to a truly null value? not any more! read more...

add a comment |category: |Views: 33

tags: another

vb.net, selecting data rows and setting datagridview row color(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

a brief example showing how to dynamically set the row colors based on row content in a dataGridView on a windows form. read more...

add a comment |category: |Views: 255

tags: another

VB.NET: passing data between forms using delegates(hobbylobby.wordpress.com)

submitted by hobbylobbyhobbylobby(100) 4 years, 5 months ago

a brief example about how to implement a simple delegate for passing data in a container class between your windows forms. read more...

add a comment |category: |Views: 98

tags: another