author: christian nagel

Real World .NET, C#, and Silverlight: Indispensible Experiences from 15 MVPs

... format serialization. Internally, it uses the ObjectStateFormatter class that is capable of ... Snip out the content of the __VIEWSTATE hidden field. The Output pane shows the length of the extracted value, as shown in Figure 3-11. 3 ...

.NET 4 Wrox PDF Bundle: Professional ASP.NET 4, Professional C# 4, VB 2010 Programmer's Ref, WPF Programmer's Ref, Professional Visual Studio 2010

... cannot implicitly convert bool values to and from integer values. If a variable (or a function return type) is declared as a bool, you can only use values of true and false. You will get an error if you try to use zero for false and a non ...

Professional C# 5.0 and .NET 4.5.1

... END statements. Visual C++ 2013 Visual C++ 6 already had a large number of Microsoft-specific extensions on Windows. With Visual C++ .NET, extensions have been added to support the .NET Framework. This means that existing C++ source ...

Professional C# 6 and .NET Core 1.0

... AdventureWorks2014 database in a zip file. Select the recommended download—Adventure Works 2014 Full Database Backup.zip. After unzipping the file, you can restore the database backup using SQL Server Management Studio as shown in ...

Beginning Visual C#® 2005

... open windows relative to each other (tile and cascade) and that presents a list of all open windows. Another feature of MDI applications is that if a window is open and that window contains a menu, that menu should be integrated into ...

Beginning Visual C# 2012 Programming

... or values . Arrays , however , have their limitations . The biggest ... or arrays . Arrays in C # are implemented as instances of the System.Array class ... IEnumerable - Provides the capability to loop through items in a collection ICollection ...

Professional C# 4.0 and .NET 4

... IEnumerable and IEnumerator in Chapter 6. The following table describes interfaces implemented by collections and lists. INTERFACE IEnumerable<T> ICollection<T> IList<T> ISet < T>IDictionary<TKey, TValue> ILookup< TKey, TValue> ...

Professional C# 6 and .NET Core 1.0

... data types is the provision of a dedicated decimal type for financial ... cannot implicitly convert bool values to and from integer values. If a ... (Unicode) character Literals of type char are signified by being enclosed in single ...

Beginning Visual C# 2010

... of the Windows Installer might not be there, so you can select this option to include Windows Installer 3.1 with the installation program. Windows 7 uses Version 5 of the Windows Installer, while Version 4.5 is used by Visual Studio ...

Professional C# 7 and .NET Core 2.0

... classes, even the most complex classes should be initialized smoothly and without any problems. MODIFIERS You have already encountered quite a number of so-called modifiers—keywords that can be applied to a type or a member. Modifiers ...

Professional C# 2012 and .NET 4.5

... contrast, TCP offers a number of features to confirm the delivery of data. TCP provides error correction and retransmission in the case of lost or corrupted packets. Last, but hardly least ... Protocols. ❘. 761 TCP versus UDP The UDP Class.

Professional C# 2008

... cannot implicitly convert bool values to and from integer values. If a variable (or a function return type) is declared as a bool , you can only use values of true and false. You will get an error if you try to use zero for false and a non ...

Professional C# 2005 with .NET 3.0

... Client Configuration File The configuration file for the client , client.exe.config , is nearly the same configuration file for client- activated objects that we've already seen . The difference is in defining a port number for the ...

Professional C# 2005

... Client { { static void Main ( string [ ] args ) { RemotingConfiguration.Configure ( " Client.exe.config " ) ; The differences start here . You have to create an instance of the remotable sink class EventSink locally . Because this class ...

Professional C#

... open at the same time. The windows never leave the boundaries of the main ... new C# Windows Application project. Instead of allowing a form to be the start-up class ... form. To see how this works you must add a MainMenu. 607. Windows. Forms.

.NET 4 Wrox eBook Bundle: Professional ASP.NET 4, Professional C# 4, VB 2010 Programmer's Reference, WPF Programmer's Reference, Professional Visual Studio 2010, and Professional SQL Server 2008

... cannot implicitly convert bool values to and from integer values . If a variable ( or a function return type ) is declared as a bool , you can only use values of true and false . You will get an error if you try to use zero for false and a ...

Professional C# 7 and .NET Core 2.0

... run even if you mark the method as private. The examples so far have shown only the Main method without any parameters. However, when the program is invoked, you can get the CLR to pass any command-line arguments to the program by ...

Pro .NET 1.1 Network Programming

... sw = null ; string postData = " Posted = true & X = Value " ; HttpWebRequest ... sw = new StreamWriter ( req.GetRequestStream ( ) ) ; sw.Write ( postData ) ; sw.Close ... Server Time Figure 10-2 . HTTP CHAPTER 10 359 HTTP HTTP Pipelining.

Professional C# and .NET

... or click the div element to invoke this method. The NavMenu component also contains NavLink components to create ... class="nav flex-column"> <li class="nav-item px-3"> <NavLink class="nav-link" href="" Match="NavLinkMatch.All"> <span ...

Professional C# 4.0 and .NET 4

... cannot implicitly convert bool values to and from integer values. If a variable (or a function return type) is declared as a bool, you can only use values of true and false. You will get an error if you try to use zero for false and a non ...

Professional C# 2012 and .NET 4.5

... rectangles = RectangleCollection.GetRectangles(); IIndex<Shape> shapes = rectangles; for (int i = 0; i < shapes.Count; i++) { Console.WriteLine(shapes[i]); } } Contra ... Generic Interfaces ❘ 121 Contra-Variance with Generic Interfaces.

This website uses cookies and collects data for optimal performance. Your continued use signifies agreement to our Privacy Policy.