網頁

利用 SQL Compact Edition 免費建立擁有 DataBase 的 Azure Websites [ Azure Websites + Database for free ]

只有免費服務才使用的這個世代,如果只是一個Demo用的小型網站自然不想使用到雲端的SQL DB來做為DataBase (其實只是不想花一個月150左右的DB費用XD)

鑑於想要使用免費Azure Websites,但又想要連接資料庫的人要怎麼做呢?
只能每個月砸150台幣買DB了嗎!?

答案當然是NO!

Code First "Virtual" 的用處 // Understanding code first virtual properties

一開始在學習 Code First 時會發現 "virtual" 都放在 List<> 前面,而小弟也相當疑惑,於是查了資料之後整理如下:

HTML5 強大的新功能 data() data- 自定義屬性介紹

常常會看到程式碼裡面有 < a href="#" class ="RemoveLink"  data-id="myid ">

這是什麼呢?
是DOM物件上的自定義屬性,是HTML5才有的!

這有什麼好處呢?

Error: The SMTP server requires a secure connection or the client was not authenticated.

繼上次Sending Email這篇文章後,開始把網頁發佈上Azure,卻發現出錯了!
錯誤訊息為:

Error: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.