Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...DNN Module in Delphi Prism !!!DNN Module in Delphi Prism !!!
Previous
 
Next
New Post
5/14/2009 2:15 PM
 

Hello

I  am pleasured to annouance that, I have created the first samples DNN Modules using Delphi Prism, this new .Net Language is better than C# to create .NET application, Delphi Prism is full compatible with Framework until 3.5, LINQ, lambda expression, paralel process etc.

This is a simples Hello Word with SQL acess, but break the stone the way..

If some one need help, contact me.

Josauro S.J.(from Brazil).

 
New Post
5/15/2009 8:00 AM
 

Ah...i'm waiting for this since 2007 and i already asked for hints in this forum without any luck so far.

Could you pls send me a link where i can get some examples, explanantions and so on?

Cheers

Kai

 
New Post
5/24/2009 9:07 AM
 

Hi,

I am very new to DNN, but would like to approach it using Delphi Prism as well.

Could you share with me also your "Hello World" example?

Regards

Dave C

 
New Post
5/26/2009 3:40 AM
 

Allthough the forum list stated a second post on this thread (and from whom) the post is not there....but i think this is a known issue with the forum module.

Back to the root: is there anybody outthere knowing more about this? I allready mailed Josauro but did not get any answer.

Thanks

Kai

 
New Post
6/8/2009 5:16 PM
 

Kai

 

Sorry for Long time, I am studing the new Module Programming in DNN 5.0, and using all new feature, with TokenReplace, IHydratable and more

This is the basic Module Code

/* This file for casasoft.helloword.ascx.pas */

namespace CasaSoft.ImoveisOnLine;

interface

uses
  System,
  System.Web.UI,
  System.Web.UI.WebControls,
  System.Web.UI.HtmlControls,

  DotNetNuke.Entities.Modules

  ;

type
  HelloWord = public partial class(PortalModuleBase)
  protected
    method Page_Load(sender : Object; e: EventArgs);
  private
  end;

implementation

method SeletorImoveis.Page_Load(sender: Object; e: EventArgs);
begin
  lblMensagem.Text := 'HELLO WORLD';
end;


end.

/* This File for casasoft.helloword.ascx */

<%@ Control Language="Oxygene" AutoEventWireup="true" CodeBehind="SeletorImoveis.ascx.pas" Inherits="CasaSoft.ImoveisOnLine.HelloWord" %>
<asp:Label ID="lblMensagem" runat="server" Text="Label"></asp:Label>

 


/* This File for casasoft.helloword.ascx.designer.pas
//------------------------------------------------------------------------------
// <autogenerated>
//     This Oxygene source code was generated by a tool.
//     Oxygene Version: 3.0.17.591
//     Runtime Version: 2.0.50727.3082
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </autogenerated>
{$HIDE CW3}
{$HIDE PW12}

namespace CasaSoft.ImoveisOnLine;

interface

type
    HelloWord = public partial class
        protected
            var lblMensagem: System.Web.UI.WebControls.Label;
    end;
   
implementation

end.

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...DNN Module in Delphi Prism !!!DNN Module in Delphi Prism !!!


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out