Generating WCF Proxy using SvcUtil.exe Visual Studio 2008 has made our WCF life a lot easier with the ability to self-host the services and also allow debugging in our service. What if we were pushed to a situation wherein we need to use the tool
NHibernate vs. Entity Framework 4.0This is a question that I get very frequently, and I always tried to dodged the bullet, but I get it so much that I feel that I have to provide an answer. Obviously, I am (not so) slightly biased toward NHibernate,
10 Reasons why the build works locally but fails on the build server This is a braindump:1. Developer did not check all the files in, or developer doesn't have the latest files (sometimes TFS hiccups getting latest dlls files).2.
Sql UNION AND UNION ALL 用法 UNION 指令的目的是將兩個 SQL 陳述式的結果合并起來。從這個角度來看, UNION 跟 JOIN 有些許類似,因為這兩個指令都可以由多個表格中擷取資料。 UNION 的一個限制是兩個 SQL 陳述式所產生的欄位需要是同樣的資料種類。另外,當我們用 UNION這個指令時,我們只會看到不同的資料值 (類似 SELECT DISTINCT)。 union只是將兩個結果連接起來一起顯示,並不是連接兩個表………… UNION 的文法如下:
Globalization of Windows Applications in 20 Minutes Using C#By rajesh-lal | 1 Sep 2006Describes the essential features required to enable multiple languages in a Windows application using resource files.Is your email address OK? You are signed up
Posted by intrepiddeveloper on August 24, 2008Source: http://intrepiddeveloper.wordpress.com/2008/08/24/message-authentication-failure-timestamp-clock-skew-issue/ Recently I came across an interesting issue with service binding and message security
Web Service Interview Questions and AnswersWhat is a Web service?Many people and companies have debated the exact definition of Web services. At a minimum, however, a Web service is any piece of software that makes itself available over the Internet
What I Wish Someone Had Told Me 4 Years Ago The year is 2007, and I had just left Microsoft to dive into the startup world. Like many first time entrepreneurs, I was very excited about the adventure. And like many first time entrepreneurs, I didn’t
Aspnet_regsql.exe命令列有如下選項:以下只選取了比較常用的幾個命令項,詳細可參考這裡1.SQL串連選項Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> -E 使用當前登入使用者的 Windows 憑據進行身分識別驗證; -S 指定正在運行 SQL Server 並且將安裝或者已安裝資料庫的電腦的名稱; -U
Reporting Services 是基於伺服器的報表產生平台,該平台構建在 .NET Framework 上並與 SQL Server 2000 整合在一起。儘管報表伺服器使用 SQL Server 作為報表的儲存庫,但利用 OLE DB、ODBC 或 ADO.NET 提供者的任何資料來源都可以用來為報表提供資料,這就使得 Reporting Services 成為在各種企業環境中產生報表的極佳工具。因此您可以使用一個擴充的基於 Web 服務的 API
This property has one of the values in the following table. The symbol "$" isthe CurrencySymbol, thesymbol "-" is the NegativeSign, and n is a number.Value Associated Pattern 0 ($n) 1 -$n 2 $-n 3 $n- 4 (n$) 5 -n$ 6 n-$ 7 n$- 8 -n $ 9 -$ n 10 n $- 11