Skip to content

13. To be continued..

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

  1. LINQ (Language INtegrated Query) allows you to query object collections, XML streams and the SQL Server database with a unified language similar to SQL.
  2. a study of XML with .NET classes for managing XML documents.
  3. programming Web with ASP.NET pages and controls.
  4. .NET Remoting for client/server operation using a proprietary but effective protocol
  5. ...

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