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

RSS

#4

Author: Alexander Pertsovsky
Translator:
Source: «RSDN Magazine», www.rsdn.ru
Contributor: Alexander Pertsovsky
Annotation: A method is proposed to reduce the size of capacitated VRP with time windows.

Keywords: clusterisation, vehical routing problem, VRP;
Author: Alexander Pertsovsky
Translator:
Source: «RSDN Magazine», www.rsdn.ru
Contributor: Alexander Pertsovsky
Annotation: Annotation of my article.

Keywords: semicolon separated keywords list;
Author: Vasily Voronkov
Translator: Name Surname
Source: source
Contributor: Name Surname
Annotation: I am not going to write about history of functional programming, lambda and combinary calculus. I am even not going to convice you that functional programming is an important and useful thing. There are plenty of other articles about these. My tasks is simple. I am going to answer a couple of questions that you might have after reading these "other articles". I am fully aware, however, that it breaks a common tradition of "introductions" to functional programming, hence the title that you can see above.

Keywords: functional programming; Haskell; Ela; Ocaml; F#; C#
Author: Name Surname
Annotation: Nemerle quasiquotation – additional information.

Keywords: Nemerle; Macro; Quasiquotation
Author: Name Surname
Annotation: Annotation of my article.

Keywords: semicolon separated keywords list;
Author: Konstantin Chernyaev
Annotation: Article describes how to implement authorization on ASP.NET pages so it has the properties of conciseness and simplicity of the code, ease of maintenance and support.

Keywords: authorization; ASP.NET; webpage;
Author: Konstantin Chernyaev
Annotation: The article describes server control making tables with paging little more user-friendly

Keywords: DropDownList, paging, server control
Author: Karavaev Dmitry
Translator: Name Surname
Source: source
Contributor: Name Surname
Annotation: The article describes tools for continuity check of internal structure of heap which were added to the system library. The tools are used during memory allotment and memory deallocation, they enable a search of the cause of the error.

Keywords: memory; “heap”;
Author: Karavaev Dmitry
Annotation: The article describes the implementation of calculations without rounding for the values represented by decimals in the translator.

Keywords: BCD; accuracy;
Author: Teplyakov Sergey
Annotation: The main essence of dependency management, as well as any other design principle, is struggling the complexity and simplification of maintenance and is not an end in itself. Inversion of control is passing the buck to a higher level, but it should be clearly understood that this is not a solution, but a change in its shape.

Keywords: dependency; IoC, inversion of control
Author: Teplyakov Sergey
Annotation: The article tells about the most popular patterns of dependency injection, which will be helpful to all developers, regardless of whether they use any container or prefer to manually track objects in the application.

Keywords: Dependency Injection; DI; pattern;
Author: Teplyakov Sergey
Annotation: The author of this article is not to undermine the objectives or somehow offend such a respected comrade as "Uncle" Bob Martin. The point here is more of a careful consideration of the principle of dependency inversion and case studies used in its description.

Keywords: Dependency Inversion Principle; DIP