Category: Frameworks

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...

Fix UTF8 issues in Oscommerce 2.3

osCommerce 2.3.1 is a bit messy when it comes to the new introduction of UTF-8 character set. In older versions, everything was ISO-8859-1 * Core source code (ISO-8859-1) * Language pack source code (ISO-8859-1)...