-
ConfigurationSection
<p> If you want to have your custom configuration, the first step is to create a ConfigurationSection. ConfigurationSection itself it is also a ConfigurationElement. Sometime your configuration setting can be very simple, for example it only has some properties of build in type such as string or boolean. Sometime it has complex property in this case you need to create a use ConfigurationElement or ConfigurationElementCollection to support that property. The same thing applies to the new ConfigurationElement. </p> -
Requirement s for logo
-
Who is your audience?
Determine which people will view this logo and their interests? What is the product of the company.
-
What do competitors' logos look like?
Take a look at some competitors of the company for which you're designing the logo. How can you make a logo that stands out in a positive way?
-
Deside the format for the logo.
Since we’re designing logos for the World Wide Web, you’ll need to create either JPEG or GIF images that are 72 dpi, and use RGB color mode. If these logos were for print work, you’d want to use no less than 300 dpi, and use CMYK color mode.
-
-
debuging configuration .net
The .net configuration save feature can not be used with debugging , and the configSource can only work with configurationSection, it does not work with configurationGroup.
-
Site definitions and configruations
<p> A site definition defines unique type of Sharepoint site. There are five site definition natively installed in WSS. A site definition can inculde more than one site definition configuration. Sharepoint web site are based on particular site definition configurations. </p> <ul> <li>STS incudles the site definition configurations for team site, blank site, and document workspace.</li> <li>MPS includes the site definition configurations for basic meeting workspace, blank meeting workspace, decision meeting workspace, social meeting workspace, and multiple meeting workspace.</li> -
allow inline code in site page
By default, inline code is not allowed in site page. This can be changed by using the following.