Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET C# version of Core Data

Tags:

c#

.net

core-data

Is there a .NET C# version of the OS X/iOS CoreData? I was reading this post, but it needs to be for C# .NET.

like image 793
DogEatDog Avatar asked Jul 23 '12 19:07

DogEatDog


People also ask

Is C and .NET same?

C# is a programming language, . NET is a blanket term that tends to cover both the . NET Framework (an application framework library) and the Common Language Runtime which is the runtime in which . NET assemblies are run.

What is .NET C#?

C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in . NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers.

Is .NET based on C?

. NET was fully written in C and C++ because the base was in assembly language.

Is .NET only C#?

NET Framework applications are written in C#, F#, or Visual Basic and compiled to Common Intermediate Language (CIL). The Common Language Runtime (CLR) runs . NET applications on a given machine, converting the CIL to machine code. See Architecture of .


1 Answers

you can try mono, a framework for creating apps for iOS

like image 80
Riccardo Avatar answered Nov 13 '22 16:11

Riccardo