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.

tfs2010 - TFS 2010: Gated Check-In On Main Branch; Rolling Builds on Dev Branch? -


i migrated vss tfs 2010 , i've been absolutely loving it, there's haven't yet been able working way think should.

goals

i'd know when change development breaks build. if find out after-the-fact, it's no big deal. since lot of check-ins happen throughout day, don't want wait on build finish, should asynchronous.

with our main branch, i'd ensure time merge happens it, make sure it's not going break build. want immediate feedback on this. wait time fine, since won't merging main often.

current setup

my solution under folder called main. i've made branch off of called development. workspace i'm working in tied top-level, includes both main , development branches. tried adjusting workspace point development, in case problem. didn't seem fix issue, set way had -- both main , development.

within workspace's build definitions, have 2 definitions defined -- 1 main branch , development.

the first definition building main branch. has gated check-in trigger , "items build" points solution file within main.

the second definition building solution in development branch. has rolling builds trigger , "items build" points solution file within development.

result

currently, when change made in development , check-in performed, gated check-in main triggered. not causes confusion, tends slow down our overall process.

next step

i've looked @ of tfs guides branching, general tfs usage, etc. unfortunately, haven't yet found solution issue. if you've run across issue before, i'd appreciate suggestions can give.

i'm not 100% sure @ moment, build should triggered check-ins part of source tree covered build definition workspace.

so please have build definition , see part of source tree each build definition gets. ci build should dev branch, gated build should main branch.


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 -