Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Portal Development

Portal Development

Scheduled Pinned Locked Moved C#
questioncsharp
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    student_rhr
    wrote on last edited by
    #1

    It might sound like a stupid question but I dont know any thing about it so I thought I better ask(btw I googled :) before asking)! What is portal Development? or What are .NET portals? Can you also direct me to any available .NET Portals?? Thanks in advance. A Student

    M 1 Reply Last reply
    0
    • S student_rhr

      It might sound like a stupid question but I dont know any thing about it so I thought I better ask(btw I googled :) before asking)! What is portal Development? or What are .NET portals? Can you also direct me to any available .NET Portals?? Thanks in advance. A Student

      M Offline
      M Offline
      Michael Flanakin
      wrote on last edited by
      #2

      A portal is basically a flexible, highly customizable web application that allows users to have one place to get information on a wide array of topics. For instance, if your company has separate HR, CRM, project management, and time-tracking systems, a portal application could provide an interface to interact with all of these systems in one place. So, all your employees would have to know is how to get to the portal. Additionally, most portals have a goal of reduced sign-on (RSO), if not single sign-on (SSO), which basically means the portal can pass credentials to other applications, which will automatically log you on. There are two major .NET portal tools: DotNetNuke[^] and Rainbow[^]. I'd suggest DNN because it has the larger community backing (users and 3rd party modules). Know that DNN is VB and Rainbow is C#. I don't like VB, but I still think DNN is the better solution and have chosen to use it for several of my clients. Michael Flanakin Web Log

      S C 2 Replies Last reply
      0
      • M Michael Flanakin

        A portal is basically a flexible, highly customizable web application that allows users to have one place to get information on a wide array of topics. For instance, if your company has separate HR, CRM, project management, and time-tracking systems, a portal application could provide an interface to interact with all of these systems in one place. So, all your employees would have to know is how to get to the portal. Additionally, most portals have a goal of reduced sign-on (RSO), if not single sign-on (SSO), which basically means the portal can pass credentials to other applications, which will automatically log you on. There are two major .NET portal tools: DotNetNuke[^] and Rainbow[^]. I'd suggest DNN because it has the larger community backing (users and 3rd party modules). Know that DNN is VB and Rainbow is C#. I don't like VB, but I still think DNN is the better solution and have chosen to use it for several of my clients. Michael Flanakin Web Log

        S Offline
        S Offline
        student_rhr
        wrote on last edited by
        #3

        Thank you very much for the explaination. What about BI(Business Intelligence) portals? are they the same as DotNetNuke and Rainbow or are they different in any way? If yes then is there any .NET BI portal available as well? Once again thanks a lot:).

        M 1 Reply Last reply
        0
        • S student_rhr

          Thank you very much for the explaination. What about BI(Business Intelligence) portals? are they the same as DotNetNuke and Rainbow or are they different in any way? If yes then is there any .NET BI portal available as well? Once again thanks a lot:).

          M Offline
          M Offline
          Michael Flanakin
          wrote on last edited by
          #4

          Business Intelligence (BI) is a term that refers to creating reports. Typically, a tool that professes to be a "BI" tool is very customizable. Examples are Crystal Reports and SQL Reporting Services. BI tools are separate from portals. A BI Portal would simply be a portal that displays BI information. This means you'll need two tools. Michael Flanakin Web Log Indigo Consulting Services

          S 1 Reply Last reply
          0
          • M Michael Flanakin

            A portal is basically a flexible, highly customizable web application that allows users to have one place to get information on a wide array of topics. For instance, if your company has separate HR, CRM, project management, and time-tracking systems, a portal application could provide an interface to interact with all of these systems in one place. So, all your employees would have to know is how to get to the portal. Additionally, most portals have a goal of reduced sign-on (RSO), if not single sign-on (SSO), which basically means the portal can pass credentials to other applications, which will automatically log you on. There are two major .NET portal tools: DotNetNuke[^] and Rainbow[^]. I'd suggest DNN because it has the larger community backing (users and 3rd party modules). Know that DNN is VB and Rainbow is C#. I don't like VB, but I still think DNN is the better solution and have chosen to use it for several of my clients. Michael Flanakin Web Log

            C Offline
            C Offline
            Colin Angus Mackay
            wrote on last edited by
            #5

            Flanakin wrote:

            I don't like VB, but I still think DNN is the better solution and have chosen to use it for several of my clients.

            And, of course, if you are doing custom module developement you can still develop them in C#. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

            1 Reply Last reply
            0
            • M Michael Flanakin

              Business Intelligence (BI) is a term that refers to creating reports. Typically, a tool that professes to be a "BI" tool is very customizable. Examples are Crystal Reports and SQL Reporting Services. BI tools are separate from portals. A BI Portal would simply be a portal that displays BI information. This means you'll need two tools. Michael Flanakin Web Log Indigo Consulting Services

              S Offline
              S Offline
              student_rhr
              wrote on last edited by
              #6

              Thanks once again for celrifying that. Would a starter kit consider a Portal? or just a template?

              M 1 Reply Last reply
              0
              • S student_rhr

                Thanks once again for celrifying that. Would a starter kit consider a Portal? or just a template?

                M Offline
                M Offline
                Michael Flanakin
                wrote on last edited by
                #7

                Template. If you have a Google account, check out their personalized home page[^]. That's an example of a portal. Michael Flanakin Web Log Indigo Consulting Services

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups