Professional C Sharp Wrox pot
... without Source Code Access 833 Summary 836 Chapter 24: Working with Active Directory 837 The Architecture of Active Directory 838 Features 838 Active Directory Concepts 839 Characteristics of Active ... 924 Summary 929 Chapter 27: User Controls and Custom Controls 931 User Controls 932 A Simple User Control 932 Custom Controls 939 Custom Control Project Configuration 940 Basic Custom Controls...
Ngày tải lên: 05/03/2014, 21:20
Solter, kleper professional c++ 2005, WROX
... accumulate() Algorithms 623 Function Objects 624 Arithmetic Function Objects 624 Comparison Function Objects 625 Logical Function Objects 627 Function Object Adapters 627 Writing Your Own Function ... Exceptions in C+ + Are a Bad Thing 404 Our Recommendation 404 Exception Mechanics 404 Throwing and Catching Exceptions 405 Exception Types 406 Throwing and Catching Multiple Exceptions 408 Unca...
Ngày tải lên: 19/03/2014, 14:13
professional c# 4 and NET 4 (wrox)
... about: using Wrox. ProCSharp.OOP; using Wrox. ProCSharp.Basics; namespace Wrox. ProCSharp { class Test { public static int Main() { Basics.NamespaceExample nSEx = new Basics.NamespaceExample(); ... the compiler knows which type is to be accessed. For example, say classes called NamespaceExample exist in both the Wrox. ProCSharp.Basics and Wrox .ProCSharp.OOP namespaces. If y...
Ngày tải lên: 24/01/2014, 19:28
... System.Runtime.Remoting.Activation; namespace Wrox. Samples { class SimpleClient { static void Main(string[] args) { TcpClientChannel channel = new TcpClientChannel(); ChannelServices.RegisterChannel(channel); ... { // Create and register the client channel TcpClientChannel channel = new TcpClientChannel(); ChannelServices.RegisterChannel(channel); // Register the name and port of...
Ngày tải lên: 05/03/2014, 22:20
... in which C+ + can be used. Backward Compatibility with Legacy Systems The fact that legacy C code can be combined seamlessly with new C+ + code is a major advantage. Migration from C to C+ + does ... file causes compilation errors because the compiler does not recognize the identifier Account as a class name when class Report is compiled. Even if you relocate the declaration of class A...
Ngày tải lên: 08/03/2014, 23:20
Professional C# Design Pattern Applied potx
... object diagrams that this class has two methods, CheckProductPrice() and UnitsInStock(): public class ProductInventory { ProductClass m_Inventory = new ProductClass(); public bool CheckProductPrice(int ... Pattern LegacyWrapper Application ProcessDocument Application +CheckProductPrice() +UnitsInStock() ProductInventory +Load() +DocXML() +DocType() +DocStatus() +DocErrors() +New() Processe...
Ngày tải lên: 14/03/2014, 21:20
Tìm hiểu C Sharp và viết ứng dụng minh họa
... second; } public class DisplayClock { // subscribe sự kiện SecondChangeHandler c a theClock public void Subscribe(Clock theClock) { theClock.OnSecondChange += new Clock.SecondChangeHandler(TimeHasChanged); ... đủ c c thư viện ph c vụ cho vi c xây dựng c c ứng dụng web, c c dịch vụ web và c c ứng dụng Windows; c n c CLR - Common Language Runtime: (ngôn ngữ th c...
Ngày tải lên: 16/08/2012, 11:34
Giáo trình C Sharp
... động vật c vú, chó c ng c tất c c c thu c tính c a động vật c vú, và riêng nó c n c thêm c c thu c tính riêng x c định họ loài chó mà kh c với c c thu c tính đ c biệt c a loài kh c ví dụ ... trình chung trong Visual Studio, và tham vọng c a họ cung c p cho c c ngôn ngữ lập trình c a c c công ty kh c dùng chung luôn. C ng vi c này đư c x c tiến một c ch hoàn...
Ngày tải lên: 16/08/2012, 14:00
C Sharp 2.0 Practical Guide For Programmers
... 11 2.2 Access Modifiers 12 2.2.1 Controlling Access to Classes 12 2.2.2 Controlling Access to Class Members 12 2.3 Namespaces 14 2.3.1 Declaring Namespaces 14 2.3.2 Importing Namespaces 16 2.3.3 Controlling ... overloaded constructors: public StringBuilder() public StringBuilder(int capacity) public StringBuilder(int capacity, int maxCapacity) public StringBuilder(string value, int capacity) p...
Ngày tải lên: 20/08/2012, 11:57