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.

Splitting a project VB/C#, and References -


i've inherited project written in vb. i'd maintain have in vb while converting c# when can. way i've found create separate c# project. however, causes problems because of dependencies , references. can't have vbproject reference csharpproject , vice versa because creates circular reference. problem because need both projects able reference other. there better way this, or stuck writing in vb (or translating c#)?

also, these projects in same solution. shouldn't able import/use them without creating reference or other easier way?

there's no getting around having remove circular references.

when i've faced similar situation in past, converting language language b, started refactoring bits of language code independent of majority of code base. i'd translate isolated pieces language b , integrate main program depending on new modules. eventually, left main program.

it took time, bottom-up approach effective , ended more modular program.


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 -