原创 Some experienced note of bugs

1. One exception can cause a nother DB blocking issue,when use NH, if below code:NHibernateProvider.Save(new class());

原创 ASP.NET WebForms and MVC together in one project

ASP.NET WebForms and MVC together in one project http://blogs.taiga.nl/martijn/2009/06/03/aspnet-webforms-and-mvc-toget

原创 XML Serialization Using C#

Source URL:http://www.dotnetjohn.com/articles.aspx?articleid=173   XML Serialization Using C#... Object serializati

原创 能力的內涵 轉

當我們談論到一個人的「能力」時,一般人通常認爲這是指個人在某一領域的專業知識而言,因此,在追求能力的成長時,也只專注於專業知識的不斷吸收與提升。但是,我們常會發現,兩個專業知識水平相當的人去處理、執行相同的事物,產生的結果與成效卻往往並

原创 How to fix the issue: An error occurred while validating. HRESULT = '80004005'

The exception: An error occurred while validating. HRESULT = '80004005'when

原创 雙方拍拍肩,雙方打屁股

雙方拍拍肩,雙方打屁股 作者:杜書伍 (聯強國際集團總裁兼執行長) 管理有個相當重要的課題,即如何維持組織的公平與正義。經常我們會不解,爲何制度

原创 使用JTBC輕鬆構建多語言版網站(ASP版)

第一步 使網站使用多種語言,需要翻譯語言文件,語言文件保存在根目錄與模塊目錄下的 common/language 文件夾,只需要依次翻譯即可,假如網站的後臺不需要多語言版本的支持,那麼可以只翻譯前臺的語言文件。 翻譯案例: <?xml

原创 ASP.NET MVC – Create easy REST API with JSON and XML(轉)

ASP.NET MVC – Create easy REST API with JSON and XML From: http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-res

原创 The ways to paging

In projects, you must have the experience of how to paging datas. you would have below options: 1. Fetch all the data f

原创 溝通能力的基礎(轉)

溝通能力的基礎 作者:杜書伍 (聯強國際集團總裁兼執行長) 「不善溝通」,是很多人亟欲改善、提升的能力要項之一。然而,自認拙於溝通者在自我檢視的過程中,容易反射性的推論,問題出在自己口才不佳,缺乏自信,容易緊張,個性內向,從而,便自我

原创 ASP.NET Mobile Handset Detection, Redirection & Development Made Easy

The original source link: http://www.codeproject.com/KB/aspnet/MobileHandsetDetection.aspx   Download sample source - 1

原创 如何在64位系統IIS7下運行MVC網站 The steps need to check when you want to run a MVC site under 64 bit OS+IIS7

If you deploy your MVC site under a 64 bit OS + IIS7, you may offen encount exceptions, I just collect the gerernal lis

原创 Using NHibernate with Multiple Databases

http://www.codeproject.com/KB/aspnet/NHibernateMultipleDBs.aspx Introduction A previous CodeProject article described u

原创 Javasciprt Visual Event

http://www.sprymedia.co.uk/article/Visual+Event   Introduction When working with events in Javascript, it is often eas

原创 Combating the Select N + 1 Problem In NHibernate

Source link: http://ayende.com/Blog/archive/2006/05/02/CombatingTheSelectN1ProblemInNHibernate.aspx   Combating the Sel