Deploying Windows Azure Website using Visual Studio Web Publish wizard Create your Windows Azure Websites (shared or reserved) and get the publish profile by selecting “Download publish profile” in ...
If you want to understand your audience, the most important aspect to look into is data. However, there isn't just one set of data which is relevant to all individual businesses, which is why you need ...
.NET has introduced a thread safe dictionary (4.0 onward). Essentially, it does something similar like conventional dictionary plus lock system. Read the MSDN ...
TO Generate all the objects from the templates in wizard follow below given point in openerp 1-param company: It refers company the wizard is running for. 2-param code_digits: It is a number of digits ...
While writing programs we always have a chance of exception to occur that needs to be handled in our program. For exception handling we use the try catch blocks and finally blocks. throw: A program ...
It’s a fact that any self-respecting business project requires its own website even if it represents a small company. The volume of ROI directly depends on the visual presentation and convenience of ...
Few days back, I was working on a project where I have to create nested comments on a articles and on showing the article I was needed to show all the nested comments in its hierarchy.So I used ...
Sometimes many of us have encountered an error mentioned below:fatal: failed to resolve head as a valid ref.this situation might occur for various reasons (file ...
If you want to read your incoming notifications title, text and package name in your android application then below few lines of code will be helpful for you. To read incoming notification we have to ...
When we build our project to see how it looks, we need to set the player settings-today i'll describe you the player settings for androidafter building the project in androidgo to edit->project ...
In PHP, to display the dates for the next six saturdays you need to write the following script. <?php $startdate=strtotime("Saturday"); $enddate=strtotime("+6 weeks ...
In this digital era, business applications are one of the important aspects of business growth, there are many advantages to having an application for your business. It doesn't matter what type of ...