SharePoint SPWeb object Bad Language
If you are running your C# code in different thread (e.g.: async EventReceivers or TimerJob), sometimes you may notice, that your SPWeb object is initialized in different language. You can […]
Personal Blog of Marek Mihalech
If you are running your C# code in different thread (e.g.: async EventReceivers or TimerJob), sometimes you may notice, that your SPWeb object is initialized in different language. You can […]
In C# language you can pass parameters to function with Ref or Out keywords. Here is some simple example: Ref parameter needs to be initialized before passing to function […]
GetReferencedAssemblies is used to retrieve all referenced assemblies by assembly. But sometimes this list is not complete, and does no contain all assemblies, that are simply added to project references […]
ZFO files saves data in standart XML format, they can be opened by 602 XML Filler. But if you want get the content programatically, you need to use SignedCms class […]