Peoplesoft campus solotion for third party developers - peoplesoft

How can I consume the web services that are available in peoplesoft campus solution? or anyone here knows where I can find the right resources on this.
Thank You in Advance.
Note: A quick google search didn't help me.

Create or obtain the WSDL for the services then use that/those WSDL(s) to setup your consuming application.

Related

Generate ASP Web API help documentation at design time

Hi I came across this link https://learn.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/creating-api-help-pages which will give us a way to browse web api documentation. But, I need it to be available without running the server. Does anyone here have an idea on how to make the API documentation generated during run time be available at design time? Thanks.

How to implement google map API in C# Application?

I want to implement Google map API in my project.I have searched alot on internet but still i m not able to integrate it in my application. Any one help me how can i implement it in my application. Thanks in advance
CodePlex project : Use Google Maps API for .net
You can use some wrapper http://www.codeproject.com/KB/aspnet/csharp-google-static-map.aspx but I really think that it is better to do this in the Api native language (Javascript) and simply follow the documentation.

OpenText System Architecture Diagram

Does anyone know where I can find the System Architecture Diagram for reddot?
I know they are now Web Solutions Group. If someone can retag this so it makes more sense that would be appreciated also.
Thank you.
The first place to check is the OpenText Knowledge Center. Unfortunately you need to set up an account with OpenText to use the KC (and my guess is that you don't have an account).
This SO thread requests RedDot resources; hopefully one of them will be of use to you.
I personally don't have what you're looking for (I work with OpenText's Alchemy).
EDIT:
Here's a link to the RedDot product page (OpenText account required):
OpenText Web Site Management (RedDot)

Application Domain in ASP.NET

I am beginner.I want to study about Application Domain in ASP.NET. Can anyone explain what is it or give me some good link where I can study for it.
Thanks in advance.
C Brumme has a very comprehensive article on App Domains
Also see When would I use an AppDomain?, What are app domains used for? and
Usage of AppDomain in C#

Protect ASP.NET Source code

Merged with Can I protect my ASP.NET application against decompilers?.
Im currently doing some research in how to best protect my source code so that no external parties can view and use my code.
From browsing the web a few ideas have come to mind i.e
1) Publish website into a DLL
2) Code obfuscator
3) 3rd Party
But none i find are really explained that well or shown in detail how to achieve this. Anyone here who could shed some more light on this topic ?
Thanks in advance

Resources