123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Computer-Programming >> View Article

Code Scope For Fresh Sharepoint Developers

Profile Picture
By Author: Dylan Rodriguez
Total Articles: 131
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

Are you new to SharePoint Development? This article will be very useful as it discusses the method of explaining code execution in SharePoint to fresh SharePoint developers. Code scope considering SharePoint solutions are very important and developers will find them easier to understand with some information that is provided here. SharePoint beast wraps the heads of new SharePoint developers especially when it comes to codes.
Before we go further into discussion please go through the below diagram where you may find how a code is executed on a page load. It gives the basic flow of the page load.
This diagram helps some junior developers to get better understanding of when the code is to be executed in SharePoint at a high level. This simple diagram can give you complicated meanings if you dig deeper. As well as here in this article we are concerned it serves the purpose well.
Where is the code executed?
You will see that dlls and XSL are executed on the server while the JavaScript/iQuery on the client. This is pointed out for several reasons like:
XSL: This is a ...
... frequently asked question. Less data gets passed over the wire due to XSL's execution on the server and processing is done by a beefier machine. So obviously the outcome would be better performance. At the time you use iQuery and make web service calls actually you build XML strings and are sending them to server. So ALL the results come back and client machine has to parse through the XML and use what it needs and avoid the rest.
Update: For better performance with the use of jQuery can be obtained in some situations with delaying calls for data until needed, limiting data that you want to retrieve with CAML and user input, and no executing a web service call if you don't need.
For getting better performance of XSL and iQuery take the benefits of the following:
Till you need it delay the execution of code to retrieve data?
For retrieving data entirely avoid calling a method
Lessen the amount of data retrieved by user selection and CAML.
SharePoint developers, note that XSL and JavaScript are not meant to work collaboratively in same scope. The data sent back by JavaScript to sharepoint in post back can be used by XSL then. XSL can output JavaScript and initiate JavaScript variables. However to get a value XSL cannot call a JavaScript method and also cannot directly interact with XSL for calling its templates. They can be executed in their scope only.
Hope this article proves to be beneficial for newbie SharePoint developers working with SharePoint solutions. This is just some basic information that developers need to understand. It will help you during development of SharePoint solutions to get the best solution for your specific development or say custom development. Mainly new guys who get an error while trying to call a XSL or JavaScript function will get some help from this information.

For More Information:- Sharepoint Customization | Sharepoint Solutions

Total Views: 364Word Count: 495See All articles From Author

Add Comment

Computer Programming Articles

1. Quick & Reliable Otdr & Splicing Machine Service In Mumbai
Author: bdean

2. Compiler Design Tutorial: Step-by-step Explanation Of All Compiler Phases
Author: Tech Point

3. Learn Design And Analysis Of Algorithms Tutorial With Simple Examples
Author: Tech Point

4. Empowering Businesses With Custom Software Development
Author: Rudram Technology Solutions

5. Website Design Company In Coimbatore – Build A Strong Digital Presence
Author: Icore

6. Vetted Indian Software Engineers: Which Platforms Actually Deliver And What Roi Should You Expect
Author: doaguru infosystems

7. Top Programming Languages & Frameworks We're Using For Custom Projects In 2026
Author: PawanReddy

8. The Top 10 Custom Software Development Trends Shaping 2026
Author: PawanReddy

9. Dbms Tutorial: Step-by-step Guide To Master Database Management System
Author: Tech Point

10. Learn Programming Efficiently With A Data Structures And Algorithms Tutorial
Author: Tech Point

11. How To Choose The Best Cybersecurity Certification That Offers Top Career Opportunities For You
Author: Lorcam Securities

12. Best C# Tutorial 2026: Master C# For Web And Desktop Development
Author: Tech Point

13. Data Center Cooling Market Growth, Trends & Forecast 2032 | Gmr
Author: Caitan Cruz

14. Ceh, Oscp, Or Comptia Security+: Which Cybersecurity Certification Is Best For You?
Author: Lorcam Securities

15. Microsoft Power Automate Workflow Automation Services
Author: brainbell10

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: