上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: 最近,给公司同事做了一个ASP.NET 2.0的培训(要求对比ASP),编写一份《ASP.NET 2.0开发》PPT。下载:《ASP.NET 2.0开发》 阅读全文
posted @ 2006-04-17 14:51 Rickie 阅读(3892) 评论(9) 推荐(0) 编辑
摘要: 车光屁股跑了1个月,本月“吐血”投了38000RMB,中标了~ 接下来几个月得白干了。 阅读全文
posted @ 2006-04-15 16:13 Rickie 阅读(2242) 评论(9) 推荐(0) 编辑
摘要: Expert C# 2005 Business Objects is for developers who want to see Lhotka's ideas applied in the C# idiom. The book takes you from an opening discussion of logical architectures to detailed n-tier deployment options using the CSLA .NET Framework. 阅读全文
posted @ 2006-04-07 12:43 Rickie 阅读(956) 评论(0) 推荐(0) 编辑
摘要: How to configure the Virtual Path of ASP.NET Development Server to be “Root” 阅读全文
posted @ 2006-04-06 09:07 Rickie 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: Test Driven Development with Visual Studio 2005 Team System 阅读全文
posted @ 2006-04-04 11:18 Rickie 阅读(1059) 评论(2) 推荐(0) 编辑
摘要: Struct vs Class in .Net Framework 阅读全文
posted @ 2006-04-03 13:11 Rickie 阅读(830) 评论(1) 推荐(0) 编辑
摘要: TIPS: Error handling in ASP.Net 2.0 Posted by: Rickie Lee http://rickie.cnblogs.com In order to avoiding generating an u... 阅读全文
posted @ 2006-04-01 11:06 Rickie 阅读(897) 评论(0) 推荐(0) 编辑
摘要: ASP.NET web application configuration is stored in a web.config file. This file is used to describe the properties and behaviors of various aspects of ASP.NET application. 阅读全文
posted @ 2006-03-28 22:19 Rickie 阅读(2798) 评论(0) 推荐(0) 编辑
摘要: Tips: What you need do before deploying your web applications Posted by: Rickie http://rickie.cnblogs.comBefore deploying your ASP.NET web applications, you should take the following steps... 阅读全文
posted @ 2006-03-24 17:56 Rickie 阅读(462) 评论(0) 推荐(0) 编辑
摘要: Support for asynchronous processing would have allowed users to make multiple, unrelated updates to the database in a parallel fashion. With the release of ADO.NET 2.0, now we are able to process database commands asynchronously. 阅读全文
posted @ 2006-03-11 17:56 Rickie 阅读(1403) 评论(0) 推荐(0) 编辑
摘要: Multiple Active Result Sets (MARS) is a new feature of ADO.NET 2.0 that provides the capability to open more than one result set over the same connection and lets you access them all concurrently. Prior to MARS, each result set required a separate connection. Currently, the first commercial database to support MARS is SQL Server 2005. 阅读全文
posted @ 2006-03-09 21:59 Rickie 阅读(2584) 评论(0) 推荐(0) 编辑
摘要: 在Entlib 2.0中,Logging Application Block的TimeStamp默认采用UTC时间,而不是本地的时间。Tom Hollander先生在他的Blog中解释了这一原因,并提供了获取本地时间的相应解决办法。 阅读全文
posted @ 2006-02-22 16:33 Rickie 阅读(1961) 评论(0) 推荐(0) 编辑
摘要: The logging application block includes three types of filters, Category Filter, Priority Filter and LogEnabledFilter respectively. 阅读全文
posted @ 2006-02-20 21:24 Rickie 阅读(2878) 评论(3) 推荐(0) 编辑
摘要: Enterprise Library–January 2006 contains the following general purpose application blocks: Caching, Cryptography, Data Access, Exception Handling, Logging and Security Enterprise Library also includes a set of core functions, including configuration, instrumentation, and object builder services. These functions are used by all other application blocks. 阅读全文
posted @ 2006-01-21 12:09 Rickie 阅读(1211) 评论(3) 推荐(0) 编辑
摘要: Visual Studio 2005 Starter Kits 阅读全文
posted @ 2005-11-17 03:03 Rickie 阅读(839) 评论(0) 推荐(0) 编辑
摘要: Download these great new patterns & practices titles to build architecturally sound enterprise applications with Microsoft's latest development tools and application platform. 阅读全文
posted @ 2005-11-15 08:11 Rickie 阅读(696) 评论(1) 推荐(0) 编辑
摘要: Web Services Enhancements (WSE) 3.0 for Microsoft .NET 阅读全文
posted @ 2005-11-08 05:50 Rickie 阅读(1177) 评论(0) 推荐(0) 编辑
摘要: Could not create CDO.Message object – System.Web.Mail.SmtpMail 阅读全文
posted @ 2005-10-29 03:02 Rickie 阅读(2200) 评论(1) 推荐(0) 编辑
摘要: Refactoring is a term coined by Martin Fowler (www.refactoring.com, www.martinfowler.com). If you are unfamiliar with it, please refer to the following links. 阅读全文
posted @ 2005-09-08 04:20 Rickie 阅读(1872) 评论(3) 推荐(0) 编辑
摘要: N-Tier application design using Visual Studio 2005 (Draft) 阅读全文
posted @ 2005-09-02 05:01 Rickie 阅读(2828) 评论(11) 推荐(0) 编辑
摘要: The integration of the .NET CLR with SQL Server enables the development of stored procedures, user-defined functions, triggers, aggregates, and user-defined types using any of the .NET languages. 阅读全文
posted @ 2005-08-31 06:18 Rickie 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: VS 2005 Web Project System: What is it and why did we do it? 阅读全文
posted @ 2005-08-26 00:10 Rickie 阅读(960) 评论(0) 推荐(0) 编辑
摘要: New DataSet Features in Visual Studio 2005 (C# version) 阅读全文
posted @ 2005-08-25 00:06 Rickie 阅读(2154) 评论(2) 推荐(1) 编辑
摘要: BindingNavigator & BindingSource Classes in VS2005 阅读全文
posted @ 2005-08-20 07:42 Rickie 阅读(2099) 评论(0) 推荐(0) 编辑
摘要: Building ASP.NET 2.0 Web Parts 阅读全文
posted @ 2005-08-10 05:55 Rickie 阅读(2741) 评论(3) 推荐(0) 编辑
摘要: Web Parts: From SharePoint to ASP.NET 2.0 by Dino Espositiohttp://www.theserverside.net/articles/showarticle.tss?id=WebParts1This article demonstrates how to develop a web part for SharePoint Server, ... 阅读全文
posted @ 2005-08-09 06:26 Rickie 阅读(2278) 评论(1) 推荐(0) 编辑
摘要: Using SharePoint 2003 Web Services to Retrieve Data From A List 阅读全文
posted @ 2005-07-27 06:18 Rickie 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: DataSets vs. Collections 阅读全文
posted @ 2005-07-15 06:54 Rickie 阅读(1307) 评论(1) 推荐(0) 编辑
摘要: Pocket C# Project 阅读全文
posted @ 2005-07-12 00:30 Rickie 阅读(1576) 评论(1) 推荐(0) 编辑
摘要: 根据IsAccountLocked属性来判断Account是否Lock/Unlock,因为LDAP provder不支持IsAccountLocked属性,这里采用WinNT Provider:(注意Provider提供程序标识符区分大小写) 阅读全文
posted @ 2005-07-07 01:55 Rickie 阅读(2959) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页