A list of my favorite languages, frameworks and technologies I use. Hope you find this information useful :) Tracking issues I had and ways of dealing with.
| Books | Subject | Author | Pages | Year | Prerequisites | Rate |
|---|---|---|---|---|---|---|
| C# 6.0 in a Nutshell, 6th Edition | C# Programming | Ben Albahari, Joseph Albahari | 1115 | 2015 | - | 7 / 10 |
| Books | Subject | Author | Pages | Year | Prerequisites | Rate |
|---|---|---|---|---|---|---|
| Entity Framework Core In Action | Entity Framework Core | Jon P Smith | 462 | 2018 | Entity Framework | 8.5 / 10 |
| ASP.NET Core Application Development | ASP.NET Core | James Chambers | 486 | 2016 | .NET | 6 / 10 |
| [C# IN DEPTH, Fourth Edition | (https://www.manning.com/books/c-sharp-in-depth-fourth-edition) | C# Programming | Jon Skeet | 496 | 2019 | 7.5 / 10 |
| Technology | Subject | Rate |
|---|---|---|
| Angular | Base Use | Excellent |
| MDBootstrap | Base Use | Good |
| Angular Material | Base Use | 7 / 10 |
| Books | Subject | Author | Pages | Year | Prerequisites | Rate |
|---|---|---|---|---|---|---|
| HTML&CSS | HTML&CSS | Jon Duckett | 490 | 2011 | HTML | 7.5 / 10 |
| Books | Subject | Author | Pages | Year | Prerequisites | Rate |
|---|---|---|---|---|---|---|
| Domain-Driven Design: Tackling Complexity in the Heart of Software | Domain-Driven Design | Eric Evans | 560 | 2003 | Design Patterns | 8.5 / 10 |
| Design Patterns: Elements of Reusable Object-Oriented Software | Design Patterns | Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides, Grady Booch | 395 | 1994 | Design Patterns | 7 / 10 |
| Books | Subject | Author | Pages | Year | Prerequisites | Rate |
|---|---|---|---|---|---|---|
| A Practical Guide to Linux Commands, Editors, and Shell Programming (4th Edition) | Linux | Mark G Sobell | 261 | 2017 | Linux | 7.5 / 10 |
| Domain-Driven Design: Tackling Complexity in the Heart of Software | Linux | Daniel J. Barrett | 560 | 2016 | - | 7 / 10 |
| Name |
|---|
| Visual Studio Code |
| Visual Studio - Community Edition |
| Bugs | Libraries |
|---|---|
| App Transport Security (ATS) | https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/ats#optout |
| XamarinMediaManager | https://github.com/martijn00/XamarinMediaManager |
| Use Local Host | http://applications.lt/localhost-for-xamarin/ |
| Topic | Resources | Description |
|---|---|---|
| Queue Class | https://www.geeksforgeeks.org/c-sharp-queue-class/ | Explanation |
| Queue | https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1?view=netframework-4.8 | Queue Microsoft documentation |