Pro Tip: Useful Code Snippets For Your Xamarin.Forms Development
Hussain Abbasi
Fractional CTO | AI Engineer | Developer | Streamer | Blogger | Speaker | Founder of intelliAbb
Code snippets are a hidden gem in Visual Studio that most of us do not pay much attention to. Utilizing them correctly can increase productivity when we have a lot to code. In Visual Studio, code snippets are available for multiple programming languages e.g. C#, F#, XML, HTML, CSS, Python, etc. They are extremely useful when we have a bunch of boiler plate code for our properties, constructors, bindable properties, etc.
Code snippets can be a huge topic, but in this post, I will list some of the XAML and C# code snippets useful when developing Xamarin.Forms mobile applications.
In this post,
- Snippets
- Creating Code Snippets
- C# Examples
- XAML Examples
- Export Templates