發表文章

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

AJAXProfilling Extension

現在你可以針對你的 ASP.Net AJAX 應用程式作 profiling 了,讓你可以更了解效能的瓶頸在哪裡,並加以改進。 [quote]AJAXProfiling Extensions is an add-on to the performance tools that areavailable in Visual Studio Team System 2008 Development Edition andVisual Studio Team Suite, extending them to allow you to profile theclient-side JavaScript code in your AJAX application. [/quote] 消息來源: VS2008 AJAX Profiling Extensions - 博客园IT新闻

免費的 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!

ASP.Net MVC 正式版釋出

記得前一兩個星期還是 RC2,現在已經正式版了,好快。 下載位址: ASP.Net MVC 1.0

DropThings

http://www.dropthings.com/ 是一個 portal application,最近發佈了新的版本,詳情可以參考: DropThings: 开源的ASP.NET 3.5 AJAX 门户 - 更新与改进

PowerShellASP

簡單的說,就是讓你可以用類似 ASP 的方式來寫網頁,但使用的語言是 PowerShell。消息來源的文章裡有一個簡單的範例可以參考。 對了,這個產品免費。 引用自官方網站: PowerShellASP is an ASP-like template language for Web Applications; templates contain a mixture of markup (HTML, XML or whatever you want to generate) and inline PowerShell code. At runtime, templates/pages are fully translated to PowerShell code and executed as a single unit inside a PowerShell pipeline, with the results sent to the client browser. PowerShellASP runs off the ASP.NET platform, implemented as a custom IHttpHandler mapped to *.ps1x files. Because of this, you can mix PowerShellASP pages alongside any ASP.NET application. This provides a great way to leverage PowerShellASP inside your existing applications as needed or you can create complete applications from scratch based only on *.ps1x pages. 官方網站: PowerShellASP - Build dynamic web content with PowerShell 消息來源: PowerShell ASP - Too cool!

Visufire

Visifire 是一組可以將資料視覺化的元件,簡單的說,也就是圖表啦,只是他使用的技術是 Microsoft 的 SilverLight。 官方除了讓你可以免費使用之外,還提供了一個 圖表設計工具 ,讓你省掉摸索文件的功夫,使用這個設計工具,點一點、拉一拉,再把產出的 html 拿去用就好了。 要注意的是,雖然他遵循 GPL 3.0,但是如果你使用在商業用途的話,是需要付費的喔!! 引用自官方網站: Visifire is a set of open source data visualization components - powered by Microsoft® Silverlight™. With Visifire you can create and embed visually stunning animated Silverlight Charts within minutes. Visifire is easy to use and independent of the server side technology. It can be used with ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails or just simple HTML 消息來源: VisiFire - Open Source Silverlight Charts

ASP.Net Ajax Roadmap

ASP.Net Ajax 開發小組釋出了 Ajax 未來的藍圖,我大致瞄了一下,其中關於 javascript 的部份,感覺上與 jQuery 相當接近,有興趣的人不妨下載先看看~ 下載網址: ASP.NET - Release: ASP.NET AJAX Roadmap

Silverlight Chart

以下引用自: VISIFire Silverlight 2 Chart 控制項 。 想要用 Silverlight 2 上顯示豐富的圖表嗎? VISIFire 公司提供了 Open Source 的 Silverlight 2 Chart 控制項,可以在 ASP, ASP.Net, PHP, JSP, CodeFusion, Ruby on Rails 以及 HTML 中使用,... 官方網址: Silverlight Chart

ASP.Net 與 WebServices 的快速導引

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

BlogEngine.NET

BlogEngine.NET 是個開放源碼的 .NET blogging 專案,如果你想架設自己的 Blog 系統而且又想使用 .NET 的話,不妨試試看這個。 他的源碼可以從 CodePlex 上取得: BlogEngine.NET BlogEngine.NET is an open source .NET blogging project that was born out of desire for a better blog platform. A blog platform with less complexity, easy customization, and one that takes advantage of the latest .NET features. BlogEngine.NET was designed using the current .NET framework and focused on simplicity, ease of extendibility, and innovative features. With BlogEngine.NET, we hope to create the natural blog of choice for all .NET developers world wide.

My Web Page Starter Kit

My Web Pages Starter Kit 是個動態的內容管理系統(CMS)。你可以使用這份 Starter Kit 來打造自己的站台,喔,當然,這份代碼很容易擴充,也很容易改變他的外觀。 官方網站: http://www.codeplex.com/MyWebPagesStarterKit 消息來源: Tips of the Day on .NET : My Web Pages Starter Kit

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

ProMesh.Net

ProMesh.NET 也是一個 MVC 的 web 應用程式框架,但跟其他的 MVC 框架比起來,主要的特色是它已經整合了測試的框架跟 template 呈現的部份,或許應該說,測試的框架與 template 呈現的部份都是用自己的,而不是使用其他的 library。 特色: Lightweight ( Controller-based for easy implementation of the MVC pattern Flexible template-based rendering engine (using pure HTML files) Very powerful integrated testing framework for running unit tests on your web pages Easy mapping of parameters and other client data to typed method parameters and class members Flexible and easy to use form generation and postback handling Built-in Ajax support. JavaScript method stubs are generated by the framework. Just call your server-side .NET methods from client-side JavaScript as if you were running them on the server. Integrated logging and profiling Optional integration with the CoolStorage.NET ORM library Built for performance

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

ASP.NET CAPTCHA Library

你是否對於不知道該如何著手為網站應用程式加上 Captcha 而傷腦筋呢?這裡有一項利多。 ReCaptcha 服務透過應用程式設計介面(API),讓使用者整合到自己的網站。官方網站也提供了 ASP.Net 的 library: ASP.NET CAPTCHA Library for reCAPTCHA 真要說什麼缺點的話,那就是一定要保持 Internet 的暢通才行,因為基本上,他是應用了 ReCaptcha 網站提供的 API (Web service) 應用此服務的同時,你也同時成為協助文字辨識的義工,因為網站會利用你輸入的結果,進行統計,進而完成古籍的電子化工作。

Joycode Blog System

Joycode Blog System 是大陸知名網站: 博客堂 所使用的 blog 系統,最早其實是 .Text(目前 .Text 好像已經沒有人維護了),後來自行分支出來,讓系統支援 ASP.Net 2.0,並且把源碼放到 CodePlex 上。 博客堂 的開發人員真的是很樂於分享。

Graffiti CMS

功能強大、易用的內容管理系統,最近宣稱也能在 Mono 上執行了。 官方網址: Graffiti CMS 。 Graffiti CMS provides powerful content management in a simple, easy-to-understand format. Whether it's your personal blog, the family Web site, or the primary Web presence for your small business, Graffiti CMS software is the solution for simple content management.

Monorail 學習筆記

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

Volta

Volta 是一個類似 Google GWT 的產品,換言之,你可以用 .Net 語言來撰寫 Javascript application,想試試看的話, Volta官方網站 有詳細的 Quickstart ,能讓你快速上手。 不過安裝以前,得先安裝 Visual Studio 2008 唷~ 官方網站: Microsoft Live Labs : Volta 消息來源: » Microsoft creates GWT clone | Ed Burnette’s Dev Connection | ZDNet.com