13. To be continued…
There are still some important topics to cover. Here are three:
- LINQ (Language INtegrated Query), which allows you to query collections of objects, XML streams, and the SQL Server database using a unified language similar to SQL.
- An overview of XML with .NET classes for managing XML documents.
- Web programming with ASP.NET pages and controls.
- .NET Remoting, which enables client/server communication using a proprietary but efficient protocol
- ...
Point 1 is covered in the document [Introduction to Entity Framework 5 Code First through Examples (2012)];
Point 3 is covered in the document [Introduction to the ASP.NET MVC Framework Through Examples (2013)];