Tuesday, December 31, 2013
Wednesday, December 4, 2013
Code Access security
In visual studio
http://blog.mastykarz.nl/code-access-security-policy-template-visual-studio-2010-sharepoint-developer-tools/
In web.config file
http://blogs.msdn.com/b/navdeepm/archive/2009/09/19/code-access-security-in-sharepoint.aspx
Using C#
http://msdn.microsoft.com/en-us/library/system.security.permissionset(v=vs.110).aspx
Config tool
http://msdn.microsoft.com/en-us/library/xbk2s3fa(v=vs.90).aspx
Subscribe to:
Posts (Atom)
c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch
If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...
-
SharePoint has a great feature to set terms which can be used to tag contents and enable terms based navigation and several other interesti...
-
Responsive design http://webdesignerwall.com/tutorials/5-useful-css-tricks-for-responsive-design http://palantir.net/blog/responsive-de...
-
Secure Microservices Using JWT With Ocelot in .NET Core (code-maze.com)