Tutorial by Topics: ng

As the name suggests, this uses attributes to route. This gives the user more control over the URI's in the WebAPI. For example, you can describe hierarchies of the resource. However, the earlier 'Conventional Routing' is fully supported. Users can have a mixture of both too. [RoutePrefix(&quo...
Unit Testing in general gives additional safety to a product to prevent issues when modifying/adding features. A safety net that says "EVERYTHING STILL WORKS". Unit Tests do not replace in any way the actual user tests that a proper QA can do. In this document we will base the examples on...
This section provides an overview of what omnet++ is, and why a developer might want to use it. It should also mention any large subjects within omnet++, and link out to the related topics. Since the Documentation for omnet++ is new, you may need to create initial versions of those related topi...
Apple Documentation on WatchKit (through API Reference): https://developer.apple.com/reference/watchkit Getting familiar with Xcode: Xcode Interface
Delphi provided Runtime Type Information (RTTI) more than a decade ago. Yet even today many developers aren't fully aware of its risks and benefits. In short, Runtime Type Information is information about an object's data type that is set into memory at run-time. RTTI provides a way to determine i...
Also known as arrow macros, threading macros convert nested function calls into a linear flow of function calls.
Accessing rows in a dataframe using the DataFrame indexer objects .ix, .loc, .iloc and how it differentiates itself from using a boolean mask.
Validation is the process of validating/verifying the user entries against some criteria. The main purpose is to ensure that the user entries are matching with the policy of the system. For example, if a site allow visitors below an age of 50, then the validation to ensure the user entered age ...
This document covers the different components that make up a .NET Core distribution and how they are versioned. This document currently covers the 1.x releases. How components in .NET Core are versioned. Components .NET Core consists of multiple components that are each versioned independ...
Autofac is an IoC container for Microsoft .NET 4.5, Silverlight 5, Windows Store apps, and Windows Phone 8 apps. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity. This is achieved by treating regular .NET classes as component...
This topic shows information on how to prepare your Xamarin.Android app for release mode and how to optimize it.
Examples how to call bound and unbound actions. Note that in a bound function the full function name includes the namespace Microsoft.Dynamics.CRM. Functions that aren't bound must not use the full name.
This section provides an overview of what tortoisesvn is, and why a developer might want to use it. It should also mention any large subjects within tortoisesvn, and link out to the related topics. Since the Documentation for tortoisesvn is new, you may need to create initial versions of those ...
Microsoft Dynamics CRM has evolved drastically over the past few years. There have been many updates and versions released, with a range of new features and improvements at each stage along the path. During the upgrade of a Dynamics CRM environment, there are a few points to bear in mind to ensure a...
This section provides an overview of what tastypie is, and why a developer might want to use it. It should also mention any large subjects within tastypie, and link out to the related topics. Since the Documentation for tastypie is new, you may need to create initial versions of those related t...
According to official documentation: JavaScriptServices is a set of technologies for ASP.NET Core developers. It provides infrastructure that you'll find useful if you use Angular 2 / React / Knockout / etc. on the client, or if you build your client-side resources using Webpack, or otherwise want ...
This topic should cover all ways to make a bokeh application available to users.
Using Kotlin with Android Studio is an easy task as Kotlin is developed by JetBrains. It is the same company that stands behind IntelliJ IDEA - a base IDE for Android Studio. That is why there are almost none problems with the compatibility. If you want to learn more about Kotlin Programming L...
This section provides an overview of what ruby-on-rails-5 is, and why a developer might want to use it. It should also mention any large subjects within ruby-on-rails-5, and link out to the related topics. Since the Documentation for ruby-on-rails-5 is new, you may need to create initial versio...

Page 143 of 164