Ссылки WPF, для проекта

How to make HTTP POST web request
https://stackoverflow.com/questions/4015324/how-to-make-http-post-web-request

Asynchronous programming with async and await (C#)
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/

Async Programming : Patterns for Asynchronous MVVM Applications: Commands
https://msdn.microsoft.com/en-us/magazine/dn630647.aspx

Giving a listitem in a listbox a hidden value and a display text in wpf
https://social.msdn.microsoft.com/Forums/vstudio/en-US/047b4f3b-cf08-4b3c-bbde-222d29792b5f/giving-a-listitem-in-a-listbox-a-hidden-value-and-a-display-text-in-wpf?forum=wpf

ListView, data binding and ItemTemplate
https://www.wpf-tutorial.com/listview-control/listview-data-binding-item-template/

WPF — Custom Controls
https://www.tutorialspoint.com/wpf/wpf_custom_controls.htm

How to create user define (new) event for user control in WPF
https://stackoverflow.com/questions/13447940/how-to-create-user-define-new-event-for-user-control-in-wpf-one-small-example/13450584

5 Steps to Getting Started with Material Design In XAML
https://intellitect.com/getting-started-material-design-in-xaml/

Material Design In XAML Toolkit Wiki
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/wiki

WPF Tab Control: Setting Tab Color?
https://stackoverflow.com/questions/2086728/wpf-tab-control-setting-tab-color

Using a tabbed interface with MVVM
https://catelproject.atlassian.net/wiki/spaces/CTL/pages/61669389/Using+a+tabbed+interface+with+MVVM

Reflection — get attribute name and value on property
https://stackoverflow.com/questions/6637679/reflection-get-attribute-name-and-value-on-property

Use UI automation to test your code
https://docs.microsoft.com/en-us/visualstudio/test/use-ui-automation-to-test-your-code?view=vs-2017

ANDB

Ссылки из курса Android Basics

Part 5. Networking

Tips for building a great UI

JSON Formatter
https://jsonformatter.curiousconcept.com/
http://jsonprettyprint.com/

Threads
https://developer.android.com/guide/components/processes-and-threads?utm_source=udacity&utm_medium=course&utm_campaign=android_basics
https://developer.android.com/training/articles/perf-anr?utm_source=udacity&utm_medium=course&utm_campaign=android_basics

Visual Studio 2017 error: Unable to start program, An operation is not legal in the current state

https://stackoverflow.com/questions/42692472/visual-studio-2017-error-unable-to-start-program-an-operation-is-not-legal-in

For me, the solution (workaround) is to turn off JavaScript debugging on Chrome, which I believe is a new feature introduced in VS 2017.

Go to Tools > Options > Debugging > General and turn off the setting for Enable JavaScript Debugging for ASP.NET (Chrome and IE).

jsdebug

35 Projects You Can Add to GitHub to Show Off Your Dev Skills

https://shenomads.com/2017/06/18/35-projects-you-can-add-to-github-to-show-off-your-dev-skills/

I first discovered GitHub when I was going to MeetUps in the Loop, trying to figure out what a “real” developer did. As someone who came from a non-technical background, I wanted to know as much about getting into the tech industry as I could. I kept hearing from professional developers that companies would see their work on GitHub, and reach out to them with job opportunities.
Continue Reading →

Пара статей по MVC 5

Ссылки висят во вкладках, но пока есть много другого на поизучать, а так сайт вроде интересный

https://www.learnaspnetmvc.in/blog/2017/03/08/creating-your-first-aspnet-mvc-5-application/

https://www.learnaspnetmvc.in/blog/2017/03/08/important-csharp-topics-to-know-before-learning-aspnet-mvc/