Tutorial by Topics: core

This section provides an overview of what core-bluetooth is, and why a developer might want to use it. It should also mention any large subjects within core-bluetooth, and link out to the related topics. Since the Documentation for core-bluetooth is new, you may need to create initial versions o...
Template Names vs. Template IDs vs. Item Names in Queries: I strongly recommend that you use Template IDs and not Template Names or Item Names in your queries. This will ensure that your queries will still work, even when templates and/or items are renamed. The one exception to this is when work...
For latest updates, please refer to: Feature Comparison
This section provides an overview of what underscore.js is, and why a developer might want to use it. It should also mention any large subjects within underscore.js, and link out to the related topics. Since the Documentation for underscore.js is new, you may need to create initial versions of t...
Using Sessions in ASP.NET Core 1.0
This topic shows the latest status of NancyFx compatibility with .Net Core. Community support is highly welcome to update this.
Currently .Net Core does not include support to send emails like System.Net.Mail from .Net. MailKit project (which is available on nuget) is a nice library for this purpose.
This article give idea's about setup and installing Asp.Net core with visual studio code. Also create basic MVC template and debugging. Steps involved below... Step 1 - installing Visual studio code. Step 2 - Configuring .Net core and C#. Step 3 - Create Basic MVC Template. Step 4 - Execute and...
.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. When you think of .NET Core the following should come to mind (flexi...
Hot to read and write data to a bluetooth low energy device. Some important points No capabilities are needed. iPhone store bytes in Little Endian format, so check if bluetooth accessory use Little Endian too. Example: intel CPU usually use little endian. The ARM architecture was lit...
Core Data is the model layer of your application in the broadest sense possible. It's the Model in the Model-View-Controller pattern that permeates the iOS SDK. Core Data isn't the database of your application nor is it an API for persisting data to a database. Core Data is a framework that manages...

Page 2 of 3