Lagos de Moreno Mobile .NET Developers Group first meeting
Get link
Facebook
X
Pinterest
Email
Other Apps
Yesterday we had our first Mexico meeting so im proud to the acceptation of the participants in this meeting, I hope this community improves with the time, here some photos, slides and a demo app presented for me yesterday.
Hello and welcome back to this tutorial if you remember in the part 1: " ASP.NET Core Identity with Cosmos DB (MongoDB) Part1: Database Configuration " we configured our database services local and remote to store our identity service now in this part we will configure a simple Identity service with 3 endpoints. Register Login Retrieve User Data ASP.NET Core ASP.NET Core is the evolution of Microsoft ASP.NET framework as a key feature is that it runs under the .NET Core which is cross-platform, high-performance & open source development platform that mixed with ASP.NET Core allow developers to build cloud modern applications. In this tutorial we will use the latests stable ASP.NET Core 2.1 using Visual Studio for Mac you can either use Visual Studio for Mac , Visual Studio for Windows , Visual Studio Code or compile the project using console . Lets start creating a new ASP.NET Core Web Api following next steps: Select .NET Core 2.1 as target framework Set a project na...
Como parte de la celebración del Mes Xamarin quiero compartir con ustedes uno de las funciones que amaras del preview de Xamarin.Forms 4, sin importar si estas iniciando en el desarrollo móvil o tienes años de experiencia estoy seguro que esta actualización te hará muy feliz. En las pasadas semanas una nueva version preview de Xamarin.Forms fue lanza la cual incluye muchos cambios y mejoras, y enseguida les mostrare una de esas nuevas funciones que sin duda hara que se enamoren de Xamari.Forms. Xamarin.Forms Shell Xamarin.Forms Shell es la nueva sencilla forma de crear y arquitecturar tus aplicaciones Xamarin.Forms permitiéndote enfocarte en la parte principal de tu aplicación y dejando al framework para que maneje cuestiones comunes por ti. Shell provee de un solo lugar en el cual puedes definir la estructura visual de tu aplicación, una navegación de usar común y un servicio de navegación que soporta deep linking. Nueva estructura de Xamarin.Forms Shell: Xamarin.Forms Shel...
Xamarin.Forms: Custom Context Actions on iOS Hello folks now is time to talk about customize context action views on Xamarin.Forms cell for iOS (yes the red/light-gray options that appear when you swipe a cell) the default colors are not a good-looking, so right now is a little bit tricky to achieve that but we will use a reflection technique to achieve the next two escenarios: Change background color for default and destructive context action Set custom view for default and destructive context action first at all, lets take a look to native impl. on Xamarin.Forms Github project on the next url https://github.com/xamarin/Xamarin.Forms/blob/ae92582d5acad2b8aeab9a2ed5b490561e71bd6c/Xamarin.Forms.Platform.iOS/ContextActionCell.cs#L14 Here we have two key items "DestructiveBackground" and "NormalBackground" both are the Images that Xamarin.Forms use to put as background on the default ContextActions view(Gray/Red) Not bad but sometimes we need to put some love into the...
Comments
Post a Comment