Here's how you send email through your Gmail account using C#.
Friday, September 7, 2012
Wednesday, September 5, 2012
Utility to perform a parameterized SQL Query using ADO.NET
Here's a quick utility method to perform an ADO.NET SQL query.
The main tricks are the use of a regular expression to parse out the parameters and the use of a queue to conveniently get the next parameter.
Subscribe to:
Posts (Atom)