Skip to content
wilmix jemin edited this page Jan 31, 2017 · 3 revisions

Welcome to the RDOTNET wiki!

RDOTNET

=========

RDOTNET

RDOTNET is for remote web application which is invented in year 2017 by wilmix jemin j in C# and GDollar P.L.

RDOTENT consists of RCSHARP compiler to compile csharp programs and it RCSHARP compiler is

designed in C#.

ADVANTAGES

====>You can use RDOTNET-CSHARP program to publish to mobile devices or google or firefox ,etc.

SYNTAX for webpage and RDOTNET AJAX FORMAT:

<%

<! Logic of RDOTNET !>

%>

Program with WNOSQL using RDOTNET

<%

public class page2 {

public Shared void main(String args[])

{

CSHARP.Println("");

CH2wdbaconn.CH2WDBAQUERY("datastores", "USEDATABASE", "dbpwds", "C:\Programs\WNOSQL\WNOSQLProgramfiles\WNOSQL-cod");

CH2wdbaconn.CH2WDBAUSERQUERY("dbuser", "dbpwds", "wilmix78", "wilmix78");

String q="SELECTRVAL from Telecom 3 to 33 , 1 to 7 ?= A By 1 1 : {0} : {0} :{0}";

CH2wdbaconn.WDBAQUERY(q);

CSHARP.Println("");

}

}

%>

Write a RDOTNET using CSHARP

=====================================

doc.csharp

using System; namespace ArrayApplication { class MyArray { static void Main(string[] args) { int [] n = new int[10]; /* n is an array of 10 integers */ int i,j;

Console.WriteLine(""); //dotnet program start

     /* initialize elements of array n */
     for ( i = 0; i < 10; i++ )
     {
        n[ i ] = i + 100;
     }
     
     /* output each array element's value */
     for (j = 0; j < 10; j++ )
     {
        Console.WriteLine("Element[{0}] = {1}", j, n[j]);
     }

HTML.displayhtml("jquery1.html");

HTML.displayhtml("jquery2.html");HTML.displayhtml("html1.html");

Console.WriteLine("");//dotnet program end } } }

jquery1.html

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script> $(document).ready(function(){ $("button").click(function(){ var div = $("div"); div.animate({height: '300px', opacity: '0.4'}, "slow"); div.animate({width: '300px', opacity: '0.8'}, "slow"); div.animate({height: '100px', opacity: '0.4'}, "slow"); div.animate({width: '100px', opacity: '0.8'}, "slow"); }); }); </script>

Start Animation

By default, all HTML elements have a static position, and cannot be moved. To manipulate the position, remember to first set the CSS position property of the element to relative, fixed, or absolute!

jquery2.html

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script> $(document).ready(function(){ $("button").click(function(){ $.get("demo_test.asp", function(data, status){ alert("Data: " + data + "\nStatus: " + status); }); }); }); </script>

Send an HTTP GET request to a page and get the result back

Image to use:

The Scream

Canvas to fill:

Your browser does not support the HTML5 canvas tag.

Try it

<script> function myCanvas() { var c = document.getElementById("myCanvas"); var ctx = c.getContext("2d"); var img = document.getElementById("scream"); ctx.drawImage(img,10,10); } </script>

Start server of by doubleclicking DOTNETSERVER.exe

and setting wilmixcatserver params to the path where DOTNETSERVER.exe file is stored.

Project Period : JAN 2016 to Jan 2017