在職教師教育網路應用系統程式分享與實作研習(PPT-46).ppt

在職教師教育網路應用系統程式分享與實作研習(PPT-46).ppt

  1. 1、本文档共46页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
在職教師教育網路應用系統程式分享與實作研習(PPT-46)

在職教師教育網路應用系統程式分享與實作研習 C# Tutorial(Code B) 行政網路組 傅志雄 Session Prerequisites 資料庫及Clint/Server Tier概念 HTML、JavaScript編寫經驗、TSQL撰寫 IIS SQL Server管理經驗 簡單Object Oriented Programming概念 Windows Standard Server 2003安裝 IIS6.0、FrontPage Server Extention安裝 SQL Server 2000安裝 Visual Studio.NET 2003安裝 What Will Be Covered Today Brief introduction to the .NET framework C# language overview Introducing the IDE Visual Studio.NET 2003 Agenda Hello World The .NET Framework Design Goals of C# Hello World--1 1.Setup windows環境變數(add) ;C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Hello World--2 //Code strart //using System; public class Helloworld2 { static void Main() { System.Console.WriteLine(Hello world!); //Console.WriteLine(Hello world!); } } //Code End 1.存檔成bdemo1.cs 2.執行編譯指令: csc bdemo1.cs 3.執行程式指令: bdemo1 4.結果如右圖… Hello World--3 //Code strart //using System.Windows.Forms; public class Helloworld3 { static void Main() { MessageBox.Show(Hello C#!); } } //Code End 1.存檔成bdemo2.cs 2.執行編譯指令: csc bdemo2.cs 3.執行程式指令: bdemo2.cs 4.結果如右圖… .NET Concepts .NET Basics-1 It consists of a framework of classes that basically sit on top of the operating system. .NET programming environment--Common Language Runtime .NET also exposes a series of high level interfaces that support the ability to create Windows applications and Web-based applications. Language independence and interoperability. .NET Basics-2 ability to handle exceptions across language boundaries. interoperability is the ability to inherit from objects that are created in the different language. interoperability with the Internet. .NET is based on current communication standards, such as XML, SOAP, and UDDI. Introduction the .NET framework-1 .NET Languages C# VB.NET Managed extensions to C++ J#40餘種 Introduction the .NET framework-2 Framework Class Libraries The Framework Class Library basically provides for all of the fun

文档评论(0)

ligennv1314 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档