blogjava's web log

          blogjava's web log
          ...

          搜集一些最近要學(xué)習(xí)的東西 [dot net]

          博客園是個好地方。最近又回到 dot net 平臺開發(fā)。收據(jù)些東西。有時間慢慢啃

          暫時先找到了這一點。。有空慢慢逛逛。。
          asp.net 新控件學(xué)習(xí)

          不斷更新.. 有好的也麻煩推薦一下。。

          維生素C.net
          http://lovewangshu.cnblogs.com/
          ?
          TerryLee's Tech Space

        1. .NET設(shè)計模式系列
        2. Castle開發(fā)系列文章
        3. Enterprise Library系列 ?
          http://terrylee.cnblogs.com/

        4. 譚振林(mvp)
          http://thinhunan.cnblogs.com/

        5. LoveCherry
          技術(shù)無極限

        6. http://lovecherry.cnblogs.com/category/20742.html

          一個 NHIBERNATE+GRIDVIEW 添加刪除修改的例子(單表)
          http://lovecherry.cnblogs.com/archive/2006/05/12/398169.html

          一個ASP.NET2.0的小項目-BLOG

          http://lovecherry.cnblogs.com/archive/2006/04/05/367520.html

          enterprise library
          http://msdn.microsoft.com/library/?url=/library/en-us/dnpag2/html/EntLib2.asp

          利用TreeView控件動態(tài)生成無限級樹
          在ASP.NET中實現(xiàn)Url Rewriting
          每個開發(fā)人員現(xiàn)在應(yīng)該下載的十種必備工具
          防止攻擊的八個要點ASP.NET
          點擊按鈕彈出新窗口,輸入數(shù)據(jù)后返回并刷新頁面?
          VSS控制存儲過程,及其asp.net的遠(yuǎn)程調(diào)試
          網(wǎng)站首頁的自動語言切換
          構(gòu)建安全的 ASP.NET 網(wǎng)頁和控件
          可以彈出確認(rèn)對話框的自定義Web服務(wù)器控件
          為Project提供一個統(tǒng)一風(fēng)格的DataGrid
          兩個分析HTML網(wǎng)頁的方法
          給圖片加版權(quán)文字
          用ASP.NET上傳大文件
          VB.net 跟 C# 的代碼轉(zhuǎn)換
          C#調(diào)用winmm.dll來放音樂的示例
          給大家一份封裝Hook調(diào)用的C#類
          每個開發(fā)人員現(xiàn)在應(yīng)該下載的十種必備工具
          個C#寫的網(wǎng)絡(luò)相關(guān)開源組件
          ?

          NET FAQ常見問題解答

          在.NET中使用SMTP發(fā)送郵件
          常用開源項目的地址薈萃
          DataSet導(dǎo)出CSV格式(ASP.NET,C#)
          SQL 在查詢中插入行號--自定義分頁的另外一種實現(xiàn)方式
          關(guān)于ASP.NET中的上下文
          如何序列化與反序列化復(fù)雜對象
          關(guān)于對象容器的選擇
          [導(dǎo)入]How to keep a local variable in scope across a try and catch block?
          [導(dǎo)入]What is the equivalent to regsvr32 in .NET?
          [導(dǎo)入]Are Generics in .NET like Templates in C++?
          [導(dǎo)入]How can I update my user interface from a thread that did not create it?
          [導(dǎo)入]Why does C#'s iterators feature spit out a class definition instead of a struct definition?
          [導(dǎo)入]How can I subscribe to events exposed by a remoted object?
          [導(dǎo)入]Why does my Windows Form project not use visual styles in XP even when I call Application.EnableVisualStyles?
          [導(dǎo)入]How can I run another application or batch file from my Visual C# .NET code?
          [導(dǎo)入]Where can I find sample C# code for simple threading?
          [導(dǎo)入]Why does my switch statement works differently?
          ADO.NET 2.0 中的架構(gòu)
          數(shù)據(jù)加密

          .NET設(shè)計模式系列文章

          最初寫探索設(shè)計模式系列[現(xiàn)更名為.NET設(shè)計模式]的時候,我只是想把它作為自己學(xué)習(xí)設(shè)計模式的讀書筆記來寫,可是寫到今天,設(shè)計模式帶給我的震撼,以及許多初學(xué)者朋友的熱心支持,讓我下定決心要把這個系列寫完寫好,那怕花上再多的時間也無所謂。本部分內(nèi)容不斷更新中。

          目錄:

          第Ⅰ部分 開篇

          開篇

          第Ⅱ部分 創(chuàng)建型模式篇

          1 單件模式( Single Pattern

          2 抽象工廠模式( Abstract Factory

          3 建造者模式( Builder Pattern

          4 工廠方法( Factory Method

          5 原型模式( Protype Pattern

          6 創(chuàng)建型模式專題總結(jié)

          第Ⅲ部分 結(jié)構(gòu)型模式篇

          7 適配器模式( Adapter Pattern

          8 橋接模式( Bridge Pattern

          9 裝飾模式( Decorator Pattern

          10 組合模式( Composite Pattern

          11 外觀模式( Fa?ade Pattern

          12 享元模式( Flyweight Pattern

          13 代理模式( Proxy Pattern

          14 結(jié)構(gòu)型模式專題總結(jié)

          第Ⅳ部分 行為型模式篇

          15 模版方法模式 Template Method New!

          16 命令模式( Command Pattern

          17 解釋器模式( Interpreter Pattern

          18 迭代器模式( Iterator Pattern

          19 中介者模式( Mediator Pattern

          20 備忘錄模式( Memento Pattern

          21 觀察者模式( Oberver Pattern

          22 狀態(tài)模式( State Pattern

          23 策略模式( Strategy Pattern

          24 職責(zé)鏈模式( Chain of Responsibility

          25 訪問者模式( Visitor Pattern

          26 行為型模式專題總結(jié)

          第Ⅴ部分 綜合篇

          27 從設(shè)計原則到設(shè)計模式

          28 如何合理的使用設(shè)計模式

          29 從靈活性與重用性看設(shè)計模式

          ? 第 30 設(shè)計模式與實踐

          Castle 開發(fā)系列文章

          Castle 是針對.NET平臺的一個開源項目,從數(shù)據(jù)訪問框架ORMIOC容器,再到WEB層的MVC框架、AOP,基本包括了整個開發(fā)過程中的所有東西,為我們快速的構(gòu)建企業(yè)級的應(yīng)用程序提供了很好的服務(wù)。4月份以來,Terrylee寫了一系列的Castle的文章,這里做一下總結(jié),后續(xù)還有Facility系列等,本部分內(nèi)容會不斷的更新。

          Castle 開發(fā)系列文章 ? ? ?作者:TerryLee
          Castle IOC容器快速入門 ? ? ?作者:TerryLee


        7. 下載:
          Enterprise Library2.0.rar
        8. ?

        9. IBatisNet基礎(chǔ)組件 ? ? ?作者:自由、創(chuàng)新、研究、探索……
          IBatisNet配置 ? ? ?作者:自由、創(chuàng)新、研究、探索……
          Ibatisnet Quick Start ? ? ?作者:自由、創(chuàng)新、研究、探索……
          Ibatisnet介紹 ? ? ?作者:自由、創(chuàng)新、研究、探索……

          IBatisNet系列-介紹篇 ? ? ?作者:福娃
          NHiernate中自定義Generator ? ? ?作者:福娃
          GridView使用一些記錄 ? ? ?作者:福娃

          ?
        10. ?
        11. NHibernate 做個小項目來試一下吧 五 ? ? ?作者:無心之柳.NET
          NHibernate 做個小項目來試一下吧 三 ? ? ?作者:無心之柳.NET
          NHibernate 做個小項目來試一下吧 二 ? ? ?作者:無心之柳.NET
          NHibernate 做個小項目來試一下吧 一 ? ? ?作者:無心之柳.NET
          NHibernate學(xué)習(xí)的第一個星期 ? ? ?作者:無心之柳.NET
        12. Remoting
          .Net Distributed Application Design Guide
          .Net Remoting Exception: BinaryFormatter Version Incompatibility
          .Net Remoting Application Architecture
          深度探索.Net Remoting基礎(chǔ)架構(gòu)
          序列化(串行化)- 使用BinaryFormatter進(jìn)行序列化
          如何定制Sink擴(kuò)展.Net Remoting功能
          如何序列化與反序列化復(fù)雜對象
          .Net Remoting – Changes for .Net 1.1 / Visual Studio 2003
          靈活管理Remote Objects生存期(lifetime)
          Microsoft .Net Remoting[基礎(chǔ)篇]
          Microsoft .Net Remoting[高級篇]之一:Marshal、Disconnect與生命周期以及跟蹤服務(wù)
          如何檢測Remote Objects是否部署成功
          .Net Remoting中Remote Server的Port占用/釋放問題
          深度管理Remote Objects的生存期
          基于.Net Remoting的項目總結(jié)報告
          設(shè)計模式
          中小型MIS開發(fā)之我見(一)---開發(fā)階段
          [征詢意見]2005年度博客園50篇精華文章預(yù)選結(jié)果[dudu]
          終于把文章都發(fā)布了
          設(shè)計模式隨筆-讓眾口不再難調(diào)
          設(shè)計模式隨筆-蠟筆與毛筆的故事
          設(shè)計模式(16)-Bridge Pattern
          利用System.Thread.Timer優(yōu)化Active Object模式執(zhí)行效率
          設(shè)計模式(15)-Facade Pattern
          設(shè)計模式(14)-Flyweight Pattern
          C#設(shè)計模式(12)-Decorator Pattern
          C#設(shè)計模式(13)-Proxy Pattern
          C#設(shè)計模式(11)-Composite Pattern
          C#設(shè)計模式(10)-Adapter Pattern
          C#設(shè)計模式(9)-Prototype Pattern
          C#設(shè)計模式(8)-Builder Pattern
          C#設(shè)計模式(7)-Singleton Pattern
          C#設(shè)計模式(6)-Abstract Factory Pattern
          C#設(shè)計模式(5)-Factory Method Pattern
          C#設(shè)計模式(4)-Simple Factory Pattern
          C#設(shè)計模式(3)
          C#設(shè)計模式(3)
          C#設(shè)計模式(2)
          C#設(shè)計模式(1)

          English
          http://www.cnitblog.com/martin/category/2435.html
        13. posted on 2006-07-15 18:12 record java and net 閱讀(2397) 評論(2)  編輯  收藏 所屬分類: dot net相關(guān)

          評論

          # re: 搜集一些最近要學(xué)習(xí)的東西 [dot net] 2006-07-15 21:33 my

          http://atlas.asp.net/  回復(fù)  更多評論   

          # re: 搜集一些最近要學(xué)習(xí)的東西 [dot net] 2006-07-17 11:51 BorderJ


          近來由于項目需要,要用到C#,先收下這些東西,嘿嘿,
            回復(fù)  更多評論   

          導(dǎo)航

          常用鏈接

          留言簿(44)

          新聞檔案

          2.動態(tài)語言

          3.工具箱

          9.文檔教程

          友情鏈接

          搜索

          最新評論

          主站蜘蛛池模板: 崇州市| 六安市| 时尚| 玉环县| 芒康县| 麻阳| 吉木乃县| 仙游县| 万州区| 新乡县| 台山市| 蛟河市| 关岭| 廉江市| 阜宁县| 南投县| 陆川县| 安泽县| 康定县| 温州市| 景宁| 平利县| 太白县| 望奎县| 自治县| 霸州市| 竹北市| 建宁县| 安福县| 增城市| 井研县| 扎囊县| 咸阳市| 博乐市| 昌都县| 平江县| 岳阳县| 涟水县| 浙江省| 新和县| 辰溪县|