>Entity Framework(often referred to as EF):
>a .NET Framework data-access technology to define and work with model classes.
>By default, the Entity Framework looks for a connection string named the same as the object context class (MovieDBContext for this project).
>Entity Framework is default to using LocalDB.
>LocalDB is a lightweight version of the SQL Server Express Database Engine
>LocalDB runs in a special execution mode of SQL Server Express that enables you to work with databases as .mdf files.
>Typically, LocalDB database files are kept in the App_Data folder of a web project.
>SQL Server Express is not recommended for use in production web applications.
>LocalDB in particular should not be used for production with a web application because it is not designed to work with IIS. However, a LocalDB database can be easily migrated to SQL Server or SQL Azure.

在微軟的權限設計裡,有個”Remote Desktop Users”的權限給遠端桌面使用者使用,但實務上此權限常使一些應用程式無法完全正常操作,使得需開放”Administrator”權限給給遠端桌面的使用者,而User在使用遠端桌面時,有時會忘了自己在操控遠端的電腦,在要下班時,可能就直接按了遠端的關機或重開機按鈕,導致伺服器下線。
前陣子在環保產品查詢網站搜尋衛生紙相關的的環保產品,篩選出一般通路比較容易取得的品牌後,決定先使用浦公英這牌子試試。
近日公司外點發生VPN異常,經廠商協助查詢後,乃因外點特定user佔據頻寬所導致。在發生問題的當下,其實已經透過廠商的MRTG報表看出是流量問題,但並無法進一步釐清是什麼原因造成流量異常,便思考著是不是有什麼方式可以自己做個簡單的流量監控,待發生問題時,可以查出是哪個IP造成,甚至能查出所使用的服務為何。
早上在Omusic買了一首歌,下載解壓縮後,檔名卻變成一串落落長的亂碼,印象之前都是在Windows解壓縮或是透過Peazip來解決,不過近年要用Peazip總是會遇到問題,剛上網找其他方式,原來只要用指令模式為unzip加個參數即可解決。







