bdicroce

Stories submitted by bdicroce

How do you construct your objects?(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 3 years, 8 months ago

This post focuses on defining an object's state upon instantiation through its constructor. read more...

add a comment |category: |Views: 15

tags: another

C# Search: The .NET Developer's Search Engine(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 3 years, 9 months ago

C# Search is a new .NET search site, powered by Google, which allows developers to further refine their search on anything related to .NET. read more...

2 comments |category: |Views: 495

tags: another

Personal and Professional Development Through Reading(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 3 years, 11 months ago

Reading technical literature is good for the job. Reading human-centric literature is great for the teamwork and can even be the cornerstone of your project's success or failure. read more...

add a comment |category: |Views: 9

tags: another

What TDD Has Taught Me So Far(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 4 years, 1 month ago

A summary of what I've learned from practicing TDD for over a year. read more...

add a comment |category: |Views: 7

tags: another

Explicit Interface Members Implementation in C#(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 4 years, 1 month ago

Improve your design with explicit interface implementation if you only need a subset of the interface members in your class. read more...

add a comment |category: |Views: 9

tags: another

String vs StringBuilder: .NET Concatenation Performance Championship(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 4 years, 1 month ago

I wanted to know which was more accurate to use when manipulating strings...and why. read more...

add a comment |category: |Views: 38

tags: another