10 2008 档案
摘要:在微软的ADO.NET team blog中,LINQ to SQL and Entity Framework的项目经理发表的一篇博客中写道: Since the release of LINQ to SQL and the Entity Framework, many questions have been raised about the future plans for th...
阅读全文
摘要:http://www.afterclass.cn/知行英语网,关注很久了,最近改版得不错,内置大量的有声资料,包括:电影美剧对白解说,欧美经典、流行音乐解说,笑话,故事等,做得很精致,呵呵,而且可以订阅。 申明:非广告,纯属推荐,呵呵。
阅读全文
摘要:原文出处:http://www.cnblogs.com/rayking/archive/2008/08/20/1272544.html
阅读全文
摘要:原文出处:http://feeds.feedburner.com/~r/Dev102feed/~3/312937810/ In this post I do not intend to make a list of the best programmers web sites, but to share with you some you might not know: CodeFetch - ...
阅读全文
摘要:摘自:5月20日链接篇: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF ASP.NET AJAX ASP.NET AJAX Progress Bar Control: Matt Berseth的又一篇精彩文章,描述了他新的ASP.NET AJAX进度条控件。 Fast...
阅读全文
摘要:本文目的是实现在WebForm中模仿Winform中MessageBox.Show()的调用方式,配合javascript的window.cofirm,返回值回传,已经服务器端回调方法处理,封装成一个通用的自定义控件。
阅读全文
摘要:下面这段代码,返回当前计算机的网络连接状态 [DllImport("wininet.dll")] private static extern bool InternetGetConnectedState(ref uint connected, uint reserved); static uint uConnection = 0x20; /// /// Returns true if it ...
阅读全文
摘要:很多时候,我们都需要获取windows消息提示框的文本内容,例如系统异常信息,软件错误提示等。。。 但是如何获取提示信息呢?通常我们的印象中,messagebox对话框的文本内容是不能选中复制的,所以每次系统弹出错误对话框时,我们要在google,baidu搜索相关内容的时候,都是傻傻的对照着messagebox对话框的内容,一个字一个字的键入到搜索引擎,最起码在过去的6...
阅读全文
摘要:.net 1.1 LinkButton代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.ComponentModel; using System.Drawing.Design; using ...
阅读全文
摘要:Measure String Size In Pixels (C #) Posted by Shahar Sometimes we need to know the width of a given string in pixels, do you know how to compute it? Before writing some long code, please notice th...
阅读全文