04 2008 档案
摘要:Ref:http://blogs.msdn.com/charlie/archive/2008/04/28/linqfarm-understanding-ienumerable-t-sets-and-sequences.aspx The IEnumerable interface is a key part of LINQ to Objects and binds many of its diffe...
阅读全文
摘要:Ref: http://www.martinfowler.com/bliki/AnemicDomainModel.html 25 November 2003Reactions This is one of those anti-patterns that's been around for quite a long time, yet seems to be having a particular...
阅读全文
摘要:Ref: http://keithelder.net/blog/archive/2008/01/17/Exposing-a-WCF-Service-With-Multiple-Bindings-and-Endpoints.aspx Windows Communication Foundation (henceforth abbreviated as WCF) supports multiple b...
阅读全文
摘要:Ref: http://msdn2.microsoft.com/en-us/library/aa751795.aspx This topic describes the format of trace data, how to view it, and approaches that use the Service Trace Viewer to troubleshoot your applica...
阅读全文
摘要:Ref: http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/053102-1.aspx IntroductionThere are often times when you need to store some globally accessbile bit of information that will b...
阅读全文
摘要:Ref: http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/020707-1.aspx IntroductionMost ASP.NET applications include a number of configuration settings, such as connection strings, ma...
阅读全文
摘要:Ref: http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/032807-1.aspx IntroductionMost ASP.NET applications include a number of configuration settings, such as connection strings, ma...
阅读全文
摘要:I have had various results since this original post. I have a PC hat home running Vista SP1 and have the same issue, however, the laptop I received from work does not. Weird. One way you can get arou...
阅读全文
摘要:Ref: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2993059&SiteID=17 You can remove SP1 by using either Programs and Features or the command line. Note, however, that you cannot uninstall S...
阅读全文
摘要:Plain text return for WCF.svc files from IIS or xxxx can not find svc extension Reason: Because svc does not register to IIS probably. Solutions: C:\>"%windir%\Microsoft.NET\Framework\v3.0\...
阅读全文
摘要:首先,用VS2008打开附件所带的XSLT文件 然后,首先选择上要装换的方案和输出文件,最后就是运行XSLT. 如图所示, 从XML这个菜单下,选择Debug XSLT. OK,大功告成! Translate File
阅读全文
摘要:1: Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest 2: If Not String.IsNullOrEmpty(HttpContext.Current.Request.QueryString("imageID")) Then 3: ...
阅读全文
摘要:Ref: http://www.dotnetjunkies.com/WebLog/dinakar/articles/12379.aspx Heres a small piece of code to force refresh the parent window from the child window after closing the child window, without hav...
阅读全文
摘要:What is WCF? Writing the WCF Hello World App Writing your first WCF client
阅读全文
摘要:REF:http://www.boutell.com/newfaq/misc/urllength.html 2006-10-13: Although the specification of the HTTP protocol does not specify any maximum length, practical limits are imposed by web browser and s...
阅读全文
摘要:Ref: http://blogs.msdn.com/vijaysk/archive/2008/03/20/running-asp-net-3-5-on-iis.aspx Most people on installing .NET 3.5 on the server "expect" an entry for v3.5 under the ASP.NET version Tab in IIS ...
阅读全文
摘要:Ref: http://blogs.msdn.com/vijaysk/archive/2008/02/11/using-windows-server-2008-as-a-super-desktop-os.aspx Windows Server 2008 is the best OS to be released till date from Microsoft's stable. And th...
阅读全文
摘要:Ref: http://csharpindepth.com/Articles/General/BluffersGuide3.aspx Obviously C# in Depth teaches the new features of C# 3 in depth. However, if you want to bluff it for the moment (just until your...
阅读全文
摘要:Ref: http://csharpindepth.com/Articles/General/BluffersGuide2.aspx Obviously C# in Depth teaches the new features of C# 2 in depth. However, if you want to bluff it for the moment (just until your cop...
阅读全文
摘要:http://cid-7fe1fa803ee88558.skydrive.live.com/self.aspx/Public/Manning.C.Sharp.in.Depth.Apr.2008.zip Enjoy
阅读全文
摘要:Ref: http://learn.iis.net/page.aspx/431/using-visual-studio-2005-with-iis-70/ Introduction Visual Studio® provides several options for working with IIS when developing web sites and applications. This...
阅读全文
摘要:Introduction Visual Studio® provides several options for working with IIS when developing web sites and applications. These include the Web application and Web site projects. In Visual Studio 2008, t...
阅读全文
摘要:Ref: http://maordavid.blogspot.com/2007/06/aspnet-20-web-site-vs-web-application.html A common question by asp.net developers is what project model should I use for asp.net application? Web Site proje...
阅读全文
摘要:Ref: http://blogs.msdn.com/mitsu/archive/2008/04/02/visual-linq-query-builder-for-linq-to-sql-vlinq.aspx Hi all, After almost one year of work and organization, I am very happy to share this project ...
阅读全文
摘要:CREATE PROCEDURE ProductPromotion_Select @ProductID int AS SELECT ProductID, ProductName, SUBSTRING(Description, 1, 150) + '...' AS Description FROM Products WHERE ProductID IN ( SELECT TOP 5 details2...
阅读全文
摘要:Ref: http://www.udel.edu/evelyn/SQL-Class3/SQL3_self.html A self-join is a query in which a table is joined (compared) to itself. Self-joins are used to compare values in a column with other values in...
阅读全文
摘要:本教程教你如何一步一步创建自己的模板,希望对大家有用。
阅读全文
摘要:Ref : http://blogs.msdn.com/mirceat/archive/2008/03/13/linq-framework-design-guidelines.aspx Writing applications that interact with data sources, such as databases, XML documents, or Web Services suc...
阅读全文

浙公网安备 33010602011771号