13. To be continued…
There are still some important topics to cover. Here are three of them:
- LINQ (Language INtegrated Query), which allows querying collections of objects, XML streams, and the SQL Server database using a unified language similar to SQL.
- A study of XML with the .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 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)];