摘要:
asp.net 使用json What is JSON:在ASP.NET中使用JSON 本篇将简单的介绍一个在.NET中实现JSON的API,然后使用该API做个C/S ASP.NET的小练习。 Json.NET的简单介绍 首先介绍一个为方便在.NET中使用JSON的API,Json.NET。它方便我们读取从浏览器流向服务器的JSON对象,也方便在响应流中写入JSON对象。这里下载:Json... 阅读全文
摘要:
发送邮件成功率最高代码(转载, 没试过, 留着以后要用的话再试) 自己写的一个使用cdo发送邮件的类 using System; using System.Web.Mail; using CDO; namespace admin { /// /// MailSender2 的摘要说明。 /// public class MailSender { public string Ser... 阅读全文
摘要:
using System; using System.Data; using System.Data.SqlClient; using System.Windows.Forms;namespace winApplication { public class sqlAccess { //与SQL Server的连接字符串设置 private strin... 阅读全文