[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 其他资源 >> 電腦基礎 >> 《WebMatrix創建動態網站視頻教程》(Up and Running with WebMatrix and ASP.NET)[光盤鏡像]
《WebMatrix創建動態網站視頻教程》(Up and Running with WebMatrix and ASP.NET)[光盤鏡像]
下載分級 其他资源
資源類別 電腦基礎
發布時間 2017/7/13
大       小 -
《WebMatrix創建動態網站視頻教程》(Up and Running with WebMatrix and ASP.NET)[光盤鏡像] 簡介: 中文名 : WebMatrix創建動態網站視頻教程 英文名 : Up and Running with WebMatrix and ASP.NET 資源格式 : 光盤鏡像 發行日期 : 2011年 地區 : 美國 對白語言 : 英語 文字語言 : 英文 簡介 : 語言:英語 網址:http://www.lynda.com/tutorials/WebMatrix-with
電驢資源下載/磁力鏈接資源下載:
全選
"《WebMatrix創建動態網站視頻教程》(Up and Running with WebMatrix and ASP.NET)[光盤鏡像]"介紹
中文名: WebMatrix創建動態網站視頻教程
英文名: Up and Running with WebMatrix and ASP.NET
資源格式: 光盤鏡像
發行日期: 2011年
地區: 美國
對白語言: 英語
文字語言: 英文
簡介:

語言:英語
網址:http://www.lynda.com/tutorials/WebMatrix-with-ASP-NET-Essential-Training/85082-2.html
類別:教程
Lynda.com 出品的時長2小時07分鐘的WebMatrix創建動態網站視頻教程,Jess Chadwick演示了如何使用Web開發工具WebMatrix ,創建一個集成了HTML,CSS和ASP.NET動態的網站 。介紹了建立網站的基礎知識,工作與內置模板,結合動態邏輯,並創建一個一致的網站風格。當然也包括如何編寫語法,輕松地管理數據,並使用Web表單來收集數據。在安全性和緩存的教程也包括在內。課程包括練習文件。
  Microsoft WebMatrix 是微軟最新的 Web 開發工具,它包含了構建網站所需要的一切元素。您可以從開源 Web 項目或者內置的 Web 模板開始,也可以直接從無到有編寫代碼。簡單並且完全是免費的。開發網站從來沒有如此簡單。
建立你的網站
  為了開始建立網站,您只需要使用 Microsoft Web 平台安裝器下載並安裝 WebMatrix。這只會占用您短短的5分鐘時間。當 WebMatrix 成功安裝後,您可以非常方便地獲得並下載最新版本的免費 Web 應用,如 WordPress, Joomla!, DotNetNuke 和 Orchard.
自定義您的網站
  您會發現 WebMatrix 在一個統一界面中提供了您需要的一切工具的特性,不需要再花費精力於在多種應用工具切換來完成一般性的 Web 開發任務。通過 WebMatrix,您只需要一步點擊,即可編輯文件,管理數據庫和更改服務器設置等。
發布您的網站
  當您完成網站開發後,WebMatrix 提供了最快速的方法來發布。通過訪問托管服務庫,您可以找到提供托管服務的合作伙伴,並且您可以直接通過 WebMatrix 來發布您的網站。
This course shows how to use the web development tool WebMatrix to create a dynamic web site that integrates HTML, CSS, and ASP.NET. Author Jess Chadwick explains the basics of creating a site, working with built-in templates, incorporating dynamic logic, and creating a consistent site style. The course also covers how to code with Razor syntax, easily manage data, and use web forms to gather data. Tutorials on security and caching are also included. Exercise files accompany the course.
Topics include:
Exploring the WebMatrix integrated development environment
Inspecting the server environment
Installing WordPress, Joomla! and nopCommerce templates
Declaring and using variables and collections of values
Using helper methods
Creating a content page that uses a layout file
Adding sections of content
Creating reusable components
Integrating social media with the Web Helpers Library
Displaying data in a grid or chart
Using CAPTCHA to protect forms
Executing code before every page loads
Configuring an email server and sending email
Allowing users to create accounts and log in
Caching data, pages, and resources in the browser to increase speed
Adding live site analysis with Google Analytics
Deploying a web site
下載鏈接來自TLF
未經過安裝測試與安全檢測,使用者後果自負與本論壇無關
軟體版權歸原作者及其公司所有,如果你喜歡,請購買正版
目錄:
Introduction
Welcome 00m 42s
Prerequisites 00m 40s
Using the exercise files 02m 00s
06m 00s
1. Getting Started What is WebMatrix? 00m 37s
Downloading and installing WebMatrix 00m 43s
Hello world: Creating a web site 00m 55s
Exploring the WebMatrix IDE 02m 10s
Running your web site 01m 03s
Inspecting the server environment with ServerInfo 00m 32s
08m 02s
2. Leveraging Prebuilt Web Sites Choosing a site template 01m 11s
Installing the WordPress template 02m 17s
Installing the Joomla! template 02m 04s
Installing the nopCommerce template 02m 30s
03m 17s
3. Creating Basic Web Pages Using file templates 01m 41s
Incorporating a style sheet 01m 36s
10m 34s
4. Adding Dynamic Logic to Web Pages Introducing Razor (aka the @ symbol) 01m 12s
Declaring and using variables 02m 42s
Mixing code and markup 02m 38s
Declaring and using collections of values 02m 45s
Using loops 01m 17s
09m 57s
5. Using Helper Methods Generating URLs with the href helper 01m 47s
Exploring other helper methods 01m 56s
Creating custom helper methods 04m 05s
Creating custom functions 02m 09s
06m 42s
6. Creating a Consistent Look and Feel Separating content from layout 01m 27s
Creating a layout file 01m 29s
Creating a content page that uses a layout file 01m 02s
Adding sections of content 02m 44s
03m 59s
7. Creating Reusable Components Creating and consuming partial views 02m 22s
Passing data to a partial view 01m 37s
06m 40s
8. Using the Web Helpers Library Installing the ASP.NET Web Helpers 01m 37s
Displaying images and multimedia 03m 01s
Integrating social media 02m 02s
12m 36s
9. Working with Data Creating a database 01m 42s
Adding data to the database 00m 29s
Retrieving data from the database 01m 39s
Inspecting data with ObjectInfo 00m 47s
Displaying data in a grid 03m 33s
Displaying data with a chart 04m 26s
14m 53s
10. Getting Data from the User Creating a form 01m 17s
Accepting form posts 01m 42s
Validating form posts 04m 17s
Using CAPTCHAs to protect forms 02m 09s
Saving posted data to a database 02m 04s
Showing a form post confirmation page 03m 24s
03m 18s
11. Implementing Common Functionality Executing site initialization code 01m 11s
Executing code before every page 02m 07s
02m 49s
12. Email Integration Configuring the email server 01m 16s
Sending email 01m 33s
13m 46s
13. Web Site Security Securing files and folders 03m 29s
Allowing users to create accounts 01m 39s
Confirming new user accounts 05m 13s
Allowing users to log in 01m 39s
Changing account passwords 01m 46s
09m 00s
14. Speeding Up Your Site with Caching What is caching and how does it help? 02m 10s
Caching entire pages 01m 33s
Caching data 02m 55s
Caching resources in the browser 02m 22s
03m 47s
15. Getting the Most Out of Your Site Creating a web site analysis report 02m 32s
Adding live site analysis with Google Analytics 01m 15s
08m 00s
16. Deploying Your Site Choosing and signing up for web hosting 03m 47s
Publishing your site to the internet 04m 13s
00m 37s
Conclusion Goodbye 00m 37s
代碼

. \ .
–:–––\\–––––––––––––––––––––––––––/\–––––:–
: \ :
. :
: \ .
: \\ :
_ __/\__ _______:___ ________\ __/\__ _______:__
\\____// . / | \ \____/ /ˆ . / ________._
______/ : /–––––––| _ \ _______/ _ :/ /ˆ |
./ / _, / _, | \ \/ˆ / /_____.___/ _, |.
// / \ \ / | \ \ /______ / / ||
–/–––––/_____/\ \––––––'––––––\______\–––' / '____._/–––––––––––'–/–
–:–––––––––––/\\___.___\\–––– – _._________._ –//______//––:–––––––––––––––:–
: _ ___ _ ___ _ :__ _ ___ _\ /_ ___ _ ___ : ___ _ ___ _ :
–|__\___\__\___\__\:__\__\___\_\__ iRONiSO __/_/___/__/___/:_/___/__/___/__|–
: `–––––––––––/––\__._.__/––\–––––––––––––' :
\\
\
TiTLE: Lynda.com.Up.and.Running.with.WebMatrix.and.ASP.NET–iRONiSO
TYPE : BOOKWARE CRACKER : iRONiSO
FiLE : 14 X 15MB PACKAGER : iRONiSO
TOTAL : CD SUPPLiER : iRONiSO
PLATFORM : WINDOWS FORMAT : Bin/Cue
RLS DATE : 2011.11.29 PROTECTiON : NONE
. . .
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
Course Outline
Description
This course shows how to use the web development tool WebMatrix
to create a dynamic web site that integrates HTML, CSS, and ASP.NET.
Author Jess Chadwick explains the basics of creating a site, working
with built–in templates, incorporating dynamic logic, and creating a
consistent site style. The course also covers how to code with Razor
syntax, easily manage data, and use web forms to gather data.
Tutorials on security and caching are also included. Exercise files
accompany the course
Topics include:
>>Exploring the WebMatrix integrated development environment
>>Inspecting the server environment
>>Installing WordPress, Joomla! and nopCommerce templates
>>Declaring and using variables and collections of values
>>Using helper methods
>>Creating a content page that uses a layout file
>>Adding sections of content
>>Creating reusable components
>>Integrating social media with the Web Helpers Library
>>Displaying data in a grid or chart
>>Using CAPTCHA to protect forms
>>Executing code before every page loads
>>Configuring an email server and sending email
>>Allowing users to create accounts and log in
>>Caching data, pages, and resources in the browser to increase speed
>>Adding live site analysis with Google Analytics
>>Deploying a web site
. . .
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
For Additional info
http://www.lynda.com/tutorials/WebMatrix–with–ASP–NET–Essential–Training/85082–2
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
GROUP NEWS
Web access Training Libraries / Education video's
Online Training Library Access
Anything if u think can be helpful in e–Learning
Exclusive team dump on 100 Mbit with 500 GB disk
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
NOTICE
You Like The Release Please Purchase As It Is Required For
All As It Got Lot Of Balls To Make It Online For People Like
You And Me As They Deserves The Best. :)
. . _._________._ . .
: _ ___ _ ___ _ :_ _____ __ _\ /_ __ _____ __ : ___ _ ___ _ :
–|__\___\__\___\__\__\\__ \\ \\__ iRONiSO __// // __//__/__/___/__/___/__|–
: : – ––\_// /––\__._.__/––\ \\_/–– – : :
. –zfr– \ : \_/ \_/ : / 2o! .
`––––––––––––––\\–:– – – –:–//––––––––––––'
\ : Contact Information :/
: [email protected] :
. /:
.


相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved