Tutorial by Topics: n

LINQ to Objects refers to the use of LINQ queries with any IEnumerable collection.
The intent of this topic to demonstrate some basic MIDI programs that show how to operate with the protocol and progressively add useful features that more complex applications require.
When laying out controls, it is easy to hard-code specific values in margins and paddings to make things fit the desired layout. However, by hard-coding these values, maintenance becomes much more expensive. If the layout changes, in what might be considered a trivial way, then a lot of work has to ...
This topic discusses how to map one-to-one type relationships using Entity Framework.
The topic discusses how you can map one-to-many and many-to-many relationships using Entity Framework Code First.
Difference Lists in Prolog denotes the concept to know the structure of a list up to a point. The remaining of the list can be left unbound until the complete evaluation of a predicate. A list where its end is unknown is referred as an open list, ended by a hole. This technique is especially useful ...
Integrate Firebase with Google AppScript to Read and Write Data in the Firebase Database. Firebase is a NoSQL database system by Google that uses realtime database to help create and host applications on mobile, desktop and tablet devices. NoSQL databases use the JSON objects to store the data in s...
This section provides an overview of what tfs2015 is, and why a developer might want to use it. It should also mention any large subjects within tfs2015, and link out to the related topics. Since the Documentation for tfs2015 is new, you may need to create initial versions of those related topi...
WordPress plugins should have a focus on the server logic and/or admin parts of your website application. Good plugins are like good apps, they do one thing really well. They are intended to enhance and automate parts of the CMS in a modular way, since you can activate and deactivate them. Good plug...
This section provides an overview of what spring-data-rest is, and why a developer might want to use it. It should also mention any large subjects within spring-data-rest, and link out to the related topics. Since the Documentation for spring-data-rest is new, you may need to create initial ver...
Sometimes you have a test you need to run multiple times, each time with different data. Parameterizing the test allows you to do this in an easy and maintainable way. @RunWith(Parameterized.class) //annotation for test class @Parameters//annotation for data One benefit to using pa...
This section provides an overview of what marionette is, and why a developer might want to use it. It should also mention any large subjects within marionette, and link out to the related topics. Since the Documentation for marionette is new, you may need to create initial versions of those rel...
This section provides an overview of what graphite is, and why a developer might want to use it. It should also mention any large subjects within graphite, and link out to the related topics. Since the Documentation for graphite is new, you may need to create initial versions of those related t...
ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. ScalaCheck was originally inspired by the Haskell library QuickCheck, but has also ventured into its own. ScalaCheck has no external dependencies other than the Scala runtime, and works...
This section provides an overview of what zeromq is, and why a developer might want to use it. It should also mention any large subjects within zeromq, and link out to the related topics. Since the Documentation for zeromq is new, you may need to create initial versions of those related topics....
This section provides an overview of what liquibase is, and why a developer might want to use it. It should also mention any large subjects within liquibase, and link out to the related topics. Since the Documentation for liquibase is new, you may need to create initial versions of those relate...
The ICMP Ping request can be performed in Android by creating a new process to run the ping request. The outcome of the request can be evaluated upon the completion of the ping request from within its process.

Page 281 of 329