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), which allows querying collections of objects, XML streams, and the SQL Server database using a unified language similar to SQL.
  2. A study of XML with the .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 document [Introduction par l'exemple à Entity Framework 5 Code First (2012)];

Point 3 is covered in document [Introduction par l’exemple au framework ASP.NET MVC par l’exemple (2013)];