in

ASP.NET Weblogs

This Blog

Syndication

ASP.NET Chinese Blogs

  • Wix 3.0正式发布

    摘要: 2009年7月4日Wix项目组正式发布了Wix 3.0版本,可以从http://sourceforge.net/projects/wix/files/下载。WiX v3.0 RTM build num... 阅读全文 -------------------------- 新闻: Twitter无处不在 魔兽世界Twitter发送器插件发布 网站导航: 博客园首页 新闻 .NET频道 社区 博问 闪存 找找看 Read More...
  • Mono 的Virtual PC 虚拟机

    摘要: 随着Mono 2.4.2的发布,Mono官方增加了一种Virtual PC虚拟机镜像。这对于经常在Windows平台使用Virtual PC的各位同学来说是个好消息,可以很轻松的在linux环境下测试.NET应用程序了。这个VPC的虚拟机环境是openSUSE 11.1 + Mono 2.4.2。可以到这里下载 http://go-mono.com/mono-downloads/ 阅读全文 -------------------------- 新闻: 19岁天才黑客发布首个iPhone 3GS破解软件 网站导航: 博客园首页 新闻 .NET频道 社区 博问 闪存 找找看 Read More...
  • 7月3日在英国瑞丁的ASP.NET MVC讲座

    【原文地址】 ASP.NET MVC Talk in Reading UK July 3rd 【原文发表日期】 Thursday, July 02, 2009 1:11 AM 今明两天我将在英国,我是在从这个星期两天的印度之行的回国途中,准备在此做2个技术讲座。 第一个讲座将在今晚的 伦敦用户组织的活动 上,我将讲演Silverlight 3。不幸的是,这个活动的注册已经超员了,所以,如果你还没有注册的话,等下次我来时再光临吧。 第二个讲座将在明天(星期五)从下午1点-4点在瑞丁(Reading...
  • Connection Pool Timeout 与 Connect Timeout = 0

    最近在做多线程处理数据库的程序时,这个程序总是会报如下错误: 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。 System.Data    在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)    在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)    在 System.Data.SqlClient.SqlConnection.Open() 仔细用 SQL Server Management Studio 中的 Activity Monitor 查看数据库链接,竟然是只有2,3个数据库链接时,就报上述错误,很是怪异。 一步步删除掉代码,反复试验后,竟然是数据库链接字符串中的 Connect Timeout=0 来作怪的。 比如下述数据库链接字符串就会出现上述问题, Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=DB1;server=(local);Connect Timeout=0 而把数据库链接字符串修改为 Persist Security Info=False;Integrated Security=SSPI;Initial...
  • 按照Web Service方式调用WCF服务的问题

    摘要: WCF按照basicHttpBinding方式发布,.net按照Web Service方式调用,自动生成的Proxy中枚举类型和Nullable类型的参数,在Proxy里面发现一些不一样的东西,都额外生成一个配对的XXSpecified的字段和属性。你必须将该值设为true,否则,WCF序列化的时候回忽略相应的枚举类型或Nullable类型,全部使用的默认值,你所赋的值都被忽略了,只有你将XXSpecified设置为true就可以了。 阅读全文 -------------------------- 新闻: 微软8月25日开始通过WSUS推送IE8 网站导航: 博客园首页 新闻 .NET频道 社区 博问 闪存 找找看 Read More...
  • 使用 nRoute 框架来实现基于 Silverlight 的桌面应用

    摘要: nRoute Framework 是 codeplex 中的一个开源项目,你可以使用 nRoute 实现基于 Silverlight/ WPF 的类似桌面应用的框架。nRoute 实现类似于.net ... 阅读全文 -------------------------- 新闻: 贴吧之父俞军称离职后将回上海 暂无创业计划 网站导航: 博客园首页 新闻 .NET频道 社区 博问 闪存 找找看 Read More...
  • Wix 3.0支持Windows Installer 5.0

    摘要: Bob Arnson 在他的博客上宣布MSI v5.0 features in WiX v3.0 在 3.0.4917.0 build 支持Windows Installer 5.0 阅读全文 -------------------------- 新闻: 赛迪传媒高层震荡 董事长等四大高管同时离职 网站导航: 博客园首页 新闻 .NET频道 社区 博问 闪存 找找看 Read More...
  • 招聘.NET Software Engineer

    Software Engineer Candidate should have thorough knowledge of design, development, and deployment of large-scale web-based solutions using the Microsoft platform (IIS, ASP.NET, MSSQL). Desirable experience includes: Multi-tiered web applications, database administration, e-commerce, e-learning Responsibilities will include: l Port existing code-base to .NET l create new applications with .NET l Design/Develop/Test/Deploy web applications Qualifications: l Bachelors degree in computer science l Over 3 years solid working experience on software developing of .NET l Good skill on Visual Studio, Javascript, C# l Be good at XML, XSLT, Web services, SQL l Good communication skill and good teamwork sprit l Can work under pressure and be willing to...
  • EF上海再次急招.NET Developer,要求三年工作经验,有意者请和我联系

    有意者请在 这里 给我留言。 Software Engineer Candidate should have thorough knowledge of design, development, and deployment of large-scale web-based solutions using the Microsoft platform (IIS, ASP.NET, MSSQL). Desirable experience includes: Multi-tiered web applications, database administration, e-commerce, e-learning Responsibilities will include: l Port existing code-base to .NET l create new applications with .NET l Design/Develop/Test/Deploy web applications Qualifications: l Bachelors degree in computer science l Over 3 years solid working experience on software developing of .NET l Good skill on Visual Studio, Javascript, C# l Be good at XML, XSLT, Web services, SQL l Good communication skill and good teamwork sprit l Can work under pressure and...
  • PowerPoint插件出问题的解决方法

    今天很怪异,我的PowerPoint出现了下面的提示对话框后,不论我选择是或者否,我的PowerPoint都再也打不开了。 网上搜索了相关资料,通过下面步骤删除这个插件后,就可以正常使用了。 单击开始→运行→输入Powerpnt.exe /safe回车,尝试以安全模式运行POWERPOINT。 如果可以运行,点击POWERPOINT选项→加载项→里面的活动应用程序加载项→去除对应插件。   参考资料: 启用或禁用 Office 程序中的加载项 http://office.microsoft.com/zh-cn/help/HA100341272052.aspx http://bbs.kafan.cn/thread-459528-2-9.html Read More...
More Posts Next page »