Overview This document is a systematic instruction sheet for creating and installing an ASP.NET 2.0 Membership Provider into SharePoint 2007 Beta 2 installation. This document assumes the reader is familiar with ASP.NET 2.0, SharePoint 2007 Beta 2, and the existence of membership providers to facilitate custom forms authentication. The intended audiences of this [...]
Archive for June 1st, 2006
Custom Membership Provider under Minimal Trust in SharePoint 2007
Posted in Everything, Software Development, tagged Microsoft SharePoint on June 1, 2006 | 62 Comments »
Publish Blog Content from MS Word 2007
Posted in Applications, Everything, tagged Blogging on June 1, 2006 | Leave a Comment »
Microsoft Word 2007 has this cool new feature to allow you to publish content directly to your blog. This post that you are reading originated from my installation of Word 2007 Beta 2. It even manages pictures for if you specify an ftp location (well sort of, I didn’t manage to get that bit working [...]
C# Value Types and Ranges
Posted in Everything, Software Development, tagged C#, Code on June 1, 2006 | Leave a Comment »
Just because it’s good to know….. Keyword Class Range bool System.Boolean true and false byte System.Byte 0 to 255 sbyte System.SByte -128 to 127 short System.Int16 -32768 to 32767 ushort System.Uint16 0 to 65535 int System.Int32 -2,147,483,648 to 2,147,483,647 uint System.UInt32 0 to 4,294,967,295 long System.Int64 -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 ulong System.UInt64 0 to 18,446,744,073,709,551,615 decimal [...]
Code Access Security – A Primer
Posted in Everything, Software Development, tagged Code, Security on June 1, 2006 | 2 Comments »
Overview This post serves as a primer for software developers interested in learning about Code Access Security (CAS) in .NET. The following information is not exhaustive of the subject matter and contains the basic overview of Code-Access-Security. Those interested in this subject are encouraged to read further. The following articles cover code security and are [...]
