Tutorial by Topics: core

.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. The following characteristics best define .NET Core: Flexible d...
This section provides an overview of what sitecore is, and why a developer might want to use it. It should also mention any large subjects within sitecore, and link out to the related topics. Since the Documentation for sitecore is new, you may need to create initial versions of those related to...
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. The following characteristics best define .NET Core: Flexible deployment: Can be included in your app or installed side-by-side user- or machine-wide. Cross-platform: Runs on Windows,...
Core Data is a framework in Apple’s various OS SDK including, but not limited to iOS and OS X. It has two major roles a model layer and a persistence layer. The model layer is used in the management of model objects and persist data. Simply you can store and manage data in an object-oriented inte...
This section provides an overview of what asp.net-core-mvc is, and why a developer might want to use it. It should also mention any large subjects within asp.net-core-mvc, and link out to the related topics. Since the Documentation for asp.net-core-mvc is new, you may need to create initial vers...
The core.match library implements a pattern match compilation algorithm that uses the notion of "necessity" from lazy pattern matching.
This is an implementation of the Core Data Stack which is initially placed in the AppDelegate file if the project is created with Core Data when project is created. These functions can also implemented in separate class for CoreDataStack.swift. One of the major functions is to get the NSManagedObj...
let variableName: VariableType; function functionName(parameterName: VariableType, parameterWithDefault: VariableType = ParameterDefault, optionalParameter?: VariableType, ...variardicParameter: VariableType[]): ReturnType { /*...*/};
Attribute types include: Undefined, Integer 16, Integer 32, Integer 64, Decimal, Double, Float, String, Boolean, Date, Binary, Data, or Transformable When defining an Entity as abstract you won't be creating any instances of that entity. For example a Person would be abstract and a Emp...
desiredAccuracy distanceFilter requestLocation() startUpdatingLocation() allowDeferredLocationUpdates(untilTraveled:timeout:) startMonitoringSignificantLocationChanges() allowDeferredLocationUpdates(untilTraveled:timeout:) authorizedAlways authorizedWhenInUse locationManager(_:didChangeA...
Entity Framework (EF) Core is a lightweight and extensible version of the popular Entity Framework data access technology. EF Core is an object-relational mapper (O/RM) that enables .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code...
PHP is an open source project, and as such, anyone is able to contribute to it. Broadly speaking, there are two ways to contribute to the PHP core: Bug fixing Feature additions Before contributing, however, it is important to understand how PHP versions are managed and released so that bug ...
Fill with examples of using Docker on .NET Core platform, official base images for .NET Core application and self-hosted .NET Core app as well

Page 1 of 3