bryanlyman


Member since 12/11/2009

Name: Bryan Lyman

bryanlyman

Location: Cedar City, Utah

Software and Electronics Engineer

3 snippets

2625 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

bryanlyman's Recent SnippetsTagged c



« Prev 1 Next »
Because there is no way to use object extenders in vb.net here is an example of how you can get similar functionality. See the C# example for further info.
0 827 posted 12 years ago by bryanlyman
.net 3.0+, To create stability in your code, you must check all inputs into a method to make sure they are valid . Often people overlook this step because of laziness, or because they aren't convinced that exceptions and assertions are actually in pl...
0 658 posted 12 years ago by bryanlyman
.net 2.0+ Generic classes make code size much smaller and casting objects (boxing) a cinch. However, currently there are some unsupported IDE options when trying to cast objects to and from generic objects that use mixed object types (inherited from...
0 709 posted 13 years ago by bryanlyman
« Prev 1 Next »