Category: Framework .NET

NET Framework provides a comprehensive and consistent programming model for building applications that have visually stunning user experiences

LINQ : Language Integrated Query

Language Integrated Query (Requête intégrée au langage, aussi connu sous le nom de LINQ) est un composant du Framework .NET de Microsoft qui ajoute des capacités d’interrogation sur des données aux langages .NET en...

How To Verify .Net Framework Version

The .Net Framework is Microsoft promise of “compile once and run everywhere” programming approach. Conceptually, the .Net Framework is similar to Java “write once run everywhere (WORE)” language on JVM, where the interoperability programming...

Configuration ASP.NET server (IIS)

Before starting, be sure you have .NET Framework installed. You can check if any Framework is installed : by exploring C:[WINDOWS]Microsoft.NETFramework To check version you can read this. If not installed, you can install...