今年夏天

随便写写,我的网络生活.

  DonewsBlog  |  Donews首页  |  Donews社区  |  Donews邮箱  |  我的首页  |  联系作者  |  聚合   |  登录
  249篇文章 :: 3篇收藏:: 239篇评论:: 28个Trackbacks

公告

[收藏]365Key|和讯网摘|博采|VIVI|狐摘

Bloglines订阅 Newsgator订阅 My Msn订阅 My Yahoo订阅 Rojo订阅 gougou订阅 周博通订阅 博阅订阅 Rsshow订阅 Google Reader

文章

收藏

相册

技术

相关参考

友情链接

存档


正在读取评论……


2005年01月


送给所有还未买房的技术朋友们——住房按揭贷款计算器 .NET 编写



立即下载住房银行按揭计算器

立即下载住房银行按揭计算器dotNet源码(C#版)




[收藏]C#中一些字符串操作的常用用法

//取字符串长度
  s = "woshi蓝蓝";
  int len = s.Length;//will output as 6
  byte[] sarr = System.Text.Encoding.Default.GetBytes(s);
  len = sarr.Length;//will output as 3+3*2=9




http://www.verycd.com 是EMule下载的资源站点,内容很丰富,这里只列了觉得感兴趣的技术链接。

Microsoft TechNet中文网络广播

《ChinaUI.com 2005新春大礼包》

《巧夺天工——Flash MX 2004入门与进阶实例》[ISO]

其他非技术资源

《和谐的大自然精品绘画集》Ebook

《中国通史》白寿彝主编的12卷(22册)版[pdf]




INFO:使用 Visual Studio .NET 开发 Microsoft Office 解决方案

Architecture

Microsoft CRM Architecture Overview by Bradley Holland
Enterprise Integration Patterns by Mehran Nikoo
Web Services ?The New Hope for EAI by Mehran Nikoo
The Data Layer - Buy or Build? by Mehran Nikoo
Service Oriented Architecture (SOA) by Mehran Nikoo
Best of Breed Enterprise Application Development with SOAP by Edward Garson
BizTalk in a Multi-tier Architecture by Mehran Nikoo
.NET Uncovered by Dan Brown

Design

Model Driven Development with XMI and XSL by Edward Garson (example source)
A Beginner's Guide to OOA/D and UML Part 1 by Dan Brown
A Beginner's Guide to OOA/D and UML Part 2 by Dan Brown
Design Patterns: Modeling in UML and Implementation Using C# by Dr Jie Zhao
Robust Object-oriented Systems Analysis by Dr Jie Zhao
Comparison of UML Modeling Tools - Rose vs Enterprise Architect by Dr Jie Zhao

Development Process

Best Practices for Test-Driven Development Using NUnit by Edward Garson
Making the Most of the Software Development Process by Dr Graham Stone
What does your process do for you by Dr Graham Stone
A Software Estimation Analogy by Dr Graham Stone
The Tactics of Software Development by Dr Graham Stone
Software Project Manager vs the Football Manager by Dr Graham Stone
Using RUP on Small Software Projects by Dr Graham Stone
The Problem with Software Development by Dr Graham Stone
Implementing a Software Development Process by Dr Graham Stone
Managing Iterative Development by Dr Graham Stone
The End of Methodology Wars by Dr Graham Stone
More RUP Anti-Patterns by Dr Graham Stone
An Introduction to Process Patterns by Edward Garson

Development

Deriving and Evaluating User Interfaces by Edward Garson
Microsoft SQL Server Reporting Services by Dan Brown
Joy of SQLX by Edward Garson
Visual Studio .NET Automation by Dan Brown
Using XML Web Services for Web Site Content by Richard Tanner-Tremaine
MSMQ Triggers by Bradley Holland
Leveraging SQL Server SQLXML Templates - Part 2 by Dan Brown
Leveraging SQL Server SQLXML Templates - Part 1 by Dan Brown
Using Sharepoint Team Services for Content Management by Matthew Hopkins
Deployment Options with MTS and COM+ by Malcolm Matthews
Aspect-Oriented Programming with C# by Edward Garson
Building a Data Dictionary into your SQL Server Database by Dan Brown
Writing for COM+ and MTS with Delphi by Malcolm Matthews