|
|
|
|
|
Total Hits: 107 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

This example illustrates several ways in which a page can be navigated to from a NavigationWindow. It is possible for a NavigationWindow to navigate to a page using one of the following: * The Source property. * The Navigate method....
|
|
|
|
Total Hits: 95 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This step-by-step article describes how to compare two files to see if their contents are the same. This comparison looks at the contents of the two files, but does not at the file names, locations, dates, times, or other attributes....
|
|
|
|
Total Hits: 627 | Today: 0
|
Author: c-sharpcorner
|
Rating:
|
|

You should know that many C/C++ developers have been asking this question: Is C# a new programming language or a new version of C/C++. Well, in this article Author is going to go under the hood and show you that C# is a cocktail of Java, C, C++ and Delphi/C++ Builder from Borland. Let’s first take a look what C# programming language really is....
|
|
|
|
Total Hits: 75 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

Microsoft Visual C++ .NET (2002) supports both the managed code model that is provided by the Microsoft .NET Framework and the unmanaged native Microsoft Windows code model. The information in this article applies only to unmanaged Visual C++ code....
|
|
|
|
Total Hits: 160 | Today: 0
|
Author: omerkamal
|
Rating:
|
|

Event handlers and other callbacks are often invoked exclusively through delegates and never directly. Even so, it has thus far been necessary to place the code of event handlers and callbacks in distinct methods to which delegates are explictly created. In contrast, anonymous methods allow the code associated with a delegate to be written “in-line” where the delegate is used, conveniently tying the code directly to the delegate instance. Besides this convenience, anonymous methods have shared a...
|
|
|
|
Total Hits: 80 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This step-by-step article describes how to use a LinkLabel control in the Microsoft .NET Framework System::Windows::Forms namespace to open a Web address or URL in the default Web browser....
|
|
|
|
Total Hits: 252 | Today: 0
|
Author: Max Gattringer.
|
Rating:
|
|

As you may know the MD5CryptoService, which the .NET Framework uses, doesn't create an md5 sum's string. So you only have the pure byte[] which isn't that useful if you want to use it in a database or on your Web Server to compare the sum with your file's sum! So, if many people have no idea how to get their sum into the right way, here's my howto to create the same sums like "md5sum" does:...
|
|
|
|
Total Hits: 12 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

When you save modified data in a dataset to a database (with hierarchical update enabled), you can control the order that the TableAdapterManager uses to send the individual Inserts, Updates, and Deletes that are required to save the data. The default order for performing a hierarchical update is Inserts, Updates, and then Deletes. The TableAdapterManager provides an UpdateOrder property that can be set to perform Updates first, then Inserts, and then Deletes....
|
|
|
|
|
|