Hi,
I have heard that there are many different ways to get photos on canvas. Some of the better versions are done in pop art style. I am thinking of getting a photo on canvas for my home and have seen photo on canvas prints that have a good Lichtenstein flavor. I want the picture to be their pet dog and wondered if anybody thought that a Lichtenstein print of a German Shepherd was too much? I don't think so but then that's just me.
Thanks
Software development company India
Free online dating site
JSR pages
Online shop of Shawls
Software development company
Leading exporter of shawls
Fun & romance unlimited
JSR pages, JSR tutorials
.NEt based company
India's own software company
JSR(Java specification request)
Indian software company
shawls Unlimited
Find your dream date
IT Solution providing company
Showing posts with label software company. Show all posts
Showing posts with label software company. Show all posts
Friday, May 9, 2008
Saturday, March 29, 2008
Multiple web configs in .Net
Web.config exposes an element that can be used as a place to store application settings like connection strings, file paths, etc. Using the web.config is an ideal method of creating a robust application that can quickly adapt to changes in its environment. For instance, if the connection string is stored in web.config and is being called from the web-pages from there, then changes in the connection string will have to be made in web.config only. Otherwise, the user would have to go to each page individually and update the connection string.
Let us look at a basic web.config which holds our connection string.
To read the connection setting from the Config file, you have to use a single line of code:
System.Configuration.ConfigurationManager.AppSettings("ConnectionInfo")
Multiple Config Files
The appSettings element can contain a file attribute that points to an external file. I will change my web.config file to look like the following:
Next, we can create the external file "externalSettings.config" and add an appSettings section with our connection information and any other settings that we want to use.
If the external file is present, ASP.Net combines the appSettings values from web.config with those in the external file. If a key/value exists in both files, then ASP.Net will use the setting from the external file.
This feature is useful when one keeps user-specific or environment-specific settings in the external file. It is better to design web.config to contain those settings that are global, while each user setting is contained in an external file. This approach makes it easier to move around global web.config changes.
One caution to this approach is that ASP.Net runtime does not detect when the external file changes. Thus to launch a new version of the application with all changes in effect, one will need to make changes to the web.config itself.
And all things must come to an end
The main emphasis in this article was on Application Settings - Multiple Config Usage. I hope you found this article interesting and informative. I am open for suggestions and remarks, both negative and positive. Feel free to contact me at
Free online dating site
JSR Solutions
Online shop of Shawls
Software development company India
JSR Solutions
Let us look at a basic web.config which holds our connection string.
To read the connection setting from the Config file, you have to use a single line of code:
System.Configuration.ConfigurationManager.AppSettings("ConnectionInfo")
Multiple Config Files
The appSettings element can contain a file attribute that points to an external file. I will change my web.config file to look like the following:
Next, we can create the external file "externalSettings.config" and add an appSettings section with our connection information and any other settings that we want to use.
If the external file is present, ASP.Net combines the appSettings values from web.config with those in the external file. If a key/value exists in both files, then ASP.Net will use the setting from the external file.
This feature is useful when one keeps user-specific or environment-specific settings in the external file. It is better to design web.config to contain those settings that are global, while each user setting is contained in an external file. This approach makes it easier to move around global web.config changes.
One caution to this approach is that ASP.Net runtime does not detect when the external file changes. Thus to launch a new version of the application with all changes in effect, one will need to make changes to the web.config itself.
And all things must come to an end
The main emphasis in this article was on Application Settings - Multiple Config Usage. I hope you found this article interesting and informative. I am open for suggestions and remarks, both negative and positive. Feel free to contact me at
Free online dating site
JSR Solutions
Online shop of Shawls
Software development company India
JSR Solutions
Labels:
.net,
software company,
software development company
Saturday, March 22, 2008
SEO by http://softwaredevelopmentcompany.co.in
| | SEO Search Engine OptimizationSEO is the active practice of optimizing a web site by improving internal and external aspects in order to increase the traffic the site receives from search engines. Firms that practice SEO can vary; some have a highly specialized focus, while others take a more broad and general approach. Optimizing a web site for search engines can require looking at so many unique elements that many practitioners of SEO (SEOs) consider themselves to be in the broad field of website optimization (since so many of those elements intertwine). |
Free online dating site
JSR Solutions
Online shop of Shawls
Software development company India
JSR Solutions
Labels:
SEO,
software company,
software development company
Subscribe to:
Posts (Atom)