RadListView | Using the Telerik UI for Xamarin.Forms
Intro In this post, I'll be playing with the RadListView by Telerik UI for Xamarin. I've been wanting to try out this suite of controls for quite some time now.…
Intro In this post, I'll be playing with the RadListView by Telerik UI for Xamarin. I've been wanting to try out this suite of controls for quite some time now.…
Intro This is one of my favorite topics as of late - Clean Architecture, the Do's and Don'ts of how to write awesome software. At some point in your software…
Intro If you don't know by now, Xamarin Forms is a powerful, cross platform mobile application framework. One of the challenges with cross platform development, is a consistent user experience…
Custom Snippets In Visual Studio Code, you have the ability to create custom code snippets that are available via Intellisense. This is really useful when you want to get things done quickly,…
Changing Password Policy The password restrictions in ASP.NET Core Identity are strict by default, however you may find yourself wanting to change it to make it easier for you users.…
Callbacks Understanding callbacks is essential, they not only provide a means to application flow, but allow you to write cleaner, and more modular code too. You must understand that functions…
Intro This tutorial will show you an example app I wrote in AngularJs for the popular video game World of Warcraft. It will show you how to create simple http requests…
Getting started in the world of .Net and C# isn't easy; I have a JavaScript background and it was tough for me at least. So, here is a simplified walk…
Often, I find people asking the question about how to properly use promises and http factories, to retrieve data from a web service in AngularJs. I want to share the…
https://youtu.be/nbOQx1gtny4 Today I will show you how to install word press on an existing LAMP stack (Linux, Apache, MySQL, PHP ). This is a super quick install, that will have…