我的資訊與生活天地
談天說地,聊古道今,環遊天下
2015年12月22日 星期二
Nuget Re-target the framework
›
NuGet 2.1 offers a feature that makes this a lot simpler: just do update-package -reinstall -ignoreDependencies from the Package Manag...
1 則留言:
2015年10月2日 星期五
Ajax Manager
›
今天寫程式時發現 Telerik AjaxManager 不能正常運作 (對應的 ajax setting 設定好後, 元件呼叫 auto postback 後, 竟然會重新換頁) 後來發現是 Ajax Manager 得出線順序有影像, 後來動手調整順序後, ...
2015年8月29日 星期六
EF 6 (Single and Bulk Update)
›
EF Extesnion loresoft Bulk Update (Directly delete and auto commit) db.People.Where(it => it.DeptId =="101").Update(it =...
2015年8月27日 星期四
Table 更新需要對應的跟新的 VIEW (sp_refreshview)
›
After creating a view, the meta data of the view will be stored and will not change even the table that relies is changed. There are many ...
2015年8月18日 星期二
EF 6 + .NET 4 遇到資料載入錯誤的畫面
›
EF 6.1.3 + .NET Framework 4 若系統只有 .net 4 系統要執行 Telerik RadGrid 載入資料時, 系統將會出現類似下面的錯誤 Duranet2Model . csdl ( 2 , 9 ) : warning 0005 : Cou...
2015年2月28日 星期六
C# Linq/ EF 如何利用一句 Syntax 完成多個 Aggregate
›
var x = (from item in SHIPMENTs group item by item.SOLD_TO) .Select(it=> new {A = it.Sum( g=>g.DELIVER_QTY) , ...
2015年2月15日 星期日
Telerik Grid Width
›
1. By default, Grid will use auto layout for grid 2. If we need to specify the width set TableLayout="Fixed" and specified t...
›
首頁
查看網路版