Coldapoy's Technical Blog

"Programming is like sex: one mistake and you have to support it for the rest of your life"

Browse by Tags

All Tags » C# (RSS)
LINQ: .NET Language-Integrated Query
Language Integrated Query Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages using a syntax reminiscent of SQL. Many of the concepts that...
Sending Email with attachment in ASP.NET using SMTP Server
Introduction This application demonstrates how to send mail with attachments using SMTP server and how to configure the default SMTP server. The System.Web.Mail namespace provides classes for sending email in .NET. The classes involved are MailMessage...