Articles

See our published articles

  • Generating CRUD by templates (portuguese)
    Generating CRUD by templates (portuguese)
    The four main operations with the database (CRUD) generate a multitude of applications with programming languages sending the data to be persisted. Such operations can have their automated writing, accelerating the creation of software. Existing solutions are aimed at forcing the developer to adopt a written manufacturer's code, the proposed solution is through templates, in which the generated source code is the same as the developer already used. We do not want to force them to use our code because we can generate code with both the standard and the programming language preferred by the developer. ISSN: 1963127-7
    Read (portuguese version)
  • Converting video files in various formats using .NET and FFMPEG
    Converting video files in various formats using .NET and FFMPEG
    This article aims to show, in an introductory way, an efficient and effective method to perform conversions video files in various formats, and show an example of how to integrate this functionality to .NET code.
    Read (Portuguese)
  • Tutorial: Convert typed text into a Speech with Microsoft .NET
    Tutorial: Convert typed text into a Speech with Microsoft .NET
    This article explains how to use the windows of the speech synthesizer to convert a typed text into a speech, using .NET and its System.Speech library. It also explains how to save this speech in a .mp3 file.
    Read (portuguese)