... interfaces, or creating skinned custom controls, this book shows you how The practical, task-based approach of Pro NET 2. 0 Windows. .. Windows Forms and Custom Controls in C# allows ... programming, including User Interfaces in C#: Windows Forms and Custom Controls (Apress), Pro ASP .NET 2. 0 (Apress), and Microsoft NET Distributed Applications (Microsoft Press) ... [...]... else Pro NET 2. 0 Windows Forms and Custom Controls in C# does an excellent job of highlighting those possibilities and equipping developers with the
Ngày tải lên: 27/06/2014, 12:20
... Greg Pearman and James Goodwill Pro .NET 2. 0 Extreme Programming 4 800 FM.qrk 5 /23 /06 8:18 PM Page i Pro .NET 2. 0 Extreme Programming Copyright © 20 06 by Greg Pearman and James Goodwill All ... Goodwill xix 4 800 FM.qrk 5 /23 /06 8 :18 PM Page xx 4 800 ch 01 . qrk 5 /15 /06 8:46 PM PART Page 1 1 ■■■ XP Introduction 4 800 ch 01 . qrk 5 /15 /06 8:46 PM Page 2 4 800 ch 01 . qrk 5 /15 /06 8:46 PM CHAPTER ... with all my heart. —Greg Pearman To my girls Christy, Abby, and Emma. —James Goodwill 4 800 FM.qrk 5 /23 /06 8:18 PM Page iii 4 800 FM.qrk 5 /23 /06 8:18 PM Page iv Contents at a Glance About the Authors
Ngày tải lên: 12/08/2014, 21:21
Pro .NET 2.0 Extreme Programming 2006 phần 2 ppt
... ASSEMBLING THE TEAM 20 4 800 ch 02 . qrk 5/15 /06 8:45 PM Page 20 A thorough understanding of the XP process: The development coach should have a very good understanding of the XP process. This coach ... discussed in detail in Chapter 4 27 4 800 ch03.qrk 28 5 /22 /06 1:57 PM Page 28 CHAPTER 3 ■ RELEASE PLANNING The customer will... determine if they want to proceed with the project or not The most beneficial ... refine their estimation skills and have the opportunity to select work that interests them. CHAPTER 2 ■ ASSEMBLING THE TEAM 22 4 800 ch 02 . qrk 5/15 /06 8:45 PM Page 22 Refactor the code: The developers
Ngày tải lên: 12/08/2014, 21:21
Pro .NET 2.0 Extreme Programming 2006 phần 3 ppt
... XP Tools PART 2 ■ ■ ■ 4 800 ch06.qrk 5/15 /06 8:46 PM Page 49 4 800 ch06.qrk 5/15 /06 8:46 PM Page 50 Build Environment Tool: NAnt When working in a team environment, ... CHAPTER 6 ■ BUILD ENVIRONMENT TOOL: NANT 57 4 800 ch06.qrk 5/15 /06 8:46 PM Page 57 4 800 ch06.qrk 5/15 /06 8:46 PM Page 58 [...]... initialSeats.Add(seat2E); Seat seat3A = new Seat (3, 'A', "WINDOW", ... successful, as shown in Figure 6 -2. Figure 6 -2. Checking your NAnt installation CHAPTER 6 ■ BUILD ENVIRONMENT TOOL: NANT 52 4 800 ch06.qrk 5/15 /06 8:46 PM Page 52 Once you have a working installation
Ngày tải lên: 12/08/2014, 21:21
Pro .NET 2.0 Extreme Programming 2006 phần 4 docx
... CRUISECONTROL .NET9 2 4 800 ch09.qrk 5/16 /06 9: 52 PM Page 92 [...]... aspnet_isapi.dll file (In NET 2. 0, this is usually C: \WINDOWS\ Microsoft .NET\ Framework\v2 .0 . 40 607 \aspnet_isapi.dll) In the Extension field, ... 00 ch09.qrk 96 5/16 /06 9: 52 PM Page 96 CHAPTER 9 ■ AUTOMATION ENVIRONMENT TOOL: CRUISECONTROL .NET Summary CCNet takes advantage of your other tools—NAnt... you write code 48 00 ch 10. qrk 5 /22 /06 ... CRUISECONTROL .NET9 0 4 800 ch09.qrk 5/16 /06 9: 52 PM Page 90 Figure 9-1. Starting the IIS Admin tool 2. Select New ➤ Virtual Directory, as shown in Figure 9 -2. A wizard guides you through the process
Ngày tải lên: 12/08/2014, 21:22
Pro .NET 2.0 Extreme Programming 2006 phần 5 pps
... Display Order Status 2. 0 Display Order History 1 .0 Story Point Total 43 . 50 127 4 800 ch11.qrk 128 5/ 22 /06 ... 2. 0 Search for Product 7 .0 Add Product to Shopping Cart 2. 0 Remove Product from Shopping ... JOURNEY BEGINS 126 4 800 ch11.qrk 5 /22 /06 1: 50 PM Page 126 [...]... 3 .5 Add New Product 3 .0 Edit Product 3 .5 Search for Product 7 .0 Browse Catalog 4 .0 Display Product Detail 2. 0 Add Product to ... Shopping Cart 2 .5 continued 129 4 800 ch11.qrk 1 30 5/ 22 /06 1 : 50 PM Page 1 30 CHAPTER 11 ■... stories for our entire release 133 4 800 ch 12. qrk 134 5/ 22 /06 1 :55 PM Page 134 CHAPTER 12 ■ ITERATION
Ngày tải lên: 12/08/2014, 21:22
Pro .NET 2.0 Extreme Programming 2006 phần 6 pdf
... 4 800 ch13.qrk 5 /22 /06 1:57 PM Page 1 60 [...]... [TestFixture] public class ProductTests { private int categoryID; public ProductTests() { } [SetUp] public void Init() { } 175 4 800 ch13.qrk 1 76 5 /22 / 06 ... project Listing 13 - 20 shows the minimal source for the ProductTests.cs class Listing 13 - 20 Minimal ProductTests.cs... runat="server"> Northwind Login 163 4 800 ch13.qrk 164 5 /22 / 06 1:57 PM Page ... public Product() { } public Product(int productID,... commandText = new StringBuilder("SELECT ProductID FROM"); commandText.Append(" Products WHERE ProductName = "); commandText.Append("'Bogus Product'");
Ngày tải lên: 12/08/2014, 21:22
Pro .NET 2.0 Extreme Programming 2006 phần 7 pdf
... (dataReader.Read()) { Product product = new Product(); product.ProductID = dataReader.GetInt 32( 0) ; product.ProductName = dataReader.GetString(1); product.CategoryID... Product product; 4 800 ch13.qrk 5 /22 /06 1: ... return products; } public static Product GetProduct(int ProductID) { Product product = null; 2 17 4 800 ch15.qrk 21 8 5 /23 /06 8 : 20 PM Page 21 8 CHAPTER 15... StringBuilder("SELECT * FROM Products ... OdbcCommand dataCommand = new OdbcCommand(); dataCommand.Connection = dataConnection; CHAPTER 13 ■ FIRST ITERATION1 90 4 800 ch13.qrk 5 /22 /06 1:57 PM Page 1 90 // Build command string StringBuilder commandText
Ngày tải lên: 12/08/2014, 21:22
Pro .NET 2.0 Extreme Programming 2006 phần 8 pps
... private Product product; 24 3 4 80 0ch15.qrk 24 4 5 /23 /06 8: 20 PM Page 24 4 CHAPTER 15 ■ SECOND ITERATION public OrderDetailTests() { userName = "bogus... dataConnection; 24 9 4 80 0ch15.qrk 25 0 5 /23 /06 ... ITERATION 228 4 800 ch15.qrk 5 /23 /06 8 : 20 PM Page 22 8 [...]... you found the product if (dataReader.Read()) { productID = dataReader.GetInt 32( 0) ; } dataConnection.Close(); // Create a product object product ... items and display results • Add button to process the order request • Build Customer • Build Order • Build Order Detail CHAPTER 15 ■ SECOND ITERATION 2 20 4 800 ch15.qrk 5 /23 /06 8 : 20 PM Page 22 0 Build
Ngày tải lên: 12/08/2014, 21:22
Pro .NET 2.0 Extreme Programming 2006 phần 9 pot
... 4 800 ch15.qrk 5 /23 /06 8 : 20 PM Page 26 2 [...]... FROM Products WHERE ProductID = "); commandText.Append(productID); dataCommand.CommandText = commandText.ToString(); OdbcDataReader dataReader = dataCommand.ExecuteReader(); ... dataReader.GetDecimal(5); product.Quantity... dataReader.GetInt 32( 3); product.Price = dataReader.GetDecimal(5); product.Quantity = dataReader.GetInt16(6); products.Add(product); } 27 3 4 800 ch15.qrk 27 4 5 /23 /06 8 : 20 PM ... ITERATION2 60 4 800 ch15.qrk 5 /23 /06 8 : 20 PM Page 26 0 <body> <table id="Table1" cellspacing="1" cellpadding="1" width=" 100 %" border=" ;0& quot;>
Ngày tải lên: 12/08/2014, 21:22
Pro .NET 2.0 Extreme Programming 2006 phần 10 ppsx
... DEVELOPMENT ENVIRONMENT 29 5 4 800 AppA.qrk 5 /22 /06 9 :04 PM Page 29 5 4 800 AppA.qrk 5 /22 /06 9 :04 PM Page 29 6 [...]... responsibilities of team, 19? ?24 when not to use, 17 Extreme Programming Explained: ... DEVELOPMENT ENVIRONMENT294 4 800 AppA.qrk 5 /22 /06 9 :04 PM Page 29 4 Figure A-19. The Products table You can add delete and change data directly from this form. You can also use this same process to view ... database: APPENDIX A ■ PREPARING YOUR DEVELOPMENT ENVIRONMENT2 92 4 800 AppA.qrk 5 /22 /06 9 :04 PM Page 29 2 1. Open the Northwind solution, and then open the Server Explorer, if it is not already visible.
Ngày tải lên: 12/08/2014, 21:22
Professional ASP.NET 2.0 Security, Membership, and Role Management phần 1 pptx
... Integrating ASP .NET Security with Classic ASP 17 5 18 1 18 2 18 4 19 0 19 1 19 2 19 2 19 4 19 8 19 8 2 01 20 4 20 4 20 6 20 8 20 8 21 0 21 5 21 6 21 8 2 21 22 2 22 4 22 6 22 6 22 7... 465 468 468 ... URL length had been exceeded An example of such a log entry is: 20 05 -03 -13 23 : 02 : 53 12 7 .0. 0 .1 108 6 12 7 .0. 0 .1 80 HTTP /0. 0 GET - 414 URL_Length For brevity, the URL that caused this is ... and the Design-Time API Protected Configuration What Can’t You Protect? Selecting a Protected Configuration Provider Defining Protected Configuration Providers DpapiProtectedConfigurationProvider
Ngày tải lên: 12/08/2014, 23:21
Professional ASP.NET 2.0 Security, Membership, and Role Management phần 2 ppt
... pipeline again. 42 Chapter 2 05 _596985 ch 02 . qxp 12/ 14 /05 7:46 PM Page 42 Thread Identity and Asynchronous Pipeline Events Because of the support for asynchronous processing in ASP .NET 2. 0, developers ... that “officially” ASP .NET 2. 0 is not supported running on a UNC share that uses pass-through authentication. 40 Chapter 2 05 _596985 ch 02 . qxp 12/ 14 /05 7:46 PM Page 40 On UNC ASP .NET Operating System ... Chapter 2 05 _596985 ch 02 . qxp 12/ 14 /05 7:46 PM Page 46 [...]... associating the xml file extension with the ASP .NET ISAPI extension Figure 2- 3 shows xml mapped to the ASP .NET 2. 0 ISAPI
Ngày tải lên: 12/08/2014, 23:21
Professional ASP.NET 2.0 Security, Membership, and Role Management phần 3 ppsx
... policy file. 1 02 Chapter 3 06 _596985 ch03.qxp 12/ 14 /05 7:47 PM Page 1 02 Using the WebPermission One of the permissions defined in the Medium and High trust files is for the System .Net .WebPermission ... SqlClientPermission,... handle backwards compatibility issues when moving from ASP .NET 1.1 to 2. 0 Because ASP .NET 2. 0 tightens its enforcement of trust levels, some earlier applications and controls ... are not in the Low trust policy file. 108 Chapter 3 06 _596985 ch03.qxp 12/ 14 /05 7:47 PM Page 108 Implications of AspNetHostingPermission Outside of ASP .NET As you may have inferred from the name
Ngày tải lên: 12/08/2014, 23:21
Pro .NET 2.0 Windows Forms and Custom Controls in C#
... Friday, November 18, 20 05 5:14 PM Pro .NET 2. 0 Windows Forms and Custom Controls in C# Copyright © 20 06 by Matthew MacDonald All rights reserved. No part of this work may be reproduced or transmitted ... early 20 02 , Windows Forms was released as part of the Microsoft .NET Framework, Version 1 .0. This changed the landscape in two fundamental ways. First, it gave programmers a consistent, approachable ... . . . . . . . 7 32 Macdonald_4398Front.fm Page xviii Friday, November 18, 20 05 5:14 PM Macdonald_4398Front.fm Page xxviii Friday, November 18, 20 05 5:14 PM c5b9fc1a45eb1e 329 bb0a9d79e858c51 v Contents...
Ngày tải lên: 19/10/2013, 21:15
Tài liệu Pro .NET 2.0 Windows Forms and Custom Controls P2 pptx
... .NET 1.x to .NET 2. 0 If you’ve programmed with .NET 1.x, you’ll find that a great deal remains the same in .NET 2. 0. The underlying model for creating Windows Forms applications and custom controls ... Macdonald_4398C01.fm Page 5 Monday, November 14, 20 05 8:58 AM Macdonald_4398C01.fm Page 2 Monday, November 14, 20 05 8:58 AM c5b9fc1a45eb1e 329 bb0a9d79e858c51 ■INTRODUCTION xxxv Part 1: Windows Forms Fundamentals In ... System.Drawing.Size ( 20 0, 20 ); txtUserName.TabIndex = 0; txtUserName.Text = "Enter text here!"; Macdonald_4398C01.fm Page 9 Monday, November 14, 20 05 8:58 AM c5b9fc1a45eb1e 329 bb0a9d79e858c51 3 ■...
Ngày tải lên: 25/01/2014, 11:20
Tài liệu Pro .NET 2.0 Code and Design Standards in C# docx
... CODE POLICY 5 5 60 -2 ch01.qxd 10 /27 /05 4:15 PM Page 5 5 60 -2 fm.qxd 10 /27 /05 4: 30 PM Page iv The Standard: Code Policy The standard acknowledges that a code policy is an effective and efficient way ... quick (stand-up) meeting at the start of each day. • Fixing any XP methodology problems as they occur. CHAPTER 1 ■ CODE POLICY8 5 60 -2 ch01.qxd 10 /27 /05 4:15 PM Page 8 5 60 -2 fm.qxd 10 /27 /05 4: 30 PM ... Management Group (ODMG) and has coauthored many books on .NET and C#, including Beginning C# Databases: From Novice to Professional (Apress, 20 04 ) and Pro Visual Studio .NET (Apress, 20 04 ). Jon would...
Ngày tải lên: 14/02/2014, 10:20
Pro .NET 2.0 Code and Design Standards in C# ppt
... to code.” CHAPTER 1 ■ CODE POLICY 5 5 60 -2 ch01.qxd 10 /27 /05 4:15 PM Page 5 5 60 -2 fm.qxd 10 /27 /05 4: 30 PM Page xviii 5 60 -2 ch01.qxd 10 /27 /05 4:15 PM Page 2 ... POLICY 9 5 60 -2 ch01.qxd 10 /27 /05 4:15 PM Page 9 Pro .NET 2. 0 Code and Design Standards in C# Copyright © 20 06 by Torville Pty Ltd All rights reserved. No part of this work may be reproduced or ... dsName 19W WINDOWS DomainDropDown ddd dddName 20 W WINDOWS ErrorProvider ep epName 21 W WINDOWS EventLog el elName 22 W WINDOWS FileSystemWatcher fsw fswName 23 W WINDOWS Font fnt fntName 24 W WINDOWS...
Ngày tải lên: 05/03/2014, 21:20
Bạn có muốn tìm thêm với từ khóa: