13. To be continued..
There are still some important topics to cover. Here are three of them:
- LINQ (Language INtegrated Query) allows you to query object collections, XML streams and the SQL Server database with a unified language similar to SQL.
- a study of XML with .NET classes for managing XML documents.
- programming Web with ASP.NET pages and controls.
- .NET Remoting for client/server operation using a proprietary but effective protocol
- ...
Point 1 is developed in the document [Introduction by example to Entity Framework 5 Code First (2012)] ;
Point 3 is developed in the document [Introduction to the ASP.NET MVC framework by example (2013)] ;