Programming
Monday, 12 February 2018
Monday, 8 January 2018
Asp.net Core - Todo
Learn More about
- How write different configurations settings for each environment in applicationSettings.Json.
- Learn more about middleware and how it can act between a request and a response.
Learning Urls
- https://docs.microsoft.com/en-us/
- How write different configurations settings for each environment in applicationSettings.Json.
- Learn more about middleware and how it can act between a request and a response.
Learning Urls
- https://docs.microsoft.com/en-us/
Monday, 21 August 2017
Xamarin Steps
How To Setup hocky app with App insights
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-hockeyapp-bridge-app
How to make TFS Build Manage Xamarin App Build Numbers
http://www.blogaboutxamarin.com/xamarin-dev-ops-with-vsts-versioning-apps-for-hockeyapp/
Change Xaml Compilation, so you recieve xaml errors on Buld, instead of runtime
From performance tips video:
https://channel9.msdn.com/Shows/XamarinShow/XamarinForms-Performance-Tips-and-Tricks?term=xamarin%20show#time=11m35s
- Website
https://developer.xamarin.com/guides/xamarin-forms/xaml/xamlc/
- Code example
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-hockeyapp-bridge-app
How to make TFS Build Manage Xamarin App Build Numbers
http://www.blogaboutxamarin.com/xamarin-dev-ops-with-vsts-versioning-apps-for-hockeyapp/
Change Xaml Compilation, so you recieve xaml errors on Buld, instead of runtime
From performance tips video:
https://channel9.msdn.com/Shows/XamarinShow/XamarinForms-Performance-Tips-and-Tricks?term=xamarin%20show#time=11m35s
- Website
https://developer.xamarin.com/guides/xamarin-forms/xaml/xamlc/
- Code example
using Xamarin.Forms.Xaml;
[assembly: XamlCompilation (XamlCompilationOptions.Compile)]
Friday, 30 June 2017
Recommended Website frameworks/apis
moment.js for dates
boostrap for UI
angular for data binding
datatables jquery for pagination and sorting
boostrap for UI
angular for data binding
datatables jquery for pagination and sorting
Thursday, 27 October 2016
Subscribe to:
Posts (Atom)