發表文章

目前顯示的是有「tutorial」標籤的文章

免費的 ASP.NET MVC 導引書

下載位置: end-to-end tutorial chapter in PDF form 消息來源: Free ASP.NET MVC eBook Tutorial - ScottGu's Blog Nerddinner and a Free Book!

PowerShell 快捷參考

有人製作了一份 PowerShell 的快捷參考,格式為 PDF,共八頁,裡面包含了 PowerShell 的語法、指令以及簡單的範例,讓你可以快速的進入 PowerShell 領域。 下載網址在 這裡 ,你需要先行註冊才能下載。 消息來源: Windows PowerShell : New Free Windows PowerShell Quick Reference Card

Sharpen

用來轉換 Java 為 C# 的程序,這兒有一份 導引 。 官方網址: Sharpen 消息來源: Jb Evain: Sharpen, an Open Source Java to C# converter

ASP.Net 與 WebServices 的快速導引

Gautam 介紹了開發 ASP.Net 與 Web Services 的導引: QuickStart tutorials on ASP.NET and WebServices ,這些網站其實 Microsoft 已經放在網路上有段時間囉,不過整理出來,的確比較方便學習。

F#發佈了帶有重要更新的1.9.4版

F# 是個基於 .Net CLR 的 Functional 語言,這篇文章: InfoQ: F#发布了带有重要更新的1.9.4版 除了發佈新聞之外,文後也整理了許多教學文章,有興趣的人不妨參考。

Silverlight 2 中文學習資源整理

請直接訪問這兒: InfoQ: Silverlight 2.0中文学习资源集萃 ,該文章整理的相當詳盡,雖然它也是翻譯自 InfoQ

建立 ASP.Net AJAX Control

Mike Ormond 撰寫了一系列的文章: Building ASP.NET AJAX Controls 教你如何撰寫 ASP.Net AJAX 控制項,請享用。

ASP.MVC Storefront

根據 Shawn Burke's Blog 的消息: Building a Storefront using ASP.NET MVC 指出, Rob Conery 已經開始釋出一系列的 web cast,內容是他如何用 ASP.NET MVC 製作 MVC Storefront 的過程。 如果你對 ASP.NET MVC 有興趣的話,可以參考這一系列的 web cast。

ASP.Net MVC 影片導引

想找 ASP.Net MVC 的教學影片嗎?根據 Beth Massi 的消息, Bill Burrows 已經製作出來囉: ASP.Net Introduction tutorial ,影片裡的步驟基本上是參考 ScottGu's 大大的文章 ,所以你可以一邊看文章,一邊參考影片烘培出你的第一個 ASP.Net MVC 應用程式。 消息來源: Video Tutorials on ASP.NET Model-View-Controller (MVC) Framework

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

Monorail 學習筆記

對岸的朋友寫了一系列的學習筆記: MonoRail学习笔记系列文章 ,非常值得作為學習 MonoRail 的入門文章。

如何安裝 moonlight(Silverlight in linux)

這份文件 Howto install Moonlight :是官方的討論群組(代號:Mono Olive)上所提供的導引,依照指示,應該就可以在 Ubuntu/Debian 上建制出 Moonlight,步驟相當冗長,看來要被包到官方套件中,可能是明年 Hardy Heron(8.04) 以後的事情了... 網路上另外有人分享了步驟: Johan.Hernandez TechBlog: How to Install Moonlight & Desklets Step by Step UPDATED 步驟整個又改良不少,也可以參考看看。

Visual Studio 2008 and .NET Framework 3.5 Training Kit

這算是一份教學,內有範例以及文件,約有 120MB 左右。等等安裝起來看看。 消息來源: Mike Ormond's Blog : Visual Studio 2008 and .NET Framework 3.5 Training Kit Thom Robbins .NET Weblog : Visual Studio 2008 and .NET Framework 3.5 Training Kit 下載網址: Download details: Visual Studio 2008 Training Kit

Silverlight tutorial

Chui-Wen Chiu's Note: 建置 Silverlight 1.0 開發環境 Jesse Liberty成?The Silverlight Guy ,裡面有列出 Jesse Liberty 的教學文章。

6分鐘以 asp.net 3.5 打造一個有 Ajax 的 CRUD+排序 網頁

這會不會太誇張了一點?! 不妨照著 Ken Cox 的文章試試: Speed Test: A No-Code LINQ-Based ASP.NET 3.5 Page

Daily .Net Feeds 系列文章

Daniel Walzenbach 從七月初開始撰寫一系列關於 ASP.Net 的文章,由淺入深,除了告訴你如何使用之外,也告訴你 ASP.Net 內部是如何運作。我個人覺得很值得一讀! 文章在此(幸好 Daniel大大 有下 tag,要不然就得一篇一篇列了): Daily .Net Feeds

WPF 3D 的十二天

Eric Sink 正在撰寫 The Twelve Days of WPF 3D 的系列文章,完整介紹 WPF 3D,目前已經進行到第六天啦,有興趣的人可以持續關注,這兒也會持續把這些連結更新到這兒來: 1: Performance Issues with ScreenSpaceLines3D 2: Transparency 3: RenderTargetBitmap 4: Drawing Text in a 3D Scene 5: It's All About Triangles 6: WPF 3D vs. Ray Tracing 7: XAML 8: Mouse Handling 9: Rotate and Zoom 10: Auto-Zoom 11: Printing 12: Book Review: 3D Programming for Windows 補充: Charles Petzold 日前也提到了這一系列文章: Petzold Book Blog - Eric Sink on WPF 3D

LINQ to SQL

Wriju Ghosh 正在撰寫 LINQ to SQL 的系列文章,每篇文章都聚焦在單一問題上,一步一步教導你怎麼使用 LINQ! 補充: ScottGu's Blog 也有系列文章: Using LINQ to SQL (Part 1) - ScottGu's Blog LINQ to SQL (Part 2 - Defining our Data Model Classes) - ScottGu's Blog LINQ to SQL (Part 3 - Querying our Database) - ScottGu's Blog LINQ to SQL (Part 4 - Updating our Database) - ScottGu's Blog LINQ to SQL (Part 5 - Binding UI using the ASP:LinqDataSource Control) - ScottGu's Blog 再補充,現在連教學影片都有啦: Beth Massi - Sharing the goodness that is VB : LINQ to XML Videos