.NET

40+ SharePoint Workflow Tips – part 1 (Hebrew)

הקדמה קצרה לפניכם מעל 40 טיפים לביצוע HUMAN WORKFLOW מוצלח ואיכותי בסביבת SHAREPOINT. חלק גדול מהמערכות שלקוחות מבקשים בסביבת SHAREPOINT הן מערכות שנועדו לנהל תהליך או מקרה (Case) עיסקי: החלטה… Read More →

Passing objects by reference/value in C#

Many developers’ knowledge about passing object as parameters can be summed up with the following “In c# object parameters are always being passed by reference, if i will pass some object to another code, the same object will be in context”. While this knowledge is sufficient for most of the cases, it might cause bugs in a few. Lets take a look at some code snippet:

© 2023 Yoni Goldberg. All rights reserved.