>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 lets you work with databases as .mdf files.
>Typically,, LocalDB database files are stored in the App_Data folder of a web project.
>SQL Server Express is not recommended for use in production web applications.
>LocalDB specifically should not be used in 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.


一直以來都把網誌的圖片放在Dropbox,但最近收到Dropbox通知,3/15準備把Public的公開資料夾功能拿掉,雖然還是可以用”Sharing links”as a method,allows images to be externally linked,but this conversion task is too massive,and it's hard to ensure it won't need to be adjusted again in the future,so it's better to just consider moving the images to a more stable location。
By default, the ul tag leaves blank space above and below the line,If you don't want the blank space,You can add to the ul tag in CSS:


前兩週公司網路架構大翻修,忙到不可開交,在修改print server的IP時,There are two really tricky ones,At first, it wouldn't let me make changes,After I managed to change it,if it stays idle for a while,it would disconnect,I tried all day long,and eventually gave up,so I grabbed a small program,put it on the server to make the program ping the print server every 30 seconds。









