cs.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 09 Oct 2017 10:49:36 +0300
changeset 2188 e95731eef030
parent 1975 523cdab99005
child 2228 837f1337c59b
permissions -rw-r--r--
Fixed: NameError: name 'locale_encoding' is not defined File /bin/rst2html.py, line 17, in <module> from docutils.core import publish_cmdline, default_description File /usr/lib/python2.7/site-packages/docutils/core.py, line 20, in <module> from docutils import frontend, io, utils, readers, writers File /usr/lib/python2.7/site-packages/docutils/frontend.py, line 41, in <module> import docutils.utils File /usr/lib/python2.7/site-packages/docutils/utils/__init__.py, line 20, in <module> import docutils.io File /usr/lib/python2.7/site-packages/docutils/io.py, line 18, in <module> from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput File /usr/lib/python2.7/site-packages/docutils/utils/error_reporting.py, line 60, in <module> codecs.lookup(locale_encoding or '') # None -> '' NameError: name 'locale_encoding' is not defined

.. -*- coding: utf-8; -*-

===========
 .NET, CS.
===========
.. contents::
   :local:

.Net versions compatibility
===========================

The .NET Framework versions 2.0, 3.0, and 3.5 are built with the same version of
the CLR (CLR 2.0). These versions represent successive layers of a single
installation. Each version is built incrementally on top of the earlier
versions. It is not possible to run versions 2.0, 3.0, and 3.5 side by side on a
computer. When you install version 3.5, you get the 2.0 and 3.0 layers
automatically, and apps that were built for versions 2.0, 3.0, and 3.5 can all
run on version 3.5. However, the .NET Framework 4 ends this layering approach.

NET Framework 4.5 is included with Windows 8, the .NET Framework 4.5.1 is
included with Windows 8.1 and the .NET Framework 4.6 is included with
Windows 10.

Installing .Net 3.5 on Windows 8 and 10 is possible via "Control Panel", click
on "Turn Windows features on or off" under "Programs and Features".

https://msdn.microsoft.com/en-us/library/bb822049.aspx
  .NET Framework Versions and Dependencies.
https://msdn.microsoft.com/en-us/library/hh506443.aspx
  Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10.


Decompiler.
===========

 * https://www.jetbrains.com/decompiler/