-
Hide or show fields in New or Edit forms
Microsoft has made it easier to customise “modern” SharePoint Online Lists and Libraries Forms natively. But what do you do if you need to managing a “classic” Form or the edit for option is just not available?
-
Code Snippet: Async Unit Test Methods
This is based upon my original UnitTestMethod.Snippet Gist, this C# Code Snippet can be used within Visual Studio to generates Asynchronous Unit Test Methods (Functions).
-
Code Snippet: Unit Test Methods
While researching Unit Testing, I reviewed several different C# Code Snippet examples for generating Unit Test Methods (Functions) within Visual Studio and this is my take on it…