wyou.ch

Go to content

Main menu:

Working with you
I know all the advantages of service programming, its development profiles, from requirements gathering, conception, coding or programming to testing and the application support.

Special interest to you:

  • Automating complex processes with Visual Studio.Net

    The technique of making a process works automatically.

    Automation is "the creation and application of technology  to monitor and control the production and delivery of products and  services.”

    Using this definition, the automation profession includes “everyone  involved in the creation and application of technology to monitor and  control the production and delivery of products and services”; and the  automation professional is “any individual involved in the creation and  application of technology to monitor and control the production and  delivery of products and services.”
  • Analysing a Database or Explore it

    The purpose of a database
    is to store and retrieve related information. A database server is the key to solving the problems of information management. In general, a server reliably manages a large amount of data in a multiuser environment so that many users can concurrently access the same data. All this is accomplished while delivering high performance. A database server also prevents unauthorized access and provides efficient solutions for failure
    recovery.

    The point doesn’t often seem to be recognized, but there are some  analogies that can helpfully be drawn between database systems  (relational or otherwise) and programming systems; in fact, it doesn’t  often seem to be recognized that a database system actually is a programming system (more precisely, a special case of such a system) like this code below:

    DECLARE @i int = 0

    WHILE @i < 20
    BEGIN
       SET @i = @i + 1
       /* do some work */
    END

Analysing the programme code of other programming languages or a new software

Verifying the code of another programming language or parameterising a new software is a challenge that I have been used since the beginning of my training in this amazing world of computer science. The images in my track record speak for themselves.

Back to content | Back to main menu