Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

SEO Optimalization performance , which method ? (ASP.NET Routing) -


i'm trying figure out type of seo use site. i'm using asp.net routing (webforms) sql 2005 database.

i want show urls like: http://www.domain.com/article-category/article-title-of-current-page

this means need query category , article it's title (well, systemtitle column). systemtitles columns indexed varchar(255) column.

does have done similar way , if so, did u notice performance decrease using method? can opt-in /2-article-category/243-article-title-of-current-page , query id hoping avoid urls clean.

i've read things topic before , performance impact little when columns indexed while others make huge impact. it's not important if site grows should not suffer it.

any tips/advice welcome.

thank time.

kind regards, mark

i dont think somthing worry about, query on "where title = 'abc'" wont hugley differant query on 'where id = x'

however, i'd advise not using may hinder performance.

check out.

sql select speed int vs varchar

edit: while above true, dont think going problem. talking such small amounts of time on decent hardware.

infact i'm working on benchmarks now.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -