Версия на русском языке

RSS

#2

Author: Sergey Teplyakov
Annotation: This article shows an example of an error in the current implementation of the C# compiler.

Keywords: C #; constructor; reflection; factory method
Author: Karavaev Dmitry
Annotation: The article presents several examples of Windows XP kernel commands which are not effective enough.

Keywords: kernel; Windows
Author: Karavaev Dmitry
Annotation: The article describes Windows-XP updating for changing of thread scheduling politics needed for a specific task.

Keywords: kernel; schedule; thread; priority
Author: Solovev Boris
Contributor:
Annotation: The reader is offered for assessment of relevance and the need to create a new platform for distributed control systems developenet

Keywords: distributed systems; integrated systems; sevurity systems; SCADA;
Author: Denis Pashchenko
Annotation: The implementation of significant changes in the software production is a complex and risky process that it is advisable to be delivered via the internal project. There is an overview of autor’s research by Delphi method that have been done in middle of 2014, and around 80 software engineers from 14 countries of CEE-region took part in it. Big part of involved software developers is representing Russia and Belarus. In this article there are main results of this research, including: main problems and risks of change management, expert’s experience in change implementation, aspect of production process model standardization in software business, engineer’s role-made perception of changes. Also, engineers have determined their perception of the relevance and level of influence on this process of the various leaders and units of the company: project and line managers, centralized structures of production management, top management. Also there are detailed recommendations to reduce the impact of the specific risks on all stages of internal project.

Keywords: production changes management; software production improvement; organizational resistance in Software Company; teammate’s involvement in change management; changes consolidation in production
Author: Sergey Teplyakov
Annotation: This article talks about the new possibilities of C# 6.0 - Exclusion Filters. Examples of application, understand the dangers and problems of their application.

Keywords: exception filter; C#
Author: Vladimir Gladkov
Annotation: This article gives motivation and a brief introduction to the features of a new programming language Jancy. The key features of the languages include: ABI-compatibility with C/C++, tailor-suited to be used as a scripting engine from C/C++ host application, automatic memory management via accurate GC, usage of LLVM as a backend, safe pointers and pointer arithmetic, the most comprehensive implementations of properites to date, support for RAII, const-correctness, multiple inheritance, reactive programming, exceptions as syntactic sugar over retval checks and many more.

Keywords: Jancy;C;C++;Java;C#;D;programming language;scripting engine;automatic memory management;accurate garbage collection;thread local storage;safe pointers;safe pointer arithmetics;RAII;multiple inheritance;const-correctness;partial application;properties;reactive programming;