|
Forums » .NET » ASP.NET »
|
What are the step should focus when makin Asp.net website |
Posted Date: 28 Aug 2012 Posted By:: Sudip Member Level: Silver Member Rank: 1378 Points: 2
Responses:
5
|
Dear sir/madam
I'm making my first asp.net website, what should i take care to make it fruitful, Fast in postback...Code Reuseable....top in Google rank...
Regards Sudip Thapa
|
Responses
|
#686305 Author: Ravindran Member Level: Diamond Member Rank: 3 Date: 28/Aug/2012 Rating:  Points: 3 | Sudip,
After you hosted your website in Live. Promote your site using google ads / New paper etc. Submit your site url to top search engines google, bing, ask.com etc. And also submit your sitemap of your website in that search engine like sitemap submit using google webmaster tool in google using below link
www.google.com/webmasters/
same like for other search engine too. After that more number of user visit your site and traffic is increased your website rank also increased
Regards N.Ravindran Your Hard work never fails
| #686320 Author: Paritosh Mohapatra Member Level: Diamond Member Rank: 6 Date: 28/Aug/2012 Rating:  Points: 3 | For code reusability, you may use multi-layered architecture and segregate your into layers so that the same code can be reused again. For faster postback, try to avoid storing larger data in Query String and Session. For Google Rank, you can use different Search Engine Optimization (SEO) Techniques.
Thanks & Regards Paritosh Mohapatra Microsoft MVP (ASP.Net/IIS) DotNetSpider MVM
| #686351 Author: Pawan Awasthi Member Level: Diamond Member Rank: 4 Date: 28/Aug/2012 Rating:  Points: 4 | Hai Sudip, While starting the new ASP.Net application, you need to think of the scope of the website and then the architecture and design of the website which will be useful for all the aspects. If your website is too complex then you need to choose the proper design pattern which will be helpful in the modifications when the website will be completed. For good user experience, you can use AJax, Jquery which will be helpful to attract the users. Take care of your database related queries response time as most of time, the queries takes much time to get the proper results, your join conditions if result is coming from various tables etc. Hope it will give you some idea.
Regards, Pawan Awasthi(DNS MVM) +91 8143683708 (pawansoftit@gmail.com) Outstanding Contribution Award..NTT Data Inc
| #686398 Author: Asheej T K Member Level: Diamond Member Rank: 2 Date: 28/Aug/2012 Rating:  Points: 4 | Hi Sudip Thapa,
If you wanted to re-use your code then make a three tier architecture application. Make sure to use stored procedure in all places to get quick response from database. Don't use heavy images to make it colorfull because if you use more images other heavy items your page will not load immediately. Make colourfull application to get user attraction. There are hundreds of tips and tricks to make a high performance web application. you may read online for more tips: msdn.microsoft.com/en-us/magazine/cc163854.aspx
Regards, Asheej T K Microsoft MVP[ASP.NET/IIS] DotNetSpider MVM
Dotnet Galaxy
| #686840 Author: Sudip Member Level: Silver Member Rank: 1378 Date: 31/Aug/2012 Rating:  Points: 1 | Thanks
all of you for your kind Response
Regards Sudip
|
|
| Post Reply |
|
|
|
You must Sign In to post a response.
|
|
|
|
 Follow us on Twitter: https://twitter.com/dotnetspider
|
|