Click here to Skip to main content
15,881,812 members

Articles by Igor Ladnik (Articles: 35, Project: 1, Tip/Tricks: 3)

Articles: 35, Project: 1, Tip/Tricks: 3

RSS Feed

Average article rating: 4.93

General Programming
Algorithms
20 Jun 2022   Updated: 20 Jun 2022   Rating: 5.00/5    Votes: 27   Popularity: 7.16
Licence: CPOL    Views: 9,510     Bookmarked: 24   Downloaded: 391
Please Sign up or sign in to vote.
Automatic generation of optimal control policies for the basic quadcopter flight modes
High Performance Computing
Parallel Processing
11 Mar 2014   Updated: 11 Mar 2014   Rating: 4.90/5    Votes: 43   Popularity: 8.01
Licence: CPOL    Views: 47,966     Bookmarked: 87   Downloaded: 2,855
Please Sign up or sign in to vote.
General solution for the Windows service: run as console for debugging, self-installing and -uninstalling, providing description, queuing and processing of messages, status observation and control with icon in system tray. The code may be reused for virtually any Windows service.
13 Jan 2014   Updated: 1 Mar 2019   Rating: 4.92/5    Votes: 71   Popularity: 9.07
Licence: CPOL    Views: 79,357     Bookmarked: 144   Downloaded: 2,510
Please Sign up or sign in to vote.
This article presents a simple framework for parallel computing applicable to managing operation flow for machine and process control, gaming, simulators, etc.
Hosted Services
Azure
13 Nov 2010   Updated: 13 Nov 2010   Rating: 4.93/5    Votes: 38   Popularity: 7.79
Licence: CPOL    Views: 46,812     Bookmarked: 49   Downloaded: 1,321
Please Sign up or sign in to vote.
Unmanaged Windows GUI application with no exported program interface gets automated with injected code. A WCF aware injected component allows world-wide located clients to communicate with automated application via Azure AppFabric Service Bus despite firewalls and dynamic IP addresses
3 Dec 2010   Updated: 11 Dec 2010   Rating: 4.92/5    Votes: 42   Popularity: 7.99
Licence: CPOL    Views: 75,515     Bookmarked: 78   Downloaded: 2,628
Please Sign up or sign in to vote.
Technique combining RESTful WCF with Azure AppFabric Service Bus enables browser access to remote desktop with minimum code
27 Mar 2011   Updated: 6 Jul 2011   Rating: 4.96/5    Votes: 25   Popularity: 6.84
Licence: CPOL    Views: 78,899     Bookmarked: 34   Downloaded: 1,527
Please Sign up or sign in to vote.
Article presents Azure based software to image upload, viewing with Silverlight MultiScaleImage control, mark out and annotation. Browser performs the operations with no additional installation on user machine/device (the viewing browser should support Silverlight).
Programming Languages
C#
31 Aug 2002   Updated: 31 Aug 2002   Rating: 4.76/5    Votes: 26   Popularity: 6.57
Licence: CPOL    Views: 136,202     Bookmarked: 63   Downloaded: 2,511
Please Sign up or sign in to vote.
A control contains a set of [animated] pictures acting as multi-state buttons
1 Dec 2002   Updated: 1 Dec 2002   Rating: 4.98/5    Votes: 35   Popularity: 7.62
Licence: Not specified    Views: 86,040     Bookmarked: 49   Downloaded: 1,288
Please Sign up or sign in to vote.
Usage of state machine and comprehensive XML description of control helps its user to considerably simplify control handling code.
28 Feb 2021   Updated: 28 Feb 2021   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: CPOL    Views: 12,843     Bookmarked: 17   Downloaded: 409
Please Sign up or sign in to vote.
Web services implementing GraphQL technology with repository access optimization, JSON Web Token (JWT) authentication and some other useful features.
2 Nov 2003   Updated: 2 Nov 2003   Rating: 4.97/5    Votes: 33   Popularity: 7.35
Licence: Not specified    Views: 59,430     Bookmarked: 49   Downloaded: 615
Please Sign up or sign in to vote.
The article presents the design of a WebService consisting of a general part and add-ins to process user's requests of different types. Such architecture simplifies dedicated add-ins allowing them to share general part facilities.
1 Dec 2002   Updated: 1 Feb 2003   Rating: 4.95/5    Votes: 137   Popularity: 10.55
Licence: CPOL    Views: 392,125     Bookmarked: 309   Downloaded: 12,275
Please Sign up or sign in to vote.
A Windows application that does not export any program interface, may be converted to automation server with COM object(s) injected into the application process.
23 Feb 2011   Updated: 23 Feb 2011   Rating: 4.98/5    Votes: 60   Popularity: 8.86
Licence: CPOL    Views: 127,996     Bookmarked: 104   Downloaded: 6,099
Please Sign up or sign in to vote.
Skype automation allows a user to control desktop of another user with built-in screen sharing.
24 Apr 2008   Updated: 24 Apr 2008   Rating: 4.69/5    Votes: 38   Popularity: 7.35
Licence: CPOL    Views: 79,652     Bookmarked: 51   Downloaded: 1,097
Please Sign up or sign in to vote.
A WCF service wrapper is generated at runtime around a .NET or COM type to expose its interface.
7 Mar 2007   Updated: 15 Nov 2010   Rating: 4.96/5    Votes: 47   Popularity: 8.30
Licence: CPOL    Views: 102,514     Bookmarked: 122   Downloaded: 1,951
Please Sign up or sign in to vote.
A .NET WCF equipped component injected into automated process allows both local and remote clients to control the process and get its asynchronous events.
12 Mar 2018   Updated: 12 Mar 2018   Rating: 5.00/5    Votes: 14   Popularity: 5.57
Licence: CPOL    Views: 8,861     Bookmarked: 7   Downloaded: 77
Please Sign up or sign in to vote.
Algorithm and code to create sorted page out of several large volatile unsorted data sets.
5 Aug 2014   Updated: 5 Aug 2014   Rating: 4.90/5    Votes: 63   Popularity: 8.81
Licence: CPOL    Views: 41,009     Bookmarked: 68   Downloaded: 1,795
Please Sign up or sign in to vote.
Technique to obtain in memory code of running .NET application (even wrapped into unmanaged code for binary files anti-reflection) is presented and implemented with workable sample
26 Oct 2013   Updated: 26 Oct 2013   Rating: 4.89/5    Votes: 122   Popularity: 10.19
Licence: CPOL    Views: 336,368     Bookmarked: 251   Downloaded: 16,974
Please Sign up or sign in to vote.
Article presents a technique allowing developers to protect their .NET code from reverse engineering by reflection of executable files
8 May 2018   Updated: 8 May 2018   Rating: 5.00/5    Votes: 21   Popularity: 6.61
Licence: CPOL    Views: 39,012     Bookmarked: 26   Downloaded: 3,387
Please Sign up or sign in to vote.
Handy component for asynchronous TCP connection. With the same code it is available in .NET Core and Desktop versions.
26 Jul 2019   Updated: 26 Jul 2019   Rating: 4.56/5    Votes: 18   Popularity: 5.61
Licence: CPOL    Views: 40,145     Bookmarked: 19   Downloaded: 1,201
Please Sign up or sign in to vote.
The article presents compact and simple-to-use infrastructure for full duplex messages streaming with .NET Core 3.0 and gRPC.
3 Feb 2005   Updated: 3 Feb 2005   Rating: 4.90/5    Votes: 27   Popularity: 6.94
Licence: Not specified    Views: 66,813     Bookmarked: 33   Downloaded: 1,811
Please Sign up or sign in to vote.
A way to remotely set permissions on folders in the Exchange Server using an Exchange SDK-based COM in-proc wrapped into a .NET class and exposed to a client with Remoting technique.
4 Feb 2019   Updated: 4 Feb 2019   Rating: 5.00/5    Votes: 10   Popularity: 4.77
Licence: CPOL    Views: 26,861     Bookmarked: 21   Downloaded: 1,718
Please Sign up or sign in to vote.
Compact infrastructure for custom hosting of .NET Core component in unmanaged C/C++ code with reciprocal methods calls between the parts running in Windows and Linux. Section Threads and Processes
1 Mar 2019   Updated: 25 Jul 2021   Rating: 4.97/5    Votes: 19   Popularity: 6.24
Licence: CPOL    Views: 18,831     Bookmarked: 32   Downloaded: 1,100
Please Sign up or sign in to vote.
This article presents a compact framework for managing operations flow in various control, simulation and testing applications.
C# 4.0
25 Apr 2011   Updated: 25 Apr 2011   Rating: 4.91/5    Votes: 37   Popularity: 7.70
Licence: CPOL    Views: 111,536     Bookmarked: 99   Downloaded: 4,665
Please Sign up or sign in to vote.
The article discusses a RESTful WCF based mechanism for server-to-client asynchronous (Push) notifications in web applications. Execution of WCF service notification method is suspended until either server event or timeout lapse.
5 Jul 2012   Updated: 22 Jan 2014   Rating: 5.00/5    Votes: 43   Popularity: 8.12
Licence: CPOL    Views: 121,346     Bookmarked: 133   Downloaded: 8,132
Please Sign up or sign in to vote.
Wrapper to facilitate usage of TCP sockets
Python
9 Jan 2015   Updated: 23 Jun 2022   Rating: 4.97/5    Votes: 94   Popularity: 9.80
Licence: CPOL    Views: 137,307     Bookmarked: 107   Downloaded: 3,086
Please Sign up or sign in to vote.
Simple software to solve quadratic optimal control problem
Scala
28 Oct 2019   Updated: 28 Oct 2019   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 22,195     Bookmarked: 4   Downloaded: 1,541
Please Sign up or sign in to vote.
Simple Kafka producer and consumer written in C# and Scala with Avro schema read either from local file or simple Web server
Visual Basic
20 Oct 2006   Updated: 20 Oct 2006   Rating: 4.80/5    Votes: 36   Popularity: 7.22
Licence: Not specified    Views: 64,220     Bookmarked: 57   Downloaded: 1,056
Please Sign up or sign in to vote.
A sample of collaboration between MSRS service and WinForm application by means of WCF services.
Web Development
ASP.NET
18 Oct 2022   Updated: 18 Oct 2022   Rating: 4.91/5    Votes: 15   Popularity: 5.78
Licence: CPOL    Views: 8,390     Bookmarked: 18   Downloaded: 244
Please Sign up or sign in to vote.
Compact infrastructure for custom hosting of .NET Web components in unmanaged C/C++ code with reciprocal methods calls between the parts running in Windows and Linux
HTML
25 Apr 2016   Updated: 25 Apr 2016   Rating: 4.93/5    Votes: 43   Popularity: 7.96
Licence: CPOL    Views: 53,039     Bookmarked: 43   Downloaded: 257
Please Sign up or sign in to vote.
ASP.NET Web API, SignalR and AngularJS / Angular 2 work together
10 Apr 2018   Updated: 10 Apr 2018   Rating: 4.92/5    Votes: 29   Popularity: 7.12
Licence: CPOL    Views: 60,204     Bookmarked: 48   Downloaded: 2,766
Please Sign up or sign in to vote.
The sample provides Web access to devices status and displays dynamic metrics charts with ASP.NET Core 2.0, SignalR, Angular 5 and Chart.js.
22 Jan 2019   Updated: 22 Jan 2019   Rating: 4.94/5    Votes: 9   Popularity: 4.71
Licence: CPOL    Views: 19,507     Bookmarked: 11   Downloaded: 762
Please Sign up or sign in to vote.
The article presents infrastructure components for data streaming from server to clients and bidirectional communication with SignalR .NET Core.
Node.js
1 Dec 2016   Updated: 1 Dec 2016   Rating: 5.00/5    Votes: 24   Popularity: 6.90
Licence: CPOL    Views: 31,617     Bookmarked: 13   Downloaded: 594
Please Sign up or sign in to vote.
Software for large image smart viewing, mark out and annotation
14 Sep 2016   Updated: 14 Sep 2016   Rating: 4.88/5    Votes: 22   Popularity: 6.54
Licence: CPOL    Views: 17,882     Bookmarked: 14   Downloaded: 162
Please Sign up or sign in to vote.
The article presents a collection of Web technologies. Multi-OS servers written in ASP.NET Core and node.js along with HTML / JavaScript / TypeScript single-page client construct scrollable table sample.
16 Dec 2020   Updated: 16 Dec 2020   Rating: 5.00/5    Votes: 12   Popularity: 5.00
Licence: CPOL    Views: 9,574     Bookmarked: 6   Downloaded: 100
Please Sign up or sign in to vote.
Usage of GraphQL under NestJS framework with data caching, JWT authentication, TLS and other useful features
15 Feb 2018   Updated: 15 Feb 2018   Rating: 5.00/5    Votes: 16   Popularity: 6.02
Licence: CPOL    Views: 21,026     Bookmarked: 26   Downloaded: 319
Please Sign up or sign in to vote.
Basic infrastructure for massive continuous data acquisition and processing using ZooKeeper-Kafka and Redis

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.89

Programming Languages
C#
22 Jul 2013   Updated: 22 Jul 2013   Rating: 5.00/5    Votes: 13   Popularity: 5.57
Licence: CPOL    Views: 12,122     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
An interesting code illustrating the influence of Just-In-Time (JIT) compilation in .NET on code formation.
Web Development
HTML
21 Apr 2014   Updated: 21 Apr 2014   Rating: 4.80/5    Votes: 19   Popularity: 6.14
Licence: CPOL    Views: 20,811     Bookmarked: 5   Downloaded: 1
Please Sign up or sign in to vote.
After reference to instance of a class was set to null, it seemed it was still active
8 Mar 2015   Updated: 10 May 2019   Rating: 4.85/5    Votes: 27   Popularity: 6.95
Licence: CPOL    Views: 29,954     Bookmarked: 15   Downloaded: 11
Please Sign up or sign in to vote.
This post demonstrates examples of calculation of optimal control policies for two-link manipulator using linear-quadratic control combined with quasilinearization.

Average reference rating:

No reference articles have been posted.

Average project rating: 5.00

Programming Languages
C#
14 Aug 2021   Updated: 14 Aug 2021   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 13,361     Bookmarked: 3   Downloaded: 12
Please Sign up or sign in to vote.
Remote Procedure Call on .NET5
Software Developer (Senior)
Israel Israel


  • Nov 2010: Code Project Contests - Windows Azure Apps - Winner
  • Feb 2011: Code Project Contests - Windows Azure Apps - Grand Prize Winner