Skip to content

13. To be continued…

There are still some important topics to cover. Here are three:

  1. 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.
  2. An overview of XML with .NET classes for managing XML documents.
  3. Web programming with ASP.NET pages and controls.
  4. .NET Remoting, which enables client/server communication using a proprietary but efficient protocol
  5. ...

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)];