(aljodav) The purpose of this trick/tip is demonstrating how easy it is to use the MFC class CPowerShell from http://www.codeproject.com/Articles/880154/MFC-PowerShells-Easily for tasks that require otherwise extensive and many times complicated code.
Tag: JSON / JAVA / XML
Checkout File in Document Library Using REST
(Gowtham Rajamanickam) This article shows how to Checkout in the list or Document Library using REST.
Checkout File in Document Library Using REST
(Gowtham Rajamanickam) This article shows how to Checkout in the list or Document Library using REST.
How to Use ASP.NET WebForm for JSON or XML Response
(TheKarateKid) There are times when we need to pull the data out of database and use it for displaying/populating dropdown(s), custom tooltip(s), table(s) etc. Instead of creating ASMX/WCF Service with web.config file for endpoint configuration, we can use ASP.NET WebForm (.aspx) file to return the
How to Use ASP.NET WebForm for JSON or XML Response
(TheKarateKid) There are times when we need to pull the data out of database and use it for displaying/populating dropdown(s), custom tooltip(s), table(s) etc. Instead of creating ASMX/WCF Service with web.config file for endpoint configuration, we can use ASP.NET WebForm (.aspx) file to return the
Update a File in Document Library Using REST
(Gowtham Rajamanickam) This article shows how to update a file in the list or Document Library using REST.
Switch Cases Do Not Have To Be Static In JavaScript
(Ben Nadel) In ColdFusion, Switch Cases have to be static. Meaning, the value of a Case statement has to be hard-coded within the source code. Having been a ColdFusion developer for a long time, I just assumed that this is how it worked in other languages as well – I figured it was some sort of comp
Update a File in Document Library Using REST
(Gowtham Rajamanickam) This article shows how to update a file in the list or Document Library using REST.
Switch Cases Do Not Have To Be Static In JavaScript
(Ben Nadel) In ColdFusion, Switch Cases have to be static. Meaning, the value of a Case statement has to be hard-coded within the source code. Having been a ColdFusion developer for a long time, I just assumed that this is how it worked in other languages as well – I figured it was some sort of comp
Writing Simple JavaScript Programs for Your Web Page
(Phil Ballard) In this chapter from JavaScript in 24 Hours, Sams Teach Yourself, 6th Edition, learn how JavaScript can be added to your web page, and then about some of the fundamental syntax of your JavaScript programs such as statements, variables, operators, and comments.
