Microsoft Programming
epub, mobi |eng | 2014-04-22 | Author:Brian Knight & Devin Knight & Jessica M. Moss & Mike Davis & Chris Rock

( Category: SQL Server February 24,2016 )
epub |eng | | Author:Edward Moemeka & Elizabeth Moemeka

In Listing 7-41, ToggleRecordVideo uses the familiar MediaCapture class to enable the video capture functionality. The only real difference between the code here and the code used in the audio ...
( Category: C & C++ Windows Programming January 13,2016 )
epub |eng | 2015-08-18 | Author:Johnson, Bruce

Application Deployment After you build your Azure application using the Emulators, you must deploy it to the Windows Azure Platform. Before doing so you need to provision your Windows Azure ...
( Category: NET December 27,2015 )
epub |eng | 2013-11-19 | Author:Kalen Delaney, Bob Beauchemin, Conor Cunningham, Jonathan Kehayias, Benjamin Nevarez & Paul S. Randal [Kalen Delaney, Bob Beauchemin, Conor Cunningham, Jonathan Kehayias, Benjamin Nevarez, and Paul S. Randal]

Introducing query processing and execution To better understand the factors that affect query performance, to understand how to spot potential performance problems with a query plan, and ultimately to learn ...
( Category: SQL Server December 20,2015 )
epub |eng | 2014-08-21 | Author:Brian W. Kernighan, Dennis M. Ritchie [Brian W. Kernighan, Dennis M. Ritchie]

6.9 Bit-fields When storage space is at a premium, it may be necessary to pack several objects into a single machine word; one common use is a set of single-bit ...
( Category: C December 18,2015 )
azw3, epub |eng | 2015-09-27 | Author:Walkenbach, John [Walkenbach, John]

Workbook_SheetDeactivate: Executed when any sheet in the workbook is deactivated. It stores the sheet that is deactivated in an object variable — but only if the sheet is a worksheet. ...
( Category: VBA December 12,2015 )
epub |eng | 2015-09-27 | Author:Walkenbach, John

( Category: VBA December 12,2015 )
epub, pdf |eng | | Author:Mikael Olsson

Aggregate Initialization There is a syntactical shortcut available when initializing an object called aggregate initialization. This syntax allows fields to be set by using a brace-enclosed list of initializers, in ...
( Category: Object-Oriented Design December 3,2015 )
azw3, epub |eng | 2015-08-30 | Author:William Stanek Training Solutions

$myDriveInfo | add-member -membertype aliasproperty -name Format -value DriveFormat You can access an alias property as you would any other property. For example, to display the value of the AvailableFreeSpace ...
( Category: C & C++ Windows Programming November 7,2015 )
epub |eng | 2015-02-17 | Author:Mark Moore [Moore, Mark]

Now you need to get the Item # and Salesperson. For the Item # you use the LEFT function and to derive the salesperson you use the same logic with ...
( Category: Microsoft Programming July 31,2015 )
epub |eng | 2013-07-15 | Author:John Paul Mueller [John Paul Mueller]

Notice that the output is also sorted by the RowNo field. It’s important to realize that RowNo is the actual sort order. Yes, the output does appear with the Amount ...
( Category: Object-Oriented Design July 13,2015 )
epub, pdf |eng | 2012-11-07 | Author:Eric Gunnerson & Nick Wienholt [Gunnerson, Eric & Wienholt, Nick]

CHAPTER 24 Dynamic Typing The vast majority of code written with C# is strongly typed. But there are scenarios where a strongly typed system doesn’t work, such as when dealing ...
( Category: Software Development June 13,2015 )
epub |eng | 2012-10-30 | Author:Don Syme & Adam Granicz & Antonio Cisternino [Syme, Don & Granicz, Adam & Cisternino, Antonio]

Representing Propositional Formulae Efficiently Using BDDs In practice, propositional formulae to describe hardware can be enormous, involving hundreds of thousands of nodes. As a result, hardware companies have an interest ...
( Category: Object-Oriented Design June 13,2015 )
epub, azw3, pdf |eng | 2015-03-31 | Author:David Gaynes [Gaynes, David]

Data from users Another technique that should be familiar to you if your background is classic ASP or MVC is form posting. With this approach, it is assumed that there ...
( Category: NET May 11,2015 )
epub, pdf |eng | 2015-03-21 | Author:Ambily K K [K K, Ambily]

Figure 9: Adding an entity data model based on the Course and Status tables After we define the data model, we can generate the Web API controller that corresponds to ...
( Category: C & C++ Windows Programming April 9,2015 )