Quite Interesting Links
The following is a collection of potentially useful or interesting links, to be updated periodically. If you find a dead link, please let me know!
General
Microsoft Definition of “module”
A module is an intermediate language (IL) file that does not have an assembly manifest. (Source)
Microsoft Virtual Academy
- Introduction to ASP.NET MVC
- Implementing Entity Framework with MVC
- See link below for MVA Posh-Git instructions
Git, Waffle, and Workflows
- GitHub
- What is Git? (video)
- Installing Git on Windows - the easy way! (video) - using Chocolatey
- First-Time Git Setup
- How to clone a remote Git repo
- Waffle.io
- What’s a Waffle? (video)
- Waffle Ironing
Database Goodies
- Amazon AWS
- AWS RDB with code-first EF MVC
- Execute stored procedure with code-first EF
- Another execute stored procedure with code-first EF