使用Ado.net Entity快速建立基於WCF的Winform Silverlight應用

關鍵詞:WCF, Ado.net Entit, Ado.net Self-Trakcing Entity, silverlight, O/R mapping概述[例子代碼在http://cid-56b433ad3d1871e3.office.live.com/self.aspx/.Public/OrderServices.zip]Ado.net Entity是微軟推出的O/R

DSL Boo完整執行個體

DSL Model對應的DSL內容treatment of default_customer upon bad_credit: authorize_funds cart.Total,  "We require full authorization of the amount in low credit rating scenarios"define preferred_customer: customer.TotalPurchaseAmount > 5000

思維導圖 計劃與管理

思維導圖,又叫心智圖,是表達發射性思維的有效圖形思維工具

DSL應用整合和Rhino 3

文章目錄 應用中整合DSLBOO匯總和Rhino 應用中整合DSLNaming conventions Ordering the execution of scripts Performance considerations when using a DSLSegregating the DSL from the application集中整合方式的優缺點BOO匯總和RhinoDSL infrastructure should

Flex Chart / Charting 圖表參考

文章目錄  開源庫兩個商業Chart PDF檔案產生 如下是一些參考資源: Flex Chart官方文檔:   http://livedocs.adobe.com/flex/3/html/help.html?content=Part1_charting_1.htmlRIA 開發社區  http://www.9ria.com/如何定製:在Flex Chart 中繪製3D圖表

部署 Ubuntu Server 開發虛擬機器點滴 ubuntu-12.04.1-server

GUI光禿禿的server實在討厭,還是來個GUI操作起來方便嘛~在shell裡輸入:sudo apt-get install x-window-system-core #安裝x-windows的基礎sudo apt-get install gdm #安裝登入管理器 還可以為kdm/xdmsudo apt-get install ubuntu-desktop #安裝Ubuntu的案頭 還可以為Kubunut-desktop/ Xubuntu-desktopsudo apt-get

DSL概念、類別、為什麼要寫DSL 1

DSL概念Martin Fowler defines a domain-specific language (DSL) as “a computer language that’s targeted to a particular kind of problem, rather than a general purpose language that’s aimed at any kind of software problem”Domain-specific languages aren’t

Sharepoint內建的”翻譯管理庫”體驗

Sharepoint內建的”翻譯管理庫”功能The Translation Management Library template啟用Featurestsadm -o activatefeature -name TransMgmtLib -url <server

SQL資料庫的部署步驟

兩大步,先產生sql,然後部署SQL檔案的產生資料庫結構描述這個可以使用SQL Server Managerment Studio或者Entity Framework的等工具產生預設資料對於很多應用來說,系統部署後一般都有預設的資料內容,可以使用VS提供的工具實現預設資料的匯入準備工作:首先將預設的資料庫的資料整理準備好(如GIS)使用資料架構指令碼建立一個空的資料庫(如GisData)VS的菜單:Data\Data Compare\New Data

TDD之Dummy Stub Fake Mock

測試驅動大家都很熟悉了,這兩天正好看了一個java的書,對TDD中的一些基本概念進行了複習,具體如下: Dummy An object that is passed around but never used. Typically used to fulfill the parameter list of a method.Stub An object that always returns the same canned response. May also hold some dummy s

開發相關“視頻-公開課-webcast”資源地址

現在的網路頻寬越來越快,因此視頻的學習可以比較流暢的進行,如下列出用過的一些視頻地址:基礎 http://open.163.com/ :國內外名校的各種課程的視頻,有中文字幕,內容可以看到,同樣的電腦高校課程國外將講解的內容比我們好了很多。http://course.jingpinke.com/open_course http://www.verycd.com/base/edu/http://www.verycd.com/sto/edu/可汗學院  http://www.khanacademy.

網路抓包的部署和工具Wireshark【圖書節選】

文章目錄 不同的網路裝置的包流動情況 PRACTICAL PACKET ANALYSIS Using Wireshark to Solve Real-World Network Problemsby Chris SandersISBN-10: 1-59327-149-2ISBN-13: 978-1-59327-149-7Publisher: William PollockProduction Editor: Christina

dsl boo3個例子 9

ƒ The Message-Routing DSL is an example of an imperative DSL. It’s executed toperform some goals.ƒ The Authorization DSL is a more declarative example (but still mostly impera-tive). It’s executed to produce a value, which is later used.ƒ The

網路資料包捕獲的參考資料

http://libpal.sourceforge.net/ http://www.tamirgal.com/blog/page/SharpPcap-tutorial-a-step-by-step-guide-to-using-SharpPcap.aspx  http://www.codeproject.com/Articles/20501/TCP-Session-Reconstruction-Tool tcp packet assembly library  TCP Session

DSL文法、組成 2

fluent interfaces 與DSLs的區別because you have a lot of freedomwhen you define the language for the DSL, but fluent interfaces have to work withinthe limits of a typically rigid language to workfluent interfaces的例子newFluentTask("warn if website is down")

COM應用總結補充【COM+】

前幾個文章總結了COM的應用情況,涉及COM的應用不能不提到COM+。COM+不再局限於COM的組件技術,它更加註重於分布式網路應用的設計和實現.COM+進一步把COM、DCOM和MTS統一起來,形成真正適合於公司專屬應用程式的組件技術。具體的應用程式套件括事務、對象池、隊列、事件、安全設定等等。 http://www.codeproject.com/KB/COM/#COM%2b 這個地址涉及了COM/COM+相當多的實用內容以前有個項目要用到進程池的處理,通過使用COM+ Object

關於MetaProgramming [DSL in Action節選]

MOPThese dynamic behaviors are governed by the metaobject protocol ( MOP)  that  each  of  these  languages  implements  in  their  runtime.  The metaobject protocol of a language defines the semantics of the extensibility of the language artifacts.

編程範式/範型參考 programming paradigm

托馬斯.庫恩提出“科學的革命”的範式論之後,Robert Floyd在1979年圖靈獎的頒獎演說中使用了編程範式一詞。編程範式一般包括三個方面,以OOP為例:1.        學科的邏輯體系:如類/對象、繼承、動態綁定、方法改寫、對象替換等等機制。2.        心理認知因素:按照物件導向編程之父Alan

Flex 3/4的幾個學習地址

Flex 3 與 Flex 4 之間的區別 http://www.adobe.com/cn/devnet/flex/articles/flex3and4_differences.html Flex: 路在何方 – Flex 4.5之後的發展方向(Flex: where we are headed)  http://blogs.adobe.com/zheping/archives/5 Flex

文檔工具Dr.Explain、原型設計工具

寫軟體文檔時,使用Dr.Explain這個工具可以事半功倍。文檔工具Dr.Explain特點Ø 自動抓取介面元素並標識Ø 可匯出CHM、pdf、HTML、RTF格式Ø CHM格式的檔案可以添加關鍵詞形成索引列表Ø 可以擷取web winforms Flex等多種的介面和子項目一鍵抓取介面建立項目抓介面:Add

總頁數: 61357 1 .... 4706 4707 4708 4709 4710 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.