Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

C#

  • 15-06-2012 12:26pm
    #1
    Closed Accounts Posts: 18,268 ✭✭✭✭


    Hi Guys
    Ive to do a project for college in C# ASP.net and am looking to link a google analytics API to the application to display analytics on the User Interface.

    Does anone know how to go about doing this or can point me to where I can find some code examples?

    thanks in advance


Comments

  • Registered Users, Registered Users 2 Posts: 5,246 ✭✭✭conor.hogan.2




  • Registered Users, Registered Users 2 Posts: 1,686 ✭✭✭RealistSpy


    Easiest way is to use google app engine + java and you should have access to google api.


  • Closed Accounts Posts: 18,268 ✭✭✭✭uck51js9zml2yt


    RealistSpy wrote: »
    Easiest way is to use google app engine + java and you should have access to google api.


    We have no choice on the language.
    C# using Visual Studio.

    Great link btw. I'll use it on other projects....


  • Registered Users, Registered Users 2 Posts: 5,246 ✭✭✭conor.hogan.2


    Forced language projects, sounds like a fantastic college.

    Java and C# are not that far apart, the Java examples should help you a lot.


  • Registered Users, Registered Users 2 Posts: 2,081 ✭✭✭GetWithIt


    It's ASP.Net, C# is only used in the code behind. Take the Javascript example and slap it into the .aspx.


  • Advertisement
  • Closed Accounts Posts: 18,268 ✭✭✭✭uck51js9zml2yt


    GetWithIt wrote: »
    It's ASP.Net, C# is only used in the code behind. Take the Javascript example and slap it into the .aspx.

    Thanks..will give it a shot


Advertisement