Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liviucotfas authored Aug 7, 2021
1 parent 35bc1e1 commit 3b33547
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Windows Applications Programming

## Prerequisites
Microsoft Visual Studio 2019 (can be downloaded from https://visualstudio.microsoft.com/vs/community ). Make sure that the .NET desktop development workload is installed.

## FAQ

**Are there any mistakes in the code samples / labs / course presentation?**
Expand All @@ -10,10 +13,10 @@

>A: various websites and applications provide this functionality
## Prerequisites
Microsoft Visual Studio 2019 (can be downloaded from https://visualstudio.microsoft.com/vs/community ). Make sure that the .NET desktop development workload is installed.
## Recommended Reading
- Start learning about .NET at https://dotnet.microsoft.com/learn
- Explore the developer resources at https://developer.microsoft.com/en-us/

## Further Reading
- Start learning about .NET at https://dotnet.microsoft.com/learn
- Discover best practices, sample applications and professional advice for building .NET applications on [Microsoft .NET Application Architecture Guidance](https://www.microsoft.com/net/learn/architecture) website;
- Read about the [SOLID principles of Object Oriented Design](http://deviq.com/solid/)

0 comments on commit 3b33547

Please sign in to comment.