Migrate SQLite to MySQL
I’m developing a huge app made with Xamarin Forms in my company. A problem was...
.NET (dotnet) is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.
So, there are various implementations of .NET (dotnet). Each implementation allows .NET code to execute in different places—Linux, macOS, Windows, iOS, Android, and many more. This framework has two main versions:
Then, Xamarin/Mono is a .NET (dotnet) implementation for running apps on all the major mobile operating systems, including iOS and Android.
The .NET Standard is a formal specification of the APIs that are common across .NET implementations. This allows the same code and libraries to run on different implementations.
Therefore, the two major components of .NET (dotnet) Framework are the Common Language Runtime and the .NET Framework Class Library.
Summarize, .NET (dotnet) applications are written in the C#, F#, or Visual Basic programming language. Code is compiled into a language-agnostic Common Intermediate Language (CIL). Compiled code is stored in assemblies—files with a .dll or .exe file extension.
At the end, when an app runs, the CLR takes the assembly and uses a just-in-time compiler (JIT) to turn it into machine code that can execute on the specific architecture of the computer it is running on.
I’m developing a huge app made with Xamarin Forms in my company. A problem was...
In my previous post I explaind how to add on your application advertising. In those...
Hello guys! From today on Nuget there are 4 new components for Xamarin Forms created...
To set the background color of an object in .NET XAML, you will need to...
In Xamairin the Editor component doesn’t have a border on iOS. If you want to...
By default all your data from your previous runs is deleted when you’re deploying an...
I was building a Xamarin solution with my components like that: All my components (PSC.Xamarin.Controls.*)...
In Xamarin.Forms every View has the two properties HorizontalOptions and VerticalOptions. Both are of type...
I using a Xamarin Forms ListView and I want to enable or disable the Context...
I’ve just created a simple MasterDetailPage and in the code I inserted an icon for...
When you open Visual Studio 2015 and there is a pop windows to invite you...
I’ve come across a few sites that will tie window scrolling with animation. When used...
First you add a new class as a ViewModel like: public class RoomViewModel : BaseViewModel...
In this recipe I will show you how to add a hamburger menu to your...
Remove these directories: /Applications/Xamarin Studio.app /Developer/MonoTouch /Developer/MonoAndroid /Library/Frameworks/Mono.framework /Library/Frameworks/Xamarin.Mac.framework /Library/Frameworks/Xamarin.Android.framework Locations in your user directory:...
I have a LinkButton with image and label inside it or tags i and span...
Read the file, remove the multiple line (but it saves one of them) in memory...
I recently needed to to implement a shortest-path algorithm (to identify preferred domain controllers using...
public class Size { public string Name { get; set; } public int Height {...
In my previous post I spoke about key layers of distributed applications. Now we will...
Every application that is going to be used by end users should be designed appropriately...
HTML5 API includes Drag and Drop (DnD) native functionality. The event listener methods for all...
Recently, the Irish Internet of Things chip maker Movidius, has won a multi-million dollar deal...
The goal for this project is to show a list of books with ReactJS from...
These are the functions that will be, or can be, included in your specification object...