Welcome, Guest. Please login or register.

Author Topic: Microsoft .Net  (Read 2738 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SklEr0

  • Newbie
  • *
  • Join Date: Jul 2002
  • Posts: 26
    • Show all replies
    • http://www.sklero.it
Re: Microsoft .Net
« on: April 09, 2003, 11:08:45 PM »
using System;
using System.Brain;
using System.Brain.Connection;
using System.Trad.English;

protected void Man_Load(object sender, EventArgs e)
{
    String s = "___";
    s += "uo!";

    prepare4View();

    Response.Write(s);
}

public void prepare4View()
{
    if(!IsPostBack)
    {
        header.Title = "Hello World! =)";
    }
}


Hi!
I'm currently developing in M$.NET (Visual Studio 2k3 Final Beta, Win2k3 Server Enterprise Edition, Framework 1.1) and it's sooooo cooool!!!

the product we dev is a kind of Xoops, but so much powerfullll...
if we wont the demo is here the gfx is so scary eheh!!

another portal created is here

we can integrate any type of application, create forms in automatic way, etc..

so, c# is a very powerful and OO and 'dev-friendly' language, and the new visual studio too..

they have done a beautiful job (or a good copy?eheh..)

..sorry4myEnglish eheh..

Response.Flush();