In Code Like A Pro in C# you will learn:
Unit testing and test-driven development
Refactor a legacy .NET codebase
Principles of clean code
Essential backend architecture skills
Query and manipulate databases with LINQ and Entity Framework...
A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise...
Are you inspired by the idea of making your own website? Ever thought about how cool is it to have a website that has a log-in/log-out functionality? Need to figure out how to Create, Read, Update or Delete (CRUD) records in a database? Have you...