In the design phase tracking code (. NET)

  Encountered in the development of such a question: 

  Winform defined in a window-type form, in the design of open-category such as a form of "window can not use designer for the design, the anomaly occurred …" message, and form not open, there is no way…

WebService collate information

  Web service 

Basics
  Http://msdn.microsoft.com/webservices/understanding/webservicebasics/default.aspx 

  XML Web Services Created Using ASP.NET and XML Web Service Clients 
  Http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspnetbuildingwebservicesaspnetwebserviceclients.asp …

Animation form

  Procedure TForm1.FormCreate (Sender: TObject); 
  Begin 
  AnimateWindow (Handle, 2000 (speed: 2 sec), AW_BLEND); 
  (AW_HOR_POSITIVE = $ 00000001; 
  AW_HOR_NEGATIVE = $ 00000002; 
  AW_VER_POSITIVE = $ 00000004; …

. NET Stored Procedure Call

  Today tried to use the data storage process.    Summarized as follows: 

  1. Using SqlCommand and DataSet: 
  SqlConnection conn = new SqlConnection ( "server = (local); uid =; password =; database ="); 
  SqlCommand cmd…

Lion.Web.UpLoadModule 1.1.2004.0720 upload large files show progress with components [DOTNET]

  What is UpLoadModule? 
  Upload large files we have suffered in one way or another issue.    MaxRequestLength set great value and can not solve the problem, because ASP.NET will block until the entire document printed in the memory, coupled with to deal with.   …

. NET 2.0 basis in the Fan-class library - Functional Programming

  Functional Programming 

  Functional Programming is not a new concept, such as C + + is not a Functional Programming language, but it also has the support of modifications - through the use of templates, object function (Function Objects) and Operator…

Book_dotnet

  Original title: Applied Microsoft. NET Framework programming 
  Translation of the title: Microsoft. NET Framework Program Design (revised edition) 
  Author: Jeffrey Richter [US] 
  Translator:

Editor’s seven effective habits

  Author: gene 15:29 |  Permalink   Permalink | 

WindowsDNA with. Net

  Reusable software is not a new concept.    For eight years, people have been using various forms of Component Object Model (COM).    Facts have proved that it is the most successful model of reusable software.    COM introduced a "component" concept - it…

Avalon basic concepts (5) - SoC model

  The meaning of SoC 

  SoC is a simple form of a question will be separated into different views.    For example, the document through the use of XML and XSL SoC model, and that the…