plbyrd

Stories submitted by plbyrd

Update on Generic Extension Methods project.(it.toolbox.com)

submitted by plbyrdplbyrd(825) 2 years ago

Some activity of note on the Generic Extension Methods project. read more...

add a comment |category: |Views: 4

tags: another

Introducing the Generic Extension Methods Project(it.toolbox.com)

submitted by plbyrdplbyrd(825) 2 years, 11 months ago

Never create another IsNullOrEmpty helper class again! This permissively licensed open source project contains .Net 3.x extension methods to help extend the capabilities of your code and your team. read more...

add a comment |category: |Views: 16

tags: another

LINQ Your Typed DataSets(it.toolbox.com)

submitted by plbyrdplbyrd(825) 2 years, 11 months ago

Ever needed to perform an INNER JOIN on a pair of DataTables? Would you like to do so in a completely type-safe manner? Boy do I have the technique for you using Typed DataSets and LINQ! read more...

1 comment |category: |Views: 353

tags: another

HOW TO Properly add Client Script in ASP.Net Ajax(it.toolbox.com)

submitted by plbyrdplbyrd(825) 3 years ago

Response.Write is evil. Find out why. read more...

add a comment |category: |Views: 10

tags: another

JavaScript Keyboard Events Matrix for Function Keys F1 through F12 (it.toolbox.com)

submitted by plbyrdplbyrd(825) 3 years ago

How to use the function keys appropriately in a web application. read more...

add a comment |category: |Views: 20

tags: another

Coalesce the C# 2.0 Way(it.toolbox.com)

submitted by plbyrdplbyrd(825) 3 years, 1 month ago

We've all written Coalesce functions, but in C# 2.0 you don't have to! read more...

add a comment |category: |Views: 32

tags: another

Implementing the MVCA Pattern – The Adapter(it.toolbox.com)

submitted by plbyrdplbyrd(825) 3 years, 1 month ago

In this installment of the MVCA series of entries we will learn about the Controller Adapter classes and how they are used to provide a bridge between the GUI-agnostic controller and the GUI framework. read more...

add a comment |category: |Views: 11

tags: another

HOWTO: Use Visual Studio Find and Replace to Conditionally Change Code(it.toolbox.com)

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

Writing Regular Expressions is a black art that is equally powerful and frustrating to master. Visual Studio's Search & Replace feature allows for using Regular Expression matching to perform complex replace operations. I'll show you how. read more...

add a comment |category: |Views: 38

tags: another

Implementing the MVCA Pattern - The Controller(it.toolbox.com)

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

Part 4 of the series of entries on implementing a true MVC pattern that uses an Adapter to interface with the underlying display framework. read more...

add a comment |category: |Views: 9

tags: another

Implementing the MVCA Pattern - The View(it.toolbox.com)

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

The base view for the MVCA design pattern which is a realistic and simple design for creating truly de-coupled UI and BL layers. read more...

add a comment |category: |Views: 19

tags: another

(Un)Official Launch Data for Windows 7(blogs.ittoolbox.com)

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

Looks like MS has let the cat out of the bag. read more...

add a comment |category: |Views: 4

tags: another

Success Oriented Architecture(blogs.ittoolbox.com)

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

Architecture can determine a project's success before the first line of code is written. read more...

add a comment |category: |Views: 14

tags: another

UnLINQing some Misconceptions about .Net 3.5(blogs.ittoolbox.com)

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

It's not uncommon for people to not understand new technologies. Let's see how some of the current misconceptions stack up to reality. read more...

add a comment |category: |Views: 6

tags: another

Is FOSS really better at bug remediation?(blogs.ittoolbox.com)

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

How do you compare the two? Is one better than the other? read more...

add a comment |category: |Views: 2

tags: another

Introduction to n-Tier architectures in .Net 2.0(blogs.ittoolbox.com)

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

Overview of creating multiple-tiered architectures in .Net 2.0. read more...

1 comment |category: |Views: 12

tags: another

Improving Performance of DataAdapter Inserts(blogs.ittoolbox.com)

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

The stored procs used by your DataAdapter have a huge performance impact, this article gives you some guidance on how to craft these procs to improve performance. read more...

add a comment |category: |Views: 12

tags: another