hobbylobby

Stories kicked 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

10 Podcasts Every Developer Should Listen To(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

A list of 10 developer related podcasts, some popular and some rather obscure, ranging in topics from Agile tenets to Architecture best practices. A list I hope everyone will discover at least a few new gems to listen to. read more...

1 comment |category: |Views: 23

tags: another

Working With Connection Strings in ASP.NET 2.0(oyonti.com)

submitted by oyontioyonti(25) 4 years, 5 months ago

If you work with data, then you need a way to connect to your data source and manipulate the information contained within. In .Net, as always, there are a number of ways to tackle this issue. This article provides an overview of the most common methods and links to further reading. read more...

add a comment |category: |Views: 12

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

Creating Globally Unique Identifiers (GUIDs) in .NET(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 4 years, 5 months ago

It is important in many business systems that items are marked with a unique reference. Often this is a sequential number generated by a database or a code entered by a user. In some situations, these options are not enough so GUIDs may be employed. read more...

add a comment |category: |Views: 1

tags: another