plbyrd

Stories submitted by plbyrd

Improve Exception Handling with Reflection and Generics.(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 3 months ago

Building a better error trap! These techniques can also be applied to Java 5. read more...

add a comment |category: |Views: 12

tags: another

GASP! Microsoft Caught Trying to Change Wikipedia Entries(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 4 months ago

What happens when Microsoft tries to publish to Wikipedia? read more...

1 comment |category: |Views: 1

tags: another

Day 1: Introduction to Managed Code and the .Net Infrastructure(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 4 months ago

A good overview of the CLR and why managed code exists. read more...

add a comment |category: |Views: 2

tags: another

Microsoft already planning Vista service pack | CNET News.com(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 4 months ago

The headline reads like sarcasm, but it's really just a matter of the reality of software development. Every programming project--whether it's a person's homepage or an operating system--is a continuous process of develop, test, refine until the end of that product's lifecycle when it is replaced by a new project. read more...

add a comment |category: |Views: 0

tags: another

Important Information When Using Nullable Value Types as Generics(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 4 months ago

How to detect Nullable types in Generics and to correctly process them so that your code will actually compile. read more...

1 comment |category: |Views: 6

tags: another

What is Windows PowerShell?(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 4 months ago

A good look at Windows PowerShell. The author explains why PowerShell is different than any other shell around and how it will make your life easier. read more...

add a comment |category: |Views: 12

tags: another

Howto Implement a Text Encoder in .Net 2.0(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 5 months ago

.Net has very strong internationalization features and interop features for dealing with other systems and languages. This blog shows how to extend the Encoding framework to allow use of text encodings not found in the .Net Framework. read more...

add a comment |category: |Views: 4

tags: another