bryh

Stories submitted by bryh

Creating Objects in C# From Stored Procedures Using Generics(techandit.com)

submitted by bryhbryh(15) 3 years, 2 months ago

How to use Generics in C# to allow you to return an array of data objects directly from a stored procedure class read more...

add a comment |category: |Views: 38

tags: another

An SMTP email class for C# that supports SMTP Authentication(techandit.com)

submitted by bryhbryh(15) 3 years, 2 months ago

If your looking to implement the ability for your application to send email, then this SMTPMail class might just be the answer for you. read more...

add a comment |category: |Views: 87

tags: another