[收藏]ASP.NET Starter Kit 是啥咪碗糕?

news/2024/7/5 1:10:58

ASP.NET Starter Kit 挖寶記專欄:

ASP.NET Starter Kit 是啥咪碗糕?

作者:周世雄

2003 年 10 月

開發 Web 應用三種人?

如何開發 Web 應用呢?有幾種人,採用幾種不同的方法:

  1. 第一種人:「寫程式」,一行行寫 (Coding line-by-line),這種人真「老實」。
  2. 第二種人:「抄程式」,最常使用的動作是複製與貼上 (Copy & Paste),這種人算「聰明」。  
  3. 第三種人:「用程式」,使用免費 (Free) 的程式,這種人「有點賤」 (又不會太賤)。

您算那一種人呢?

ASP.NET Starter Kit 是啥咪碗糕?

可以抄程式、和用程式?那裡有這麼有好康的呢?我強力推薦微軟的「ASP.NET Starter Kit」 (ASP.NET入門套件) 軟體。
「ASP.NET Starter Kit」軟體的特點是:

  1. 美國微軟開發。
  2. 免費、又開放原始程式碼 (可用又可抄)。客戶可針對原始碼程式進行任何修改與部署。
  3. 包括五種 .NET Web 應用程式。
  4. 提供 VB.NET、C# 兩種原始程式碼,可使用 VS.NET 直接開啟修改。
  5. 架構十分漂亮,可拿來做為開發各種 Web 應用程式的骨架範本。

「ASP.NET Starter Kit」軟體包括那些 .NET Web 應用程式呢?包括以下五種 .NET Web 應用程式:

  1. Portal Starter Kit (入口網站入門套件)
  2. Commerce Starter Kit (電子商務入門套件)
  3. Reports Starter Kit (報表產生入門套件)
  4. Time Tracker Starter Kit (專案追蹤入門套件)
  5. Community Starter Kit (社群入門套件)

誰可以從 ASP.NET Starter Kit 挖到寶?

ASP.NET Starter Kit 非常適合「0~2 歲的程式設計師」 (從學習 .NET 技術開始算起,不是從哇哇落地算起),讓您從範例中動手實作,快速跨越過 Microsoft .NET 的技術門檻;也非常適合「想快速上線 Web 應用」的資訊專業人員直接拿來用。

本專欄將和讀者一起針對 ASP.NET Starter Kit (ASP.NET 入門套件) 來「挖寶」,包括:

  1. 可用的寶 (地方):適合資訊專業人員快速上線,如何快速導入入口網站解決方案,不寫程式,可以直接拿來用的寶。
  2. 可抄的寶 (地方):適合程式設計師進階開發,解說 ASP.NET Starter Kit 可以拿來抄的地方,包括原始碼的架構與重要程式。

本專欄將陸續介紹 Portal Starter Kit (入口網站入門套件)、Community Starter Kit (社群入門套件)、Reports Starter Kit (報表產生入門套件)、Time Tracker Starter Kit (專案追蹤入門套件)、Commerce Starter Kit (電子商務入門套件)等當中可用、可抄的寶 (地方),歡迎繼續參予「挖寶」的行列。

ASP.NET Starter Kit 英文版

ASP.NET Starter Kit 英文版軟體可到以下網址免費下載與使用,包括原始碼: http://www.asp.net/Default.aspx?tabindex=9&tabid=47

ASP.NET Starter Kit 中文版

ASP.NET Starter Kit 中文版軟體可到「MSDN 下載專區」免費下載與使用: http://www.microsoft.com/taiwan/msdn/downloads/default.htm

或是透過 MSDN Subscription 附贈的 .NET 企業網站錦囊,一次取得所有中文版入門套件與架構白皮書,請參閱:
http://www.microsoft.com/taiwan/msdn/promo/



「ASP.NET Starter Kit 挖寶記專欄」包括以下文章:

    ASP.NET Starter Kit 是啥咪碗糕?

    Portal Starter Kit (入口網站入門套件)

  • 快速上線篇:Portal Starter Kit 可用的寶在那裡?
  • 進階開發篇:Portal Starter Kit 可抄的寶在那裡?

    Commerce Starter Kit (電子商務入門套件)

  • 快速上線篇:Commerce Starter Kit 可用的寶在那裡?
  • 進階開發篇:Commerce Starter Kit 可抄的寶在那裡?

    Time Tracker Starter Kit (專案追蹤入門套件)

  • 快速上線篇:Time Tracker Starter Kit 可用的寶在那裡?
  • 進階開發篇:Time Tracker Starter Kit 可抄的寶在那裡?

    Reports Starter Kit (報表產生入門套件)

  • 進階開發篇:Reports Starter Kit 可抄的寶在那裡?

    Community Starter Kit (社群入門套件)

  • 快速上線篇:Community Starter Kit 可用的寶在那裡?
  • 進階開發篇:Community Starter Kit 可抄的寶在那裡?




http://www.niftyadmin.cn/n/3649028.html

相关文章

使用vue+el构建表格_如何使用Vue和VuePress构建文档系统

使用vueel构建表格介绍 (Introduction) Good documentation is a critical part of a successful project, but a full documentation system may be more involved than you project requires. In this case, static pages often do just fine. In this post, we shall be bui…

MaterialDesign应用技术

TableLayout 布局 <!--tabBackground背景色--> <!--tabIndicatorColor下面小块颜色--> <android.support.design.widget.TabLayoutandroid:id"id/tab"android:layout_width"match_parent"android:layout_height"wrap_content"a…

长整数的基本操作

//LongInt.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "string.h"#defineMAXLEN 50/**//*function InputLongInt()长整数输入函数*/intInputLongInt(int*a,char*para)...{ int len,i; cha…

android SQL 查询操作语句大全

基础 创建数据库 创建之前判断该数据库是否存在 if exists &#xff08;select * from sysdatabases where namedatabaseName&#xff09; drop database databaseName go Create DATABASE database-name 删除数据库 drop database dbname 备份sql server --- 创建 备份数据的 …

andfix热修复

andfix的基本介绍 https://github.com/alibaba/AndFixAndFix优劣 1.原理简单&#xff0c;集成简单&#xff0c;使用简单&#xff0c;即使生效 2.只能修复方法及别的bug,极大的限制了使用场景 AndFix执行流程及核心原理 1.添加依赖&#xff1a;compile com.alipay.euler:andf…

debian10 dns_如何在Debian 10上使用OctoDNS部署和管理DNS

debian10 dnsThe author selected the Electronic Frontier Foundation to receive a donation as part of the Write for DOnations program. 作者选择了电子前沿基金会来接受捐款&#xff0c;这是Write for DOnations计划的一部分。 介绍 (Introduction) OctoDNS is an infr…

《管理的实践》读书笔记(2)

彼得-德鲁克&#xff1a;“我也是第一位认清&#xff0c;或至少是首先指出&#xff0c;有效的管理必须通过目标管理与自我控制的人。”朝晖&#xff1a;“在软件的世界中&#xff0c;一个系统的实现是由多个子系统&#xff0c;到模块&#xff0c;到功能函数等不同的级别而组成的…

GradientDrawable代替Drawable 和 StateListDrawable代替selector工具类

工具类代码&#xff1a; public class DrawUtils {//GradientDrawable代替Drawablepublic static Drawable getDrawable(int rgb, float radius) {GradientDrawable gradientDrawable new GradientDrawable();//gradientDrawable.setColor(rgb);//设置填充颜色gradientDrawabl…