17th June
2010
Model binding in the ASP.NET MVC framework is simple. Your action methods need data, and the incoming HTTP request carries the data you need. The catch is that the data is embedded into POST-ed form values, and possibly the URL itself. Enter the DefaultModelBinder, which can magically convert form values and route data into objects. Model binders allow your controller code to remain cleanly separated from the dirtiness of interrogating the request and its associated environment.Tip 1 : Prefer ...Read the rest of this entry »
Technology
13th June
2010
If you own your own website or have a page supplied by a program, growing website traffic will be one of the keys to your success. You need a growing, self-generating stream of website traffic and plenty of it. Preferably free and preferably preconditioned to buy your product of service.This article provides some ideas for growing website traffic.(1) DirectoriesDirectories are website listings. The trick is to find a directory which receives huge volumes of website traffic. Start by applying ...Read the rest of this entry »
Computers
10th June
2010
Would you like to create your own web page or web site?Here is an easy guide to creating your own web page or website.
I will show you where to get all the tools that you will need and most of them are free.It is really not that difficult and can be done in an afternoon.
The first thing you need to consider is the subject matter, for example will your page be used for your family & friends, a hobby, or to earn money online? Before I create my own web page I always create a clear ...Read the rest of this entry »
Computers