自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

方明的专栏

潜心修炼内功

  • 博客(2)
  • 资源 (28)
  • 收藏
  • 关注

原创 LINQ To SQL深入学习系列之二(C#3.0为LINQ的加强之二)

本文大部分内容整理自msdn 3、分部方法  分部类或结构可以包含分部方法。类的一个部分包含方法的签名。可以在同一部分或另一个部分中定义可选实现。如果未提供该实现,则会在编译时移除方法以及对方法的所有调用。分部方法使类的某个部分的实施者能够定义方法(类似于事件)。类的另一部分的实施者可以决定是否实现该方法。如果未实现该方法,编译器将移除方法签名以及对该方法的所有调用。因此,分部

2008-08-07 13:54:00 856

原创 LINQ To SQL深入学习系列之一(C#3.0为LINQ的加强之一Lambda 表达式)

本文例子大部分来自于(Apress pro linq)为了使LINQ可以无缝的和C#语言整合在一起,微软对C#3.0加入了些新功能,这里主要介绍和LINQ相关的加强。1、var关键字,集合初始化以及匿名类型2、Lambda 表达式3、部分(Partial )方法4、扩展方法5、表达式树 1、var关键字,集合初始化以及匿名类型var:可以赋予局部变量推断“类型”va

2008-08-06 17:44:00 1191

Beginning JavaScript and CSS Development with jQuery

jQuery is a JavaScript library that helps web developers create JavaScript applications that work well in any browser. This book demonstrates how to use jQuery to reduce the amount of code you need to write and reduce the amount of testing that is required. Youll see how separation of presentation (CSS), markup (XHTML), and script (JavaScript and Ajax) in web pages is a crucial direction in web development for creating maintainable, accessible, cost-effective web sites. The featured full-color code syntax highlighting provides you with a visual reinforcement so you can see the various pieces and parts that make up each line and section of code for each language.

2009-12-16

CSS The Missing Manual 2nd Edition

Missing Manuals are witty, superbly written guides to computer products that don’t come with printed manuals (which is just about all of them). Each book features a handcrafted index; cross-references to specific pages (not just chapters); and RepKover, a detached-spine binding that lets the book lie perfectly flat without the assistance of weights or cinder blocks.

2009-12-16

The CSS Anthology

The CSS Anthology: 101 Essential Tips, Tricks & Hacks is a compilation of best practice solutions to the most challenging CSS problems. The third edition of this best-selling book, published in full color, has been completely revised and updated to cover the latest techniques and newer browsers, including Firefox 3 and Internet Explorer 8. It’s the most complete question-and-answer book on CSS, with over 100 tutorials that’ll show you how to gain more control over the appearance of your web page, create sophisticated Web page navigation controls, design for today’s alternative browsing devices including phones and screen readers, and much more. The CSS code used to create each of the components is available for download and guaranteed to be simple, efficient and cross-browser compatible.

2009-12-16

Refactor.Your.Thinking.Pragmatic.Thinking.and.Learning.2008

2009年最新19界jot大奖图书,值得一看

2009-12-02

Pragmatic.Manage.It.Your.Guide.to.Modern.Pragmatic.Project.Management.June

项目管理修炼之道(第18届Jolt生产效率大奖得主)的英文版

2009-12-02

Applying Domain-Driven Design and Patterns: With Examples in C# and .NET

Martin Fowler的PoEAA 和Eric Evans的Domain-Driven Design 之后的又一本有关Domain-Driven Design的书,目前很少很少的几本论述DDD开发的书籍之一.

2009-09-02

Analysis+Pattern

都说很好,我还没看呢,Martin Fowler的书本本都是经典

2009-09-02

Patterns of Enterprise Application Architecture

讲架构的经典图书,说句唯心主义的话,Martin Fowler的书我们读就行了

2009-09-02

.NET Domain-Driven

使用.net技术,利用一个完整的项目来描述领域驱动设计,很有借鉴价值。

2009-09-02

Domain-Driven Design

此书是领域驱动设计的开山之作,其后讲的领域驱动设计基本都是基于这本书的。

2009-09-02

4画思维导图的工具,很有用

画思维导图的工具,很有用..................................................

2009-08-28

画思维导图的工具,很有用2

画思维导图的工具,很有用......................................

2009-08-28

管理与沟通-本书提供的训练旨在增强你的商务沟通能力。

在商务领域,就像在生活的其他领域一样,如果得不到有效的沟通,即使是世界上最伟大 的思想也会付之流水。如何清晰而有说服力地陈述你的观点,这和如何有效地分析数据或明智 地规划行动同样重要。本书提供的训练旨在增强你的商务沟通能力。

2008-09-22

Linq好书

讲解linq的重量级图书,Apress - Pro LINQ Language Integrated Query in C# 2008

2008-05-06

cvs客户端

cvs客户端中文版。

2007-09-20

cvs服务器

cvs服务器cvsnt-2.0.41版

2007-09-20

.net petshop4.0

微软.net petshop4.0

2007-08-07

Sqlserver2000模拟题

Sqlserver2000模拟题,主要用于微软人证考试

2007-06-02

.net ViewState解码器

.net ViewState解码器,对研究viewState非常有用

2007-06-02

微软JavaScript手册

微软JavaScript手册,很全的

2007-05-31

基于C#的Windows应用程序设计试题

基于C#的Windows应用程序设计试题

2007-05-29

c#编程规范

我整理的一个c#编程规范,供大家参考

2007-05-29

项目管理教案

项目管理教案,对学习项目管理有些帮助

2007-05-29

国标软件设计文档

国标软件设计文档,文档模版

2007-05-29

ASP.NET试题

ASP.NET试题,主要用于考微软认证的,当然想学习asp.net的看看同样有价值

2007-05-28

微软研发致胜策略

微软研发致胜策略,有点意思

2007-05-28

.net面试题

.net面试题相关,挺有价值的

2007-05-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除