發表文章

目前顯示的是 3月, 2008的文章

LazyParser.Net

LazyParser.Net 是一個輕量級的 c# 運算式剖析器,也就是說它可以讓你在應用程式裡面加上類似 javascript eval 的功能。 官方網站 首頁有提供一個簡單的範例,看了以後,你應該可以理解。 LazyParser.NET is a lightweight C# expression parser that allows you to add late-bound expression parsing to your .NET applications. It will allow you to use (user supplied?) C# expressions to be used in a variety of situations: Validation expressions Blog engines Content management systems Calculators ... 官方網站: LazyParser.NET 消息來源: ASP.NET without ASP.NET - LazyParser.NET almost complete LazyParser.NET v0.9.0 on CodePlex

Mono.Cecil 的最佳搭檔 - Reflexil

Q.yuhen 的博客 有 專文:Mono.Cecil 最佳搭档 — Reflexil 介紹,文章裡還有教學 Video,請移駕過去看~ Reflexil is an assembly editor and runs as a plug-in for Reflector. Using Mono.Cecil, Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C# and VB.NET code injection. 官方網站: http://sourceforge.net/projects/reflexil/

Mono Debugger 完整支援 .Net 2.0 所有特性

終於,Mono Debugger 支援了所有 2.0 的特性: 可以印出generic instance 的欄位、型別以及其父類別。 支援遞迴generic型別(仍在測試中)。 對 method invocation 提供了有限的支援。 更完整地支援 anonymous 方法以及 iterators。 消息來源: Miguel de Icaza: Mono Debugger, now with 2.0 support

CoolStorage.NET

CoolStorage.NET 是一個 .Net 2.0 的 Object Relational Mapping 函式庫。 市面上其實已經有很多 ORM 函式庫了,跟他們比起來, CoolStorage.NET 號稱不需要作大量的型態轉換與設定,同時盡量讓 programmer 能以直覺的方式來進行 coding。 主要的特色有: Supports SQL Server 2000/2005, MySQL, IBM DB2, SQLite, MS Access Any existing relational data model can be mapped to CoolStorage objects with minimal effort All relation types are supported: One-To-One, One-To-Many, Many-To-One and Many-To-Many Completely typed object model (no type casts required) Full support for transactions, including .NET 2.0 TransactionScope Nullable columns can be mapped to .NET 2.0 nullable fields or any other value Delayed (lazy) loading of data to minimize database access Powerful and intuitive database-independent object query language Flexible event framework to intercept any event Identity (auto-increment) keys are supported for all database types Support for server and client generated Guid keys Sessionless data access Objects can be mapped to different databases, even across object relati

Mono on the iPhone

Mono 也能在 iPhone 上執行了~什麼?你不相信?有 影片 為證! 出處: Miguel de Icaza: Mono on the iPhone, video

Visual Studio 2008 and .NET Framework 3.5 Training Kit 開放下載

準備要衝 Visual Studio 2008 跟 .Net framework 3.5 了嗎? 這份 Training kit 對你也許會有幫助! 消息來源: Visual Studio 2008 and .NET Framework 3.5 Training Kit 開放下載

MonoDevelop 1.0 發佈

1.0 終於發佈啦! 這一版的介紹可以參看官方所提供的 Release note ~ 不過 ASP.Net 視覺化設計工具與 Windows form 視覺化設計工具仍然還沒放進去(自行編譯才會有,因為還不穩)~ 消息來源: MonoDevelop 1.0 has been Released - Miguel de Icaza

ASP.Net MVC Howto 教學影片

除了之前介紹過的 How Do I 教學影片 之外,現在又有 ASP.Net MVC 的影片教學啦~ #1 | MVC Preview - Part 1 - Displaying Data #2 | MVC Preview - Part 2 - Editing Data and Making Forms #3 | MVC Preview - Part 3 - Advanced Techniques #4 | MVC Preview - Part 4 - Testing 四個影片總長度約一小時左右,所以看完以後你應該可以在一小時之內完成一個簡單的網路應用程式了。(?!) 消息來源: How to videos: ASP.NET MVC

C# Query Expressions and Supporting Features in C# 3.0

電子書啦~這本書是由 Thinking in Java 的作者 Bruce Eckel 與另一位 Jamie King 所撰寫的,主要在介紹 c# 3.0 的新特色。 不過目前這本書還只是 preview ,還沒有正式釋出。依照 Bruce Eckel 的慣例,他的書都會一直放在他網站上,然後慢慢修訂。 所以除了看電子書以外,你等於是在看他怎麼把這本書寫出來的~ 電子書的網址: Book Preview: C# Query Expressions and Supporting Features in C# 3.0 格式:PDF 消息來源: Wriju's BLOG : C# 3.0 Query Expressions by Bruce Eckel and Jamie King

.NET網路與IO技術手冊

在網路上看到這本書: .NET網路與IO技術手冊 的介紹,從 目錄 看起來是本很扎實的書,在市面上一堆只講怎麼用 Visual Studio 的書海中,算是一匹黑馬,值得推薦。 想買的話,不妨先參考一下 Findbook 上的 比價 。

PartCover

PartCover 是一個可以用來代替NCover 的工具, SharpDevelop 在 3.0 以後也改用 PartCover 取代 NCover 作代碼分析的工作了。 下載網址: SourceForge.net 消息來源: InfoQ: PartCover:新的开源代码覆盖工具

Moonlight 的進展

請參閱這篇文章: Moonlight 的進展 的說明。

VSTO Power tools 發佈

如果你有要開發與 Office 相關應用程式的話,可以試試 微 軟最近釋出的 VSTO Power Tools ,應該可以加快不少開發的速度~ 官方下載位址: VSTO Power Tools 消息來源: New Power Tools - Ribbon IDs Tool Window VSTO Power Tools 发布!

Silverlight 2 Beta 1 釋出

嘿!我記得 1.0 也才剛出沒多久,應該不到半年吧~想不到這麼就有 Beta 1 了。 ScottGu 大 也趁此推出了一系列以 digg-like 作為範例的教學文章: Silverlight 2 初览 要學習的人,不可錯過。 消息來源: Silverlight 2 Beta 1 is available! Microsoft Silverlight 2 Beta 1 已发布

SilverLight on Nokia S60

Nokia 日前發表一則新聞稿 ,宣佈將要讓 SilverLight 能在 S60, Symbian OS 上執行,這算是推廣 Microsoft SilverLight 的一項利多嗎?我想是喔~ 消息來源: 微软Silverlight移动版本将于年内推出 支持S60 Announcing Silverlight Support for Nokia Devices Including S60 ,SilverLight跨入Mobile市場... Nokia + Silverlight = Mobile RIA 延伸閱讀: Maemo , Mono 早先也已經可以安裝在Nokia 770/N800上...

Silverlight 2教程中文版

Scott Guthrie 博客中文版 這兒有朋友( 木野狐 以及其他我不知道名字的人)翻譯了 ScottGu 的Silverlight2中文版教程,連結如下: 第一部分:使用Silverlight 2 和 VS 2008创建“Hello World”程序 第二部分:使用布局管理 ( 木野狐 译) 第三部分:使用 Networking取回数据并填充DataGrid 第四部分:使用 Style 元素更好地封装观感 ( 木野狐 译) 第五部分:用 ListBox 和 DataBinding 显示列表数据 ( 木野狐 译) 第六部分:使用用户控件实现主从表场景 第七部分:使用控件模板定制控件的观感 第八部分:使用WPF创建一个Digg桌面应用 非常謝謝對岸朋友如此的熱心。 消息來源: Felix Wang | Evangelizing the Next Web : Silverlight 2教程中文版 Silverlight 2教程中文版 - Scott Guthrie 博客中文版 - 博客堂